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:
Adam Bien 2023-12-04 07:20:01 +01:00
parent 59f8d632a3
commit 9ea662d54a

View file

@ -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**