Merge "Correcting api-ref for users"
This commit is contained in:
commit
4cd555608c
@ -1848,6 +1848,15 @@ response_limit_domain_id_body:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
response_user_options_body_required:
|
||||||
|
description: |
|
||||||
|
The resource options for the user. Available resource options are
|
||||||
|
``ignore_change_password_upon_first_use``, ``ignore_password_expiry``,
|
||||||
|
``ignore_lockout_failure_attempts``, ``lock_password``,
|
||||||
|
``multi_factor_auth_enabled``, and ``multi_factor_auth_rules``.
|
||||||
|
in: body
|
||||||
|
required: true
|
||||||
|
type: object
|
||||||
role:
|
role:
|
||||||
description: |
|
description: |
|
||||||
A ``role`` object
|
A ``role`` object
|
||||||
@ -2143,16 +2152,6 @@ user_options_request_body:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: object
|
type: object
|
||||||
user_options_response_body:
|
|
||||||
description: |
|
|
||||||
The resource options for the user. Only present in the response if set on
|
|
||||||
the user entity. Available resource options are
|
|
||||||
``ignore_change_password_upon_first_use``, ``ignore_password_expiry``,
|
|
||||||
``ignore_lockout_failure_attempts``, ``lock_password``,
|
|
||||||
``multi_factor_auth_enabled``, and ``multi_factor_auth_rules``.
|
|
||||||
in: body
|
|
||||||
required: false
|
|
||||||
type: object
|
|
||||||
user_password_update_body:
|
user_password_update_body:
|
||||||
description: |
|
description: |
|
||||||
The new password for the user.
|
The new password for the user.
|
||||||
|
@ -128,7 +128,7 @@ Parameters
|
|||||||
- links: links_user
|
- links: links_user
|
||||||
- name: user_name_response_body
|
- name: user_name_response_body
|
||||||
- password_expires_at: password_expires_at
|
- password_expires_at: password_expires_at
|
||||||
- options: user_options_response_body
|
- options: response_user_options_body_required
|
||||||
|
|
||||||
Status Codes
|
Status Codes
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
@ -259,7 +259,7 @@ Parameters
|
|||||||
- links: links_user
|
- links: links_user
|
||||||
- name: user_name_response_body
|
- name: user_name_response_body
|
||||||
- password_expires_at: password_expires_at
|
- password_expires_at: password_expires_at
|
||||||
- options: user_options_response_body
|
- options: response_user_options_body_required
|
||||||
|
|
||||||
Status Codes
|
Status Codes
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user