File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
changelogs/client_server/newsfragments Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ Disambiguate getEvents and peekEvents, and include both in swagger.
Original file line number Diff line number Diff line change @@ -27,9 +27,11 @@ produces:
2727securityDefinitions :
2828 $ref : definitions/security.yaml
2929paths :
30- " /events " :
30+ # With an extra " " to disambiguate from the getEvents endpoint
31+ # The extra space makes it sort first for what I'm sure is a good reason.
32+ " /events " :
3133 get :
32- summary : Listen on the event stream.
34+ summary : Listen on the event stream of a particular room .
3335 description : |-
3436 This will listen for new events related to a particular room and return
3537 them to the caller. This will block until an event is received, or until
@@ -103,4 +105,5 @@ paths:
103105 - " $ref " : " ../../event-schemas/schema/core-event-schema/room_event.yaml"
104106 400 :
105107 description : " Bad pagination `from` parameter."
106- # No tags to exclude this from the swagger UI - use the normal version instead.
108+ tags :
109+ - Room participation
You can’t perform that action at this time.
0 commit comments