1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Automated API Docs update

This commit is contained in:
Servarr
2024-05-12 19:26:53 +00:00
committed by Bogdan
parent 1fc6e88bc4
commit d39a3ade5b
+3 -16
View File
@@ -828,14 +828,6 @@
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CollectionResource"
}
}
},
"application/json": {
"schema": {
"type": "array",
@@ -843,14 +835,6 @@
"$ref": "#/components/schemas/CollectionResource"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CollectionResource"
}
}
}
}
}
@@ -8598,6 +8582,9 @@
"type": "string",
"nullable": true
},
"isExisting": {
"type": "boolean"
},
"isExcluded": {
"type": "boolean"
}