Clarify that submit_url being not present only matters for r0.5
This commit is contained in:
parent
b32f0e768f
commit
56745c76aa
2 changed files with 6 additions and 2 deletions
|
@ -151,7 +151,9 @@ paths:
|
||||||
then be prompted to provide it to the client.
|
then be prompted to provide it to the client.
|
||||||
|
|
||||||
If this field is not present, the client can assume that
|
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"
|
example: "https://example.org/path/to/submitToken"
|
||||||
403:
|
403:
|
||||||
description: The credentials could not be verified with the identity server.
|
description: The credentials could not be verified with the identity server.
|
||||||
|
|
|
@ -30,6 +30,8 @@ properties:
|
||||||
prompted to provide it to the client.
|
prompted to provide it to the client.
|
||||||
|
|
||||||
If this field is not present, the client can assume that verification
|
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"
|
example: "https://example.org/path/to/submitToken"
|
||||||
required: ['sid']
|
required: ['sid']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue