Automated API Docs update

pull/4572/head
Servarr 3 months ago committed by Qstick
parent a4af75b60c
commit f13b095040

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

Loading…
Cancel
Save