diff --git a/README.md b/README.md index 80104e8..bc4c206 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ API Calls: | GET `/api/message/status/` - fetches the current Message Data(DeliveryLog, Payload, etc.) -| POST `/api/message/advanced` - Creates a new Message and starts delivering it. HTTP Body is a JSON Object. for example: +| POST `/api/message/advanced` - Creates a new Message and starts delivering it, returns the Message ID. HTTP Body is a JSON Object. for example: ```json { "type": "duplex", @@ -36,4 +36,5 @@ API Calls: ] }, "payload": "Testbericht" -}``` \ No newline at end of file +} +``` \ No newline at end of file