updated documentation on multi

This commit is contained in:
Austin Siew 2022-12-06 02:29:48 -07:00
parent 82ca4b847d
commit 09d22cc507

View File

@ -1670,8 +1670,8 @@ corresponding to when the API was available for use.
"actions": [
{"action": "deckNames"},
{
"action": "browse",
"params": {"query": "deck:current"}
"action": "invalidAction",
"params": {"useless": "param"}
}
]
}
@ -1682,8 +1682,8 @@ corresponding to when the API was available for use.
```json
{
"result": [
{"result": "Default", "error": null},
{"result": [1494723142483, 1494703460437, 1494703479525], "error": null}
["Default"],
{"result": null, "error": "unsupported action"}
],
"error": null
}