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
pull/1689/head
Adam Bien 6 months ago
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…
Cancel
Save