From 9bb527bc6f7b9634f13bc1eb12acdca11de7a0fd Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 22 Sep 2018 05:11:39 -0400 Subject: [PATCH] Updated Command (markdown) --- Command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Command.md b/Command.md index 43871b1..8f98429 100644 --- a/Command.md +++ b/Command.md @@ -30,7 +30,7 @@ For `api/command/{id}` "startedOn": "0001-01-01T00:00:00Z", "stateChangeTime": "2014-02-05T05:09:09.2366139Z", "sendUpdatesToClient": true, - "state": "pending", + "status": "pending", "id": 24 } ```` @@ -57,7 +57,7 @@ Required: "startedOn": "0001-01-01T00:00:00Z", "stateChangeTime": "2014-02-05T05:09:09.2366139Z", "sendUpdatesToClient": true, - "state": "pending", + "status": "pending", "id": 24 } ````