mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
update docs
This commit is contained in:
parent
68b870132e
commit
ef591ebc0a
@ -16,7 +16,7 @@ class ReviewsController extends Controller
|
||||
/**
|
||||
* @OA\Get(
|
||||
* path="/reviews/anime",
|
||||
* operationId="getAnimeReviews",
|
||||
* operationId="getRecentAnimeReviews",
|
||||
* tags={"reviews"},
|
||||
*
|
||||
* @OA\Response(
|
||||
@ -95,7 +95,7 @@ class ReviewsController extends Controller
|
||||
/**
|
||||
* @OA\Get(
|
||||
* path="/reviews/manga",
|
||||
* operationId="getMangaReviews",
|
||||
* operationId="getRecentMangaReviews",
|
||||
* tags={"reviews"},
|
||||
*
|
||||
* @OA\Response(
|
||||
|
@ -1556,7 +1556,7 @@
|
||||
"tags": [
|
||||
"reviews"
|
||||
],
|
||||
"operationId": "getAnimeReviews",
|
||||
"operationId": "getRecentAnimeReviews",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Returns recent anime reviews",
|
||||
@ -1619,7 +1619,7 @@
|
||||
"tags": [
|
||||
"reviews"
|
||||
],
|
||||
"operationId": "getMangaReviews",
|
||||
"operationId": "getRecentMangaReviews",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Returns recent manga reviews",
|
||||
|
Loading…
x
Reference in New Issue
Block a user