Merge pull request #2525 from matrix-org/poljar/event-id-required
client-server: Mark the event_id when putting room events as required.
This commit is contained in:
commit
bc0c81f062
3 changed files with 5 additions and 0 deletions
|
@ -85,5 +85,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
A unique identifier for the event.
|
A unique identifier for the event.
|
||||||
|
required:
|
||||||
|
- event_id
|
||||||
tags:
|
tags:
|
||||||
- Room participation
|
- Room participation
|
||||||
|
|
|
@ -92,6 +92,8 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
A unique identifier for the event.
|
A unique identifier for the event.
|
||||||
|
required:
|
||||||
|
- event_id
|
||||||
403:
|
403:
|
||||||
description: |-
|
description: |-
|
||||||
The sender doesn't have permission to send the event into the room.
|
The sender doesn't have permission to send the event into the room.
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify that an ``event_id`` is returned when sending events.
|
Loading…
Add table
Add a link
Reference in a new issue