Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-dahir committed Sep 22, 2024
1 parent 02f2c7b commit 634528a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/V4DB/AnimeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function staff(AnimeStaffLookupCommand $command)
* ),
* @OA\Property(
* property="score",
* type="integer",
* type="float",
* description="Aggregated episode score (1.00 - 5.00) based on MyAnimeList user voting",
* minimum="1",
* maximum="5",
Expand Down
2 changes: 1 addition & 1 deletion storage/api-docs/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4487,7 +4487,7 @@
},
"score": {
"description": "Aggregated episode score (1.00 - 5.00) based on MyAnimeList user voting",
"type": "integer",
"type": "float",
"maximum": "5",
"minimum": "1",
"nullable": true
Expand Down

0 comments on commit 634528a

Please sign in to comment.