Clarify that submit_url being not present only matters for r0.5

anoa/hs_3pid_tokens
Travis Ralston 5 years ago
parent b32f0e768f
commit 56745c76aa

@ -151,7 +151,9 @@ paths:
then be prompted to provide it to the client.
If this field is not present, the client can assume that
verification will happen without the client's involvement.
verification will happen without the client's involvement
provided the homeserver advertises this specification version
in the ``/versions`` response (ie: r0.5.0).
example: "https://example.org/path/to/submitToken"
403:
description: The credentials could not be verified with the identity server.

@ -30,6 +30,8 @@ properties:
prompted to provide it to the client.
If this field is not present, the client can assume that verification
will happen without the client's involvement.
will happen without the client's involvement provided the homeserver
advertises this specification version in the ``/versions`` response
(ie: r0.5.0).
example: "https://example.org/path/to/submitToken"
required: ['sid']

Loading…
Cancel
Save