1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Minor swagger docs fixes & improvements (#6453)

[skip ci]

* fix spelling movieFiles -> moveFiles

* improve /queue/grab/ description
This commit is contained in:
Archmonger 2021-07-16 16:20:30 -07:00 committed by GitHub
parent 8dbf9471a6
commit 4698dca813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@
"parameters": [
{
"in": "query",
"name": "movieFiles",
"name": "moveFiles",
"schema": {
"type": "boolean"
},
@ -3688,7 +3688,7 @@
"apikey": []
}
],
"description": "Force grab pending queue item by Id",
"description": "Perform a Radarr \"force grab\" on a pending queue item by its ID.",
"tags": [
"Queue"
]