mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +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
|
||||
[`/_matrix/app/v1/ping`](#post_matrixappv1ping)
|
||||
request took from the homeserver's point of view.
|
||||
required:
|
||||
- duration_ms
|
||||
examples:
|
||||
application/json: {"duration_ms": 123}
|
||||
400:
|
||||
|
|
|
|||
Loading…
Reference in a new issue