Automated API Docs update

pull/8085/head
Servarr 1 year ago committed by Qstick
parent 34924859aa
commit 0697dbff96

@ -321,20 +321,10 @@
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/BlocklistResourcePagingResource"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/BlocklistResourcePagingResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/BlocklistResourcePagingResource"
}
}
}
}
@ -1221,16 +1211,6 @@
"schema": {
"$ref": "#/components/schemas/CustomFormatResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/CustomFormatResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/CustomFormatResource"
}
}
}
},
@ -1265,14 +1245,6 @@
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CustomFormatResource"
}
}
},
"application/json": {
"schema": {
"type": "array",
@ -1280,14 +1252,6 @@
"$ref": "#/components/schemas/CustomFormatResource"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CustomFormatResource"
}
}
}
}
}
@ -1315,16 +1279,6 @@
"schema": {
"$ref": "#/components/schemas/CustomFormatResource"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/CustomFormatResource"
}
},
"application/*+json": {
"schema": {
"$ref": "#/components/schemas/CustomFormatResource"
}
}
}
},
@ -8999,7 +8953,8 @@
"nullable": true
},
"includeCustomFormatWhenRenaming": {
"type": "boolean"
"type": "boolean",
"nullable": true
},
"specifications": {
"type": "array",
@ -9411,6 +9366,10 @@
},
"nullable": true
},
"customFormatScore": {
"type": "integer",
"format": "int32"
},
"qualityCutoffNotMet": {
"type": "boolean"
},
@ -10214,6 +10173,13 @@
"type": "string",
"nullable": true
},
"customFormats": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CustomFormatResource"
},
"nullable": true
},
"rejections": {
"type": "array",
"items": {
@ -11376,11 +11342,8 @@
"type": "integer",
"format": "int32"
},
"extraInfo": {
"type": "object",
"additionalProperties": {
"nullable": true
},
"hardcodedSubs": {
"type": "string",
"nullable": true
},
"movieTitle": {
@ -11533,10 +11496,6 @@
},
"revision": {
"$ref": "#/components/schemas/Revision"
},
"hardcodedSubs": {
"type": "string",
"nullable": true
}
},
"additionalProperties": false

Loading…
Cancel
Save