Update README (id => configId)

This commit is contained in:
David Bailey 2017-08-18 21:10:51 +01:00
parent 933c7de6b9
commit 33908a6297

View File

@ -294,7 +294,7 @@ Below is a list of currently supported actions. Requests with invalid actions or
"action": "setDeckConfigId", "action": "setDeckConfigId",
"params": { "params": {
"decks": ["Default"], "decks": ["Default"],
"confId": 1 "configId": 1
} }
} }
``` ```
@ -336,7 +336,7 @@ Below is a list of currently supported actions. Requests with invalid actions or
{ {
"action": "removeDeckConfigId", "action": "removeDeckConfigId",
"params": { "params": {
"id": 1502972374573 "configId": 1502972374573
} }
} }
``` ```