Add comment to repl /send_event API

pull/8476/head
Erik Johnston 2020-10-12 15:27:43 +01:00
parent 46d49198b2
commit 807d44c410
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ class ReplicationSendEventRestServlet(ReplicationEndpoint):
"ratelimit": true,
"extra_users": [],
}
200 OK
{ "stream_id": ..., "event_id": ... }
The returned event ID may not match the sent event if it was deduplicated.
"""
NAME = "send_event"