1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

Automated API Docs update

This commit is contained in:
Servarr 2023-08-20 19:59:08 +00:00 committed by Bogdan
parent a8feef7e88
commit 726b71027e

View File

@ -639,20 +639,20 @@
"type": "boolean",
"default": false
}
},
{
"name": "tags",
"in": "query",
"schema": {
"type": "string",
"default": ""
}
}
],
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MovieResource"
}
}
},
"application/json": {
"schema": {
"type": "array",
@ -660,14 +660,6 @@
"$ref": "#/components/schemas/MovieResource"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/MovieResource"
}
}
}
}
}