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
df006baf80
commit
16f86d3a2f
@ -70,6 +70,8 @@ class ScheduleController extends Controller
|
|||||||
* @OA\Schema(type="string",enum={"true", "false"})
|
* @OA\Schema(type="string",enum={"true", "false"})
|
||||||
* ),
|
* ),
|
||||||
*
|
*
|
||||||
|
* @OA\Parameter(ref="#/components/parameters/limit"),
|
||||||
|
*
|
||||||
* @OA\Response(
|
* @OA\Response(
|
||||||
* response="200",
|
* response="200",
|
||||||
* description="Returns weekly schedule",
|
* description="Returns weekly schedule",
|
||||||
|
@ -157,7 +157,7 @@ class SearchController extends Controller
|
|||||||
* description="Return entries starting with the given letter",
|
* description="Return entries starting with the given letter",
|
||||||
* @OA\Schema(type="string")
|
* @OA\Schema(type="string")
|
||||||
* ),
|
* ),
|
||||||
*
|
*
|
||||||
* @OA\Parameter(
|
* @OA\Parameter(
|
||||||
* name="producers",
|
* name="producers",
|
||||||
* in="query",
|
* in="query",
|
||||||
@ -165,6 +165,20 @@ class SearchController extends Controller
|
|||||||
* @OA\Schema(type="string")
|
* @OA\Schema(type="string")
|
||||||
* ),
|
* ),
|
||||||
*
|
*
|
||||||
|
* @OA\Parameter(
|
||||||
|
* name="start_date",
|
||||||
|
* in="query",
|
||||||
|
* description="Filter by starting date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||||
|
* @OA\Schema(type="string")
|
||||||
|
* ),
|
||||||
|
*
|
||||||
|
* @OA\Parameter(
|
||||||
|
* name="start_date",
|
||||||
|
* in="query",
|
||||||
|
* description="Filter by ending date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||||
|
* @OA\Schema(type="string")
|
||||||
|
* ),
|
||||||
|
*
|
||||||
* @OA\Response(
|
* @OA\Response(
|
||||||
* response="200",
|
* response="200",
|
||||||
* description="Returns search results for anime",
|
* description="Returns search results for anime",
|
||||||
@ -308,6 +322,20 @@ class SearchController extends Controller
|
|||||||
* @OA\Schema(type="string")
|
* @OA\Schema(type="string")
|
||||||
* ),
|
* ),
|
||||||
*
|
*
|
||||||
|
* @OA\Parameter(
|
||||||
|
* name="start_date",
|
||||||
|
* in="query",
|
||||||
|
* description="Filter by starting date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||||
|
* @OA\Schema(type="string")
|
||||||
|
* ),
|
||||||
|
*
|
||||||
|
* @OA\Parameter(
|
||||||
|
* name="start_date",
|
||||||
|
* in="query",
|
||||||
|
* description="Filter by ending date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||||
|
* @OA\Schema(type="string")
|
||||||
|
* ),
|
||||||
|
*
|
||||||
* @OA\Response(
|
* @OA\Response(
|
||||||
* response="200",
|
* response="200",
|
||||||
* description="Returns search results for manga",
|
* description="Returns search results for manga",
|
||||||
|
@ -2019,6 +2019,9 @@
|
|||||||
"false"
|
"false"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/parameters/limit"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
@ -2155,6 +2158,22 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "start_date",
|
||||||
|
"in": "query",
|
||||||
|
"description": "Filter by starting date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||||
|
"schema": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "start_date",
|
||||||
|
"in": "query",
|
||||||
|
"description": "Filter by ending date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||||
|
"schema": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
@ -2284,6 +2303,22 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "start_date",
|
||||||
|
"in": "query",
|
||||||
|
"description": "Filter by starting date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||||
|
"schema": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "start_date",
|
||||||
|
"in": "query",
|
||||||
|
"description": "Filter by ending date. Format: YYYY-MM-DD. e.g `2022`, `2005-05`, `2005-01-01`",
|
||||||
|
"schema": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user