Update api-docs.json

This commit is contained in:
Irfan 2022-11-25 17:30:01 +05:00
parent 0d714d7beb
commit e8da2bd275

View File

@ -17,7 +17,7 @@
"servers": [
{
"url": "https://api.jikan.moe/v4",
"description": "Jikan REST API Beta"
"description": "Jikan REST API"
}
],
"paths": {
@ -3005,6 +3005,22 @@
"type": "string"
}
},
{
"name": "filter",
"in": "query",
"description": "Entry types",
"schema": {
"type": "string",
"enum": [
"tv",
"movie",
"ova",
"special",
"ona",
"music"
]
}
},
{
"$ref": "#/components/parameters/page"
}
@ -3084,6 +3100,22 @@
],
"operationId": "getSeasonUpcoming",
"parameters": [
{
"name": "filter",
"in": "query",
"description": "Entry types",
"schema": {
"type": "string",
"enum": [
"tv",
"movie",
"ova",
"special",
"ona",
"music"
]
}
},
{
"$ref": "#/components/parameters/page"
}