Automated API Docs update

pull/9165/head
Servarr 1 year ago committed by Qstick
parent b48b970f25
commit 1c4b5f2abf

@ -1097,33 +1097,7 @@
], ],
"responses": { "responses": {
"200": { "200": {
"description": "Success", "description": "Success"
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CreditResource"
}
}
},
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CreditResource"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CreditResource"
}
}
}
}
} }
} }
} }
@ -4840,6 +4814,14 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
} }
},
{
"name": "excludeLocalCovers",
"in": "query",
"schema": {
"type": "boolean",
"default": false
}
} }
], ],
"responses": { "responses": {

Loading…
Cancel
Save