@ -89,13 +89,14 @@ paths:
type : object
properties:
auth:
description : |-
Additional authentication information for the
user-interactive authentication API. Note that this
information is *not* used to define how the registered user
should be authenticated, but is instead used to
authenticate the ``register`` call itself.
"$ref": "definitions/auth_data.yaml"
allOf:
- description : |-
Additional authentication information for the
user-interactive authentication API. Note that this
information is *not* used to define how the registered user
should be authenticated, but is instead used to
authenticate the ``register`` call itself.
- "$ref": "definitions/auth_data.yaml"
username:
type : string
description : |-
@ -228,7 +229,7 @@ paths:
name : body
required : true
schema:
$ref : " ./ definitions/request_email_validation.yaml"
$ref : " definitions/request_email_validation.yaml"
responses:
200 :
description : |-
@ -278,7 +279,7 @@ paths:
name : body
required : true
schema:
$ref : " ./ definitions/request_msisdn_validation.yaml"
$ref : " definitions/request_msisdn_validation.yaml"
responses:
200 :
description : |-
@ -346,9 +347,10 @@ paths:
description : The new password for the account.
example : "ihatebananas"
auth:
description : |-
Additional authentication information for the user-interactive authentication API.
"$ref": "definitions/auth_data.yaml"
allOf:
- description : |-
Additional authentication information for the user-interactive authentication API.
- "$ref": "definitions/auth_data.yaml"
required : [ "new_password" ]
responses:
200 :
@ -397,7 +399,7 @@ paths:
name : body
required : true
schema:
$ref : " ./ definitions/request_email_validation.yaml"
$ref : " definitions/request_email_validation.yaml"
responses:
200 :
description : An email was sent to the given address.
@ -455,7 +457,7 @@ paths:
name : body
required : true
schema:
$ref : " ../identity/ definitions/request_msisdn_validation.yaml"
$ref : " definitions/request_msisdn_validation.yaml"
responses:
200 :
description : An SMS message was sent to the given phone number.
@ -516,7 +518,8 @@ paths:
auth:
description : |-
Additional authentication information for the user-interactive authentication API.
"$ref": "definitions/auth_data.yaml"
allOf:
- $ref : "definitions/auth_data.yaml"
id_server:
type : string
description : |-