From 33908a62973839ffadeae0ec3f472929770ff339 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Fri, 18 Aug 2017 21:10:51 +0100 Subject: [PATCH] Update README (id => configId) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } ```