More review comments
This commit is contained in:
parent
6770d6b2d6
commit
bd539c72b4
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ paths:
|
||||||
examples:
|
examples:
|
||||||
application/json: |-
|
application/json: |-
|
||||||
{
|
{
|
||||||
"errcode": "ORG.MATRIX.MYAPPSERVICE_UNAUTHORIZED"
|
"errcode": "COM.EXAMPLE.MYAPPSERVICE_UNAUTHORIZED"
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
|
@ -147,7 +147,7 @@ paths:
|
||||||
This endpoint is invoked by the homeserver on an application service to query
|
This endpoint is invoked by the homeserver on an application service to query
|
||||||
the existence of a given user ID. The homeserver will only query user IDs
|
the existence of a given user ID. The homeserver will only query user IDs
|
||||||
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.
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue