Fixed documentation.
This commit is contained in:
@ -100,6 +100,7 @@ Response:
|
|||||||
Optionally, messages can be complex. Here is a message from `user1` to `user3`, both `payload` and `payloadType` are `nvarchar` fields and their content can be whatever.
|
Optionally, messages can be complex. Here is a message from `user1` to `user3`, both `payload` and `payloadType` are `nvarchar` fields and their content can be whatever.
|
||||||
|
|
||||||
Request:
|
Request:
|
||||||
|
|
||||||
http /send (post) header: Authorization: Bearer 81ccf737-d424-4f83-929c-92d20491abfa
|
http /send (post) header: Authorization: Bearer 81ccf737-d424-4f83-929c-92d20491abfa
|
||||||
{
|
{
|
||||||
"payloadType": "STATUS",
|
"payloadType": "STATUS",
|
||||||
@ -110,8 +111,8 @@ Request:
|
|||||||
|
|
||||||
Response:
|
Response:
|
||||||
|
|
||||||
http (json):
|
http (json):
|
||||||
"5f33b4bd-dc2a-4ace-947a-1aadc6045995"
|
"5f33b4bd-dc2a-4ace-947a-1aadc6045995"
|
||||||
|
|
||||||
|
|
||||||
### `GET /receive`
|
### `GET /receive`
|
||||||
|
|||||||
Reference in New Issue
Block a user