mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-24 06:53:43 +01:00
client-server: Mark the event_id when putting room events as required.
This commit is contained in:
parent
8b4cfc643f
commit
6e33954256
|
|
@ -85,5 +85,7 @@ paths:
|
|||
type: string
|
||||
description: |-
|
||||
A unique identifier for the event.
|
||||
required:
|
||||
- event_id
|
||||
tags:
|
||||
- Room participation
|
||||
|
|
|
|||
|
|
@ -92,6 +92,8 @@ paths:
|
|||
type: string
|
||||
description: |-
|
||||
A unique identifier for the event.
|
||||
required:
|
||||
- event_id
|
||||
403:
|
||||
description: |-
|
||||
The sender doesn't have permission to send the event into the room.
|
||||
|
|
|
|||
Loading…
Reference in a new issue