Merge pull request #1095 from gergelypolonkai/master

Fix example in email based registration endpoint
This commit is contained in:
Richard van der Hoff 2017-12-15 13:11:01 +00:00 committed by GitHub
commit f0f91bd9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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