diff --git a/README.md b/README.md index 9447453..02ef413 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Below is a list of currently supported actions. Requests with invalid actions or "action": "setDeckConfigId", "params": { "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", "params": { - "id": 1502972374573 + "configId": 1502972374573 } } ```