mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-06 07:53:42 +01:00
More review comments
This commit is contained in:
parent
6770d6b2d6
commit
bd539c72b4
|
|
@ -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…
Reference in a new issue