diff --git a/README.md b/README.md index 7f9e0d5..6669a54 100644 --- a/README.md +++ b/README.md @@ -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 } -``` \ No newline at end of file +``` +### url is optional \ No newline at end of file