mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
[API Docs] Fix minor issues with tags and types [skip ci]
This commit is contained in:
parent
bb418f7191
commit
6bfd9f0e18
@ -224,7 +224,7 @@
|
||||
"Movie"
|
||||
],
|
||||
"summary": "Delete a Movie",
|
||||
"description": "",
|
||||
"description": "Delete a single movie by database id",
|
||||
"operationId": "deleteMovie",
|
||||
"parameters": [
|
||||
{
|
||||
@ -254,6 +254,9 @@
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
},
|
||||
"400": {
|
||||
"description": "Invalid ID supplied"
|
||||
},
|
||||
@ -1223,10 +1226,7 @@
|
||||
"value": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": [
|
||||
"string",
|
||||
"number"
|
||||
]
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
@ -2709,7 +2709,9 @@
|
||||
],
|
||||
"get": {
|
||||
"summary": "Get an Import List",
|
||||
"tags": [],
|
||||
"tags": [
|
||||
"Import Lists"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
@ -2754,6 +2756,9 @@
|
||||
{
|
||||
"apikey": []
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"Import Lists"
|
||||
]
|
||||
},
|
||||
"delete": {
|
||||
@ -2775,6 +2780,9 @@
|
||||
{
|
||||
"apikey": []
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"Import Lists"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user