updated documentation on multi
This commit is contained in:
parent
82ca4b847d
commit
09d22cc507
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user