diff --git a/docs/content/api/endpoints.md b/docs/content/api/endpoints.md index 03ab7cb8..62740029 100644 --- a/docs/content/api/endpoints.md +++ b/docs/content/api/endpoints.md @@ -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. \ No newline at end of file +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).