mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 21:03:27 +01:00
Automated API Docs update
This commit is contained in:
parent
cb5416a18c
commit
d888a0a2b3
1 changed files with 15 additions and 15 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue