Message
Reply to a message with the given ID
Submits a reply message to the system, where ID is an id of a previously received message. If the sender is waiting for a reply, it will bypass the queue of open messages.
post/api/v1/messages/reply/{id}
Path parameters
idstring hex required
Request body
Example request
{
"dst": {
"ip": "449:abcd:0123:defa::1"
},
"topic": "hpV+",
"payload": "xuV+"
}Response
successfully submitted the reply