mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 14:04:10 +01:00
Mark the appservice ping response duration_ms field as required
As intended in MSC2659. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
db0fd30744
commit
94d1735b6e
|
|
@ -82,6 +82,8 @@ paths:
|
||||||
The duration in milliseconds that the
|
The duration in milliseconds that the
|
||||||
[`/_matrix/app/v1/ping`](#post_matrixappv1ping)
|
[`/_matrix/app/v1/ping`](#post_matrixappv1ping)
|
||||||
request took from the homeserver's point of view.
|
request took from the homeserver's point of view.
|
||||||
|
required:
|
||||||
|
- duration_ms
|
||||||
examples:
|
examples:
|
||||||
application/json: {"duration_ms": 123}
|
application/json: {"duration_ms": 123}
|
||||||
400:
|
400:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue