Automated API Docs update

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

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

Loading…
Cancel
Save