Automated API Docs update

This commit is contained in:
Servarr 2022-07-10 17:41:32 +00:00 committed by Qstick
parent 16ed68d5de
commit 8b3019821a
1 changed files with 38 additions and 0 deletions

View File

@ -3315,6 +3315,44 @@
"description": "Success"
}
}
},
"post": {
"tags": [
"ImportListMovies"
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MovieResource"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MovieResource"
}
}
},
"application/*+json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MovieResource"
}
}
}
}
},
"responses": {
"200": {
"description": "Success"
}
}
}
},
"/api/v3/indexer": {