From 86db820bb172d2dc96df4c8c3382a6d684af98e9 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 7 Jul 2016 16:05:21 +0100 Subject: [PATCH] Expand on summaries for requestToken endpoints --- api/client-server/administrative_contact.yaml | 2 +- api/client-server/registration.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/client-server/administrative_contact.yaml b/api/client-server/administrative_contact.yaml index a7bed31f..fabb2ac9 100644 --- a/api/client-server/administrative_contact.yaml +++ b/api/client-server/administrative_contact.yaml @@ -121,7 +121,7 @@ paths: - User data "/account/3pid/email/requestToken": 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: |- Proxies the identity server API ``validate/email/requestToken``, but first checks that the given email address is not already associated diff --git a/api/client-server/registration.yaml b/api/client-server/registration.yaml index 8fa09b75..a9bd3fe0 100644 --- a/api/client-server/registration.yaml +++ b/api/client-server/registration.yaml @@ -134,7 +134,7 @@ paths: - User data "/register/email/requestToken": 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: |- Proxies the identity server API ``validate/email/requestToken``, but first checks that the given email address is not already associated @@ -244,7 +244,7 @@ paths: - User data "/account/password/email/requestToken": 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: |- Proxies the identity server API ``validate/email/requestToken``, but first checks that the given email address is associated with an account