diff --git a/api-ref/source/instance_management_apis/changing_the_password_of_a_dcs_instance.rst b/api-ref/source/instance_management_apis/changing_the_password_of_a_dcs_instance.rst index da00f6f..5d60c26 100644 --- a/api-ref/source/instance_management_apis/changing_the_password_of_a_dcs_instance.rst +++ b/api-ref/source/instance_management_apis/changing_the_password_of_a_dcs_instance.rst @@ -39,25 +39,25 @@ Request .. table:: **Table 2** Parameter description - +-----------------+-----------------+-----------------+------------------------------------------------------------------------------+ - | Parameter | Type | Mandatory | Description | - +=================+=================+=================+==============================================================================+ - | old_password | String | Yes | Old password. | - +-----------------+-----------------+-----------------+------------------------------------------------------------------------------+ - | new_password | String | Yes | New password. | - | | | | | - | | | | Password complexity requirements: | - | | | | | - | | | | - Cannot be empty. | - | | | | - Cannot be the username or the username spelled backwards. | - | | | | - Can be 8 to 32 characters long. | - | | | | - Contain at least three of the following character types: | - | | | | | - | | | | - Lowercase letters | - | | | | - Uppercase letters | - | | | | - Digits | - | | | | - Special characters :literal:`(`~!@#$^&`\ ``*``\ (``)-_=+\|{}:,<.>/?``) | - +-----------------+-----------------+-----------------+------------------------------------------------------------------------------+ + +-----------------+-----------------+-----------------+--------------------------------------------------------------------+ + | Parameter | Type | Mandatory | Description | + +=================+=================+=================+====================================================================+ + | old_password | String | Yes | Old password. | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------+ + | new_password | String | Yes | New password. | + | | | | | + | | | | Password complexity requirements: | + | | | | | + | | | | - Cannot be empty. | + | | | | - Cannot be the username or the username spelled backwards. | + | | | | - Can be 8 to 32 characters long. | + | | | | - Contain at least three of the following character types: | + | | | | | + | | | | - Lowercase letters | + | | | | - Uppercase letters | + | | | | - Digits | + | | | | - Special characters (:literal:`\`~!@#$^&*()-_=+\\|{}:,<.>/?`) | + +-----------------+-----------------+-----------------+--------------------------------------------------------------------+ **Example request** diff --git a/api-ref/source/lifecycle_management_apis/creating_a_dcs_instance.rst b/api-ref/source/lifecycle_management_apis/creating_a_dcs_instance.rst index 0d7d00b..96ed8ab 100644 --- a/api-ref/source/lifecycle_management_apis/creating_a_dcs_instance.rst +++ b/api-ref/source/lifecycle_management_apis/creating_a_dcs_instance.rst @@ -92,7 +92,7 @@ Request | | | | - Lowercase letters | | | | | - Uppercase letters | | | | | - Digits | - | | | | - Special characters :literal:`(`~!@#$^&`\ ``*``\ (``)-_=+\|{}:,<.>/?``) | + | | | | - Special characters (:literal:`\`~!@#$^&*()-_=+\\|{}:,<.>/?`) | +-------------------------+------------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | vpc_id | String | Yes | VPC ID. | | | | | |