extended the readme

This commit is contained in:
cheetah 2021-03-26 20:03:19 +00:00
parent d7dec260cd
commit c53e7a9b1d

View file

@ -23,7 +23,7 @@ API Calls:
| GET `/api/message/status/<id>` - 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"
}```
}
```