mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Automated API Docs update
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user