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
Changes
Changed in 2 of the 35 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲