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