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