update readme

This commit is contained in:
rsanek 2018-12-01 19:48:06 -08:00
parent 0fe61050c9
commit e54e95eb7e

View File

@ -213,6 +213,30 @@ guarantee that your application continues to function properly in the future.
} }
``` ```
* **loadProfile**
Selects the profile specified in request.
*Sample request*:
```json
{
"action": "loadProfile",
"params": {
"name": "user1"
},
"version": 6
}
```
*Sample result*:
```json
{
"result": true,
"error": null
}
```
* **multi** * **multi**
Performs multiple actions in one request, returning an array with the response of each action (in the given order). Performs multiple actions in one request, returning an array with the response of each action (in the given order).