1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 07:43:01 +00:00

Automated API Docs update

ignore-downstream
This commit is contained in:
Sonarr 2024-12-02 00:22:58 +00:00 committed by Mark McDowall
parent ed536a85ad
commit 32f66922e7

View file

@ -7049,7 +7049,33 @@
], ],
"responses": { "responses": {
"200": { "200": {
"description": "OK" "description": "OK",
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SeriesResource"
}
}
},
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SeriesResource"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SeriesResource"
}
}
}
}
} }
} }
} }
@ -9084,6 +9110,9 @@
"backupRetention": { "backupRetention": {
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
},
"trustCgnatIpAddresses": {
"type": "boolean"
} }
}, },
"additionalProperties": false "additionalProperties": false
@ -9354,6 +9383,19 @@
], ],
"type": "string" "type": "string"
}, },
"ImportRejectionResource": {
"type": "object",
"properties": {
"reason": {
"type": "string",
"nullable": true
},
"type": {
"$ref": "#/components/schemas/RejectionType"
}
},
"additionalProperties": false
},
"IndexerBulkResource": { "IndexerBulkResource": {
"type": "object", "type": "object",
"properties": { "properties": {
@ -9810,7 +9852,7 @@
"rejections": { "rejections": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "#/components/schemas/Rejection" "$ref": "#/components/schemas/ImportRejectionResource"
}, },
"nullable": true "nullable": true
} }
@ -9907,7 +9949,7 @@
"rejections": { "rejections": {
"type": "array", "type": "array",
"items": { "items": {
"$ref": "#/components/schemas/Rejection" "$ref": "#/components/schemas/ImportRejectionResource"
}, },
"nullable": true "nullable": true
} }
@ -11035,19 +11077,6 @@
}, },
"additionalProperties": false "additionalProperties": false
}, },
"Rejection": {
"type": "object",
"properties": {
"reason": {
"type": "string",
"nullable": true
},
"type": {
"$ref": "#/components/schemas/RejectionType"
}
},
"additionalProperties": false
},
"RejectionType": { "RejectionType": {
"enum": [ "enum": [
"permanent", "permanent",