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

This commit is contained in:
Travis Ralston 2019-06-11 09:22:02 -06:00
parent b32f0e768f
commit 56745c76aa
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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']