update json
This commit is contained in:
@@ -6,24 +6,26 @@
|
||||
* context: /send
|
||||
```json
|
||||
{
|
||||
"url":"http://domain.tld", //optional old ciims server
|
||||
"url":"http://domain.tld",
|
||||
"user":"ciims username",
|
||||
"pass":"ciims password",
|
||||
"event":"route event id",
|
||||
"priority":0, //optional
|
||||
"val": false, //optional
|
||||
"priority":0,
|
||||
"val": false,
|
||||
"msg":"ciims xml message body"
|
||||
}
|
||||
```
|
||||
### url, priority, val is optional
|
||||
|
||||
## receive
|
||||
|
||||
* context: /
|
||||
```json
|
||||
{
|
||||
"url":"http://domain.tld", //optional old ciims server
|
||||
"url":"http://domain.tld",
|
||||
"user":"ciims username",
|
||||
"pass":"ciims password",
|
||||
"count": 3
|
||||
}
|
||||
```
|
||||
```
|
||||
### url is optional
|
||||
Reference in New Issue
Block a user