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:
Kitsune Ral 2017-08-03 08:19:34 +09:00
parent bf3b49f13c
commit 24afe7987c
47 changed files with 95 additions and 1 deletions

View file

@ -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: