Automated API Docs update

This commit is contained in:
Servarr 2025-02-03 16:17:41 +00:00 committed by Bogdan
parent cb5416a18c
commit d888a0a2b3

View file

@ -9908,6 +9908,19 @@
],
"type": "string"
},
"ImportRejectionResource": {
"type": "object",
"properties": {
"reason": {
"type": "string",
"nullable": true
},
"type": {
"$ref": "#/components/schemas/RejectionType"
}
},
"additionalProperties": false
},
"IndexerBulkResource": {
"type": "object",
"properties": {
@ -10284,7 +10297,7 @@
"rejections": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Rejection"
"$ref": "#/components/schemas/ImportRejectionResource"
},
"nullable": true
}
@ -10361,7 +10374,7 @@
"rejections": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Rejection"
"$ref": "#/components/schemas/ImportRejectionResource"
},
"nullable": true
}
@ -11882,19 +11895,6 @@
},
"additionalProperties": false
},
"Rejection": {
"type": "object",
"properties": {
"reason": {
"type": "string",
"nullable": true
},
"type": {
"$ref": "#/components/schemas/RejectionType"
}
},
"additionalProperties": false
},
"RejectionType": {
"enum": [
"permanent",