mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 05:54:09 +01:00
Explicitly link to endpoint in AS-side /ping doc
This commit is contained in:
parent
e02c69de83
commit
d50512e1c6
|
|
@ -34,8 +34,8 @@ paths:
|
||||||
and the `hs_token` the homeserver has is correct.
|
and the `hs_token` the homeserver has is correct.
|
||||||
|
|
||||||
Currently this is only called by the homeserver as a direct result of
|
Currently this is only called by the homeserver as a direct result of
|
||||||
the application service calling the appservice ping endpoint in the
|
the application service calling
|
||||||
client API.
|
[`POST /_matrix/client/v1/appservice/{appserviceId}/ping`](#post_matrixclientv1appserviceappserviceidping).
|
||||||
operationId: ping
|
operationId: ping
|
||||||
security:
|
security:
|
||||||
- homeserverAccessToken: []
|
- homeserverAccessToken: []
|
||||||
|
|
@ -53,7 +53,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
A transaction ID for the ping, copied directly from the
|
A transaction ID for the ping, copied directly from the
|
||||||
client API appservice ping call.
|
`POST /_matrix/client/v1/appservice/{appserviceId}/ping` call.
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: The provided `hs_token` is valid and the ping request was successful.
|
description: The provided `hs_token` is valid and the ping request was successful.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue