Supply operationId for freshly added IS and AS operations
This commit is contained in:
parent
a68b7e1bbd
commit
828086a86c
2 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,7 @@ paths:
|
|||
aliases inside the application service's ``aliases`` namespace. The
|
||||
homeserver will send this request when it receives a request to join a
|
||||
room alias within the application service's namespace.
|
||||
operationId: queryRoomByAlias
|
||||
parameters:
|
||||
- in: path
|
||||
name: roomAlias
|
||||
|
@ -159,6 +160,7 @@ paths:
|
|||
inside the application service's ``users`` namespace. The homeserver will
|
||||
send this request when it receives an event for an unknown user ID in
|
||||
the application service's namespace.
|
||||
operationId: queryUserById
|
||||
parameters:
|
||||
- in: path
|
||||
name: userId
|
||||
|
|
|
@ -90,6 +90,7 @@ paths:
|
|||
post:
|
||||
summary: Lookup Matrix user IDs for a list of 3pids.
|
||||
description: Lookup Matrix user IDs for a list of 3pids.
|
||||
operationId: lookupUsers
|
||||
parameters:
|
||||
- in: body
|
||||
name: body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue