mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Expand on summaries for requestToken endpoints
This commit is contained in:
parent
4812be9142
commit
86db820bb1
|
|
@ -121,7 +121,7 @@ paths:
|
||||||
- User data
|
- User data
|
||||||
"/account/3pid/email/requestToken":
|
"/account/3pid/email/requestToken":
|
||||||
post:
|
post:
|
||||||
summary: Requests a validation token be sent to the given email address
|
summary: Requests a validation token be sent to the given email address for the purpose of adding an email address to an account
|
||||||
description: |-
|
description: |-
|
||||||
Proxies the identity server API ``validate/email/requestToken``, but
|
Proxies the identity server API ``validate/email/requestToken``, but
|
||||||
first checks that the given email address is not already associated
|
first checks that the given email address is not already associated
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ paths:
|
||||||
- User data
|
- User data
|
||||||
"/register/email/requestToken":
|
"/register/email/requestToken":
|
||||||
post:
|
post:
|
||||||
summary: Requests a validation token be sent to the given email address
|
summary: Requests a validation token be sent to the given email address for the purpose of registering an account
|
||||||
description: |-
|
description: |-
|
||||||
Proxies the identity server API ``validate/email/requestToken``, but
|
Proxies the identity server API ``validate/email/requestToken``, but
|
||||||
first checks that the given email address is not already associated
|
first checks that the given email address is not already associated
|
||||||
|
|
@ -244,7 +244,7 @@ paths:
|
||||||
- User data
|
- User data
|
||||||
"/account/password/email/requestToken":
|
"/account/password/email/requestToken":
|
||||||
post:
|
post:
|
||||||
summary: Requests a validation token be sent to the given email address
|
summary: Requests a validation token be sent to the given email address for the purpose of resetting a user's password
|
||||||
description: |-
|
description: |-
|
||||||
Proxies the identity server API ``validate/email/requestToken``, but
|
Proxies the identity server API ``validate/email/requestToken``, but
|
||||||
first checks that the given email address is associated with an account
|
first checks that the given email address is associated with an account
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue