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:
27
27
securityDefinitions :
28
28
$ref : definitions/security.yaml
29
29
paths :
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 " :
31
33
get :
32
- summary : Listen on the event stream.
34
+ summary : Listen on the event stream of a particular room .
33
35
description : |-
34
36
This will listen for new events related to a particular room and return
35
37
them to the caller. This will block until an event is received, or until
@@ -103,4 +105,5 @@ paths:
103
105
- " $ref " : " ../../event-schemas/schema/core-event-schema/room_event.yaml"
104
106
400 :
105
107
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