From c53e7a9b1da00f22a9da4351eb3fa25e49a8d6c9 Mon Sep 17 00:00:00 2001 From: cheetah Date: Fri, 26 Mar 2021 20:03:19 +0000 Subject: [PATCH] extended the readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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