1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04: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
+8 -16
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"
}
}
}
}
}