[API Docs] Fix minor issues with tags and types [skip ci]

pull/5406/head
Qstick 4 years ago
parent bb418f7191
commit 6bfd9f0e18

@ -224,7 +224,7 @@
"Movie" "Movie"
], ],
"summary": "Delete a Movie", "summary": "Delete a Movie",
"description": "", "description": "Delete a single movie by database id",
"operationId": "deleteMovie", "operationId": "deleteMovie",
"parameters": [ "parameters": [
{ {
@ -254,6 +254,9 @@
} }
], ],
"responses": { "responses": {
"200": {
"description": "OK"
},
"400": { "400": {
"description": "Invalid ID supplied" "description": "Invalid ID supplied"
}, },
@ -1223,10 +1226,7 @@
"value": { "value": {
"type": "array", "type": "array",
"items": { "items": {
"type": [ "type": "string"
"string",
"number"
]
} }
}, },
"type": { "type": {
@ -2709,7 +2709,9 @@
], ],
"get": { "get": {
"summary": "Get an Import List", "summary": "Get an Import List",
"tags": [], "tags": [
"Import Lists"
],
"responses": { "responses": {
"200": { "200": {
"description": "OK" "description": "OK"
@ -2754,6 +2756,9 @@
{ {
"apikey": [] "apikey": []
} }
],
"tags": [
"Import Lists"
] ]
}, },
"delete": { "delete": {
@ -2775,6 +2780,9 @@
{ {
"apikey": [] "apikey": []
} }
],
"tags": [
"Import Lists"
] ]
} }
} }

Loading…
Cancel
Save