feat: add documentation for /v2/messages/{message} endpoint

This commit is contained in:
spiral 2021-10-30 19:51:50 -04:00
parent 3e2441cf3a
commit 9fece5dbf5
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -263,4 +263,15 @@ Returns a [switch object](/api/models#switch-model) containing a list of member
DELETE `/systems/{systemRef}/switches/{switchRef}`
Returns 204 No Content on success.
Returns 204 No Content on success.
---
## Misc
### Get Proxied Message Information
GET `/messages/{message}`
Message can be the ID of a proxied message, or the ID of the message that sent the proxy.
Returns a [message object](/api/models#message-object).