mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +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
|
aliases inside the application service's ``aliases`` namespace. The
|
||||||
homeserver will send this request when it receives a request to join a
|
homeserver will send this request when it receives a request to join a
|
||||||
room alias within the application service's namespace.
|
room alias within the application service's namespace.
|
||||||
|
operationId: queryRoomByAlias
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: roomAlias
|
name: roomAlias
|
||||||
|
|
@ -159,6 +160,7 @@ paths:
|
||||||
inside the application service's ``users`` namespace. The homeserver will
|
inside the application service's ``users`` namespace. The homeserver will
|
||||||
send this request when it receives an event for an unknown user ID in
|
send this request when it receives an event for an unknown user ID in
|
||||||
the application service's namespace.
|
the application service's namespace.
|
||||||
|
operationId: queryUserById
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: userId
|
name: userId
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,7 @@ paths:
|
||||||
post:
|
post:
|
||||||
summary: Lookup Matrix user IDs for a list of 3pids.
|
summary: Lookup Matrix user IDs for a list of 3pids.
|
||||||
description: Lookup Matrix user IDs for a list of 3pids.
|
description: Lookup Matrix user IDs for a list of 3pids.
|
||||||
|
operationId: lookupUsers
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue