mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-07 19:42:49 +01:00
Automated API Docs update
This commit is contained in:
parent
c0b354039d
commit
a596dda253
@ -845,16 +845,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CollectionUpdateResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CollectionUpdateResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CollectionUpdateResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -886,16 +876,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CollectionResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CollectionResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CollectionResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -972,16 +952,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CommandResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CommandResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CommandResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -989,20 +959,10 @@
|
||||
"200": {
|
||||
"description": "Success",
|
||||
"content": {
|
||||
"text/plain": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CommandResource"
|
||||
}
|
||||
},
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CommandResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CommandResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1223,16 +1183,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CustomFilterResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CustomFilterResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CustomFilterResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1281,16 +1231,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CustomFilterResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CustomFilterResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CustomFilterResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1565,16 +1505,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/DelayProfileResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/DelayProfileResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/DelayProfileResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1680,16 +1610,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/DelayProfileResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/DelayProfileResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/DelayProfileResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1755,6 +1675,63 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v3/delayprofile/reorder/{id}": {
|
||||
"put": {
|
||||
"tags": [
|
||||
"DelayProfile"
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "after",
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success",
|
||||
"content": {
|
||||
"text/plain": {
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/DelayProfileResource"
|
||||
}
|
||||
}
|
||||
},
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/DelayProfileResource"
|
||||
}
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/DelayProfileResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v3/diskspace": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@ -2809,16 +2786,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ImportExclusionsResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ImportExclusionsResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ImportExclusionsResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -2867,16 +2834,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ImportExclusionsResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ImportExclusionsResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ImportExclusionsResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -4828,16 +4785,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/MovieResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/MovieResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/MovieResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -4894,16 +4841,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/MovieResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/MovieResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/MovieResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -6152,16 +6089,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/QualityProfileResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/QualityProfileResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/QualityProfileResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -6267,16 +6194,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/QualityProfileResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/QualityProfileResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/QualityProfileResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -7234,16 +7151,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/RemotePathMappingResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/RemotePathMappingResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/RemotePathMappingResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -7483,16 +7390,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/RootFolderResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/RootFolderResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/RootFolderResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -7809,16 +7706,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/TagResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/TagResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/TagResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -7867,16 +7754,6 @@
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/TagResource"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/TagResource"
|
||||
}
|
||||
},
|
||||
"application/*+json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/TagResource"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user