mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
docs: update
This commit is contained in:
parent
02f2c7b92c
commit
634528a1ad
@ -232,7 +232,7 @@ class AnimeController extends Controller
|
|||||||
* ),
|
* ),
|
||||||
* @OA\Property(
|
* @OA\Property(
|
||||||
* property="score",
|
* property="score",
|
||||||
* type="integer",
|
* type="float",
|
||||||
* description="Aggregated episode score (1.00 - 5.00) based on MyAnimeList user voting",
|
* description="Aggregated episode score (1.00 - 5.00) based on MyAnimeList user voting",
|
||||||
* minimum="1",
|
* minimum="1",
|
||||||
* maximum="5",
|
* maximum="5",
|
||||||
|
@ -4487,7 +4487,7 @@
|
|||||||
},
|
},
|
||||||
"score": {
|
"score": {
|
||||||
"description": "Aggregated episode score (1.00 - 5.00) based on MyAnimeList user voting",
|
"description": "Aggregated episode score (1.00 - 5.00) based on MyAnimeList user voting",
|
||||||
"type": "integer",
|
"type": "float",
|
||||||
"maximum": "5",
|
"maximum": "5",
|
||||||
"minimum": "1",
|
"minimum": "1",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user