From 60293af83a721f61d600699e0b1a3e8641e30f06 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 30 Jun 2016 15:25:09 +0100 Subject: [PATCH] PR feedback --- api/client-server/registration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/client-server/registration.yaml b/api/client-server/registration.yaml index 0334ec94..5301bfef 100644 --- a/api/client-server/registration.yaml +++ b/api/client-server/registration.yaml @@ -136,8 +136,8 @@ paths: post: summary: Requests a validation token be sent to the given email address description: |- - Proxies the identity server API `validate/email/requestToken`, but - additionally inform the user if the given email is already associated + Proxies the identity server API ``validate/email/requestToken``, but + first checks that the given email address is not already associated with an account on this Home Server. Note that, for consistency, this API takes JSON objects, though the Identity Server API takes ``x-www-form-urlencoded`` parameters. See the Identity Server API for