From 9fece5dbf590091edc9d22b0713ea6866f368f83 Mon Sep 17 00:00:00 2001 From: spiral Date: Sat, 30 Oct 2021 19:51:50 -0400 Subject: [PATCH] feat: add documentation for /v2/messages/{message} endpoint --- docs/content/api/endpoints.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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).