|
|
@ -89,13 +89,13 @@ paths:
|
|
|
|
type: object
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
properties:
|
|
|
|
auth:
|
|
|
|
auth:
|
|
|
|
allOf:
|
|
|
|
description: |-
|
|
|
|
- description: |-
|
|
|
|
|
|
|
|
Additional authentication information for the
|
|
|
|
Additional authentication information for the
|
|
|
|
user-interactive authentication API. Note that this
|
|
|
|
user-interactive authentication API. Note that this
|
|
|
|
information is *not* used to define how the registered user
|
|
|
|
information is *not* used to define how the registered user
|
|
|
|
should be authenticated, but is instead used to
|
|
|
|
should be authenticated, but is instead used to
|
|
|
|
authenticate the ``register`` call itself.
|
|
|
|
authenticate the ``register`` call itself.
|
|
|
|
|
|
|
|
allOf:
|
|
|
|
- "$ref": "definitions/auth_data.yaml"
|
|
|
|
- "$ref": "definitions/auth_data.yaml"
|
|
|
|
username:
|
|
|
|
username:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
@ -347,9 +347,9 @@ paths:
|
|
|
|
description: The new password for the account.
|
|
|
|
description: The new password for the account.
|
|
|
|
example: "ihatebananas"
|
|
|
|
example: "ihatebananas"
|
|
|
|
auth:
|
|
|
|
auth:
|
|
|
|
allOf:
|
|
|
|
description: |-
|
|
|
|
- description: |-
|
|
|
|
|
|
|
|
Additional authentication information for the user-interactive authentication API.
|
|
|
|
Additional authentication information for the user-interactive authentication API.
|
|
|
|
|
|
|
|
allOf:
|
|
|
|
- "$ref": "definitions/auth_data.yaml"
|
|
|
|
- "$ref": "definitions/auth_data.yaml"
|
|
|
|
required: ["new_password"]
|
|
|
|
required: ["new_password"]
|
|
|
|
responses:
|
|
|
|
responses:
|
|
|
|