Merge pull request #2057 from matrix-org/anoa/clarify_email_sending
Clarify what the client should receiving on email resending
This commit is contained in:
commit
010757c01d
2 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,8 @@ properties:
|
||||||
avoid repeatedly sending the same email in the case of request
|
avoid repeatedly sending the same email in the case of request
|
||||||
retries between the POSTing user and the identity server.
|
retries between the POSTing user and the identity server.
|
||||||
The client should increment this value if they desire a new
|
The client should increment this value if they desire a new
|
||||||
email (e.g. a reminder) to be sent.
|
email (e.g. a reminder) to be sent. If they do not, the server
|
||||||
|
should respond with success but not resend the email.
|
||||||
example: 1
|
example: 1
|
||||||
next_link:
|
next_link:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify what the client should receive upon sending an identical email validation request multiple times.
|
Loading…
Add table
Add a link
Reference in a new issue