Add operationId to all endpoints of all APIs
To facilitate generation of API stubs from the spec. Signed-off-by: Alexey Rusakov <ktirf@users.sf.net>
This commit is contained in:
parent
bf3b49f13c
commit
24afe7987c
47 changed files with 95 additions and 1 deletions
|
@ -33,6 +33,7 @@ paths:
|
|||
description: |-
|
||||
This API returns a list of message and state events for a room. It uses
|
||||
pagination query parameters to paginate history in the room.
|
||||
operationId: getRoomEvents
|
||||
security:
|
||||
- accessToken: []
|
||||
parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue