summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-10-29 22:11:36 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-10-29 22:11:36 -0400
commite328d33fc7d6a0f2e3d260d8bddee3ef633318eb (patch)
treefca75fe3196ba6c7f3b37d05fac09432c783b9b9 /docs
parent9010c7feeca8f4e7e501ad474911deaaf7a1a367 (diff)
Restrict deletion to deleting your own messages.
Diffstat (limited to 'docs')
-rw-r--r--docs/api/channels-messages.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/channels-messages.md b/docs/api/channels-messages.md
index 6391b5a..d87a01c 100644
--- a/docs/api/channels-messages.md
+++ b/docs/api/channels-messages.md
@@ -227,3 +227,7 @@ When completed, the service will emit a [message deleted](events.md#message-dele
### Invalid message ID
This endpoint will respond with a status of `404 Not Found` if the message ID is not valid.
+
+### Not the sender
+
+This endpoint will respond with a status of `403 Forbidden` if the message was sent by a different login.