Skip to content

Commit

Permalink
Clarification: the state and not the events are overwritten (#1686)
Browse files Browse the repository at this point in the history
The history of events remains / the event is appended and only the state is overwritten
  • Loading branch information
AdamBien committed Dec 4, 2023
1 parent 59f8d63 commit 9ea662d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/api/client-server/room_state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit 9ea662d

Please sign in to comment.