Update README (id => configId)
This commit is contained in:
parent
933c7de6b9
commit
33908a6297
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user