mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Supply operationId for freshly added IS and AS operations
This commit is contained in:
parent
a68b7e1bbd
commit
828086a86c
|
|
@ -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…
Reference in a new issue