mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Clarification: the state and not the events are overwritten (#1686)
The history of events remains / the event is appended and only the state is overwritten
This commit is contained in:
parent
59f8d632a3
commit
9ea662d54a
|
|
@ -20,8 +20,8 @@ paths:
|
|||
put:
|
||||
summary: Send a state event to the given room.
|
||||
description: |
|
||||
State events can be sent using this endpoint. These events will be
|
||||
overwritten if `<room id>`, `<event type>` and `<state key>` all
|
||||
State events can be sent using this endpoint. These events will be appended
|
||||
and the state overwritten if `<room id>`, `<event type>` and `<state key>` all
|
||||
match.
|
||||
|
||||
Requests to this endpoint **cannot use transaction IDs**
|
||||
|
|
|
|||
Loading…
Reference in a new issue