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:
Travis Ralston 2019-06-03 11:05:28 -06:00 committed by GitHub
commit 010757c01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -0,0 +1 @@
Clarify what the client should receive upon sending an identical email validation request multiple times.