mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Automated API Docs update
ignore-downstream
This commit is contained in:
parent
dc7a16a03a
commit
cd3a1c18ab
1 changed files with 46 additions and 0 deletions
|
@ -3301,6 +3301,37 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"/api/v3/importlistexclusion/bulk": {
|
||||
"delete": {
|
||||
"tags": [
|
||||
"ImportListExclusion"
|
||||
],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ImportListExclusionBulkResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ImportListExclusionBulkResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ImportListExclusionBulkResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v3/indexer": {
|
||||
"get": {
|
||||
"tags": [
|
||||
|
@ -9013,6 +9044,21 @@
|
|||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"ImportListExclusionBulkResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ids": {
|
||||
"uniqueItems": true,
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"ImportListExclusionResource": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue