spec the format of a client_secret

This commit is contained in:
Richard van der Hoff 2018-08-31 21:11:11 +01:00
parent dced3d5707
commit 69c30ef156
2 changed files with 10 additions and 2 deletions

View file

@ -20,7 +20,11 @@ example: {
properties:
client_secret:
type: string
description: A unique string used to identify the validation attempt.
description: |
A unique string generated by the client, and used to identify the
validation attempt. It must be a string consisting of the characters
``[0-9a-zA-Z.=_-]``. Its length must not exceed 255 characters and it
must not be empty.
example: "monkeys_are_GREAT"
email:
type: string

View file

@ -21,7 +21,11 @@ example: {
properties:
client_secret:
type: string
description: A unique string used to identify the validation attempt.
description: |
A unique string generated by the client, and used to identify the
validation attempt. It must be a string consisting of the characters
``[0-9a-zA-Z.=_-]``. Its length must not exceed 255 characters and it
must not be empty.
example: "monkeys_are_GREAT"
country:
type: string