1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 05:25:10 +00:00

Updated Command (markdown)

Qstick 2018-09-22 05:11:39 -04:00
parent 386adf854f
commit 9bb527bc6f

@ -30,7 +30,7 @@ For `api/command/{id}`
"startedOn": "0001-01-01T00:00:00Z", "startedOn": "0001-01-01T00:00:00Z",
"stateChangeTime": "2014-02-05T05:09:09.2366139Z", "stateChangeTime": "2014-02-05T05:09:09.2366139Z",
"sendUpdatesToClient": true, "sendUpdatesToClient": true,
"state": "pending", "status": "pending",
"id": 24 "id": 24
} }
```` ````
@ -57,7 +57,7 @@ Required:
"startedOn": "0001-01-01T00:00:00Z", "startedOn": "0001-01-01T00:00:00Z",
"stateChangeTime": "2014-02-05T05:09:09.2366139Z", "stateChangeTime": "2014-02-05T05:09:09.2366139Z",
"sendUpdatesToClient": true, "sendUpdatesToClient": true,
"state": "pending", "status": "pending",
"id": 24 "id": 24
} }
```` ````