From e9622bf9e47271a107323e7761aa1c17482dc82e Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 15 Dec 2017 13:14:26 +0100 Subject: [PATCH] Fix example in email based registration endpoint The spec says `send_attempt` should be a number, but the example shows it as a string. Signed-off-by: Gergely Polonkai --- api/client-server/registration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/registration.yaml b/api/client-server/registration.yaml index 280ec3e19..52693f5b5 100644 --- a/api/client-server/registration.yaml +++ b/api/client-server/registration.yaml @@ -215,7 +215,7 @@ paths: send_attempt: type: number description: Used to distinguish protocol level retries from requests to re-send the email. - example: "1" + example: 1 required: ["client_secret", "email", "send_attempt"] responses: 200: