Update content
This commit is contained in:
parent
2f2cb599f6
commit
7ecd96ca1d
@ -39,25 +39,25 @@ Request
|
|||||||
|
|
||||||
.. table:: **Table 2** Parameter description
|
.. table:: **Table 2** Parameter description
|
||||||
|
|
||||||
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------+
|
||||||
| Parameter | Type | Mandatory | Description |
|
| Parameter | Type | Mandatory | Description |
|
||||||
+=================+=================+=================+==============================================================================+
|
+=================+=================+=================+====================================================================+
|
||||||
| old_password | String | Yes | Old password. |
|
| old_password | String | Yes | Old password. |
|
||||||
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------+
|
||||||
| new_password | String | Yes | New password. |
|
| new_password | String | Yes | New password. |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | Password complexity requirements: |
|
| | | | Password complexity requirements: |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | - Cannot be empty. |
|
| | | | - Cannot be empty. |
|
||||||
| | | | - Cannot be the username or the username spelled backwards. |
|
| | | | - Cannot be the username or the username spelled backwards. |
|
||||||
| | | | - Can be 8 to 32 characters long. |
|
| | | | - Can be 8 to 32 characters long. |
|
||||||
| | | | - Contain at least three of the following character types: |
|
| | | | - Contain at least three of the following character types: |
|
||||||
| | | | |
|
| | | | |
|
||||||
| | | | - Lowercase letters |
|
| | | | - Lowercase letters |
|
||||||
| | | | - Uppercase letters |
|
| | | | - Uppercase letters |
|
||||||
| | | | - Digits |
|
| | | | - Digits |
|
||||||
| | | | - Special characters :literal:`(`~!@#$^&`\ ``*``\ (``)-_=+\|{}:,<.>/?``) |
|
| | | | - Special characters (:literal:`\`~!@#$^&*()-_=+\\|{}:,<.>/?`) |
|
||||||
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------+
|
+-----------------+-----------------+-----------------+--------------------------------------------------------------------+
|
||||||
|
|
||||||
**Example request**
|
**Example request**
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ Request
|
|||||||
| | | | - Lowercase letters |
|
| | | | - Lowercase letters |
|
||||||
| | | | - Uppercase letters |
|
| | | | - Uppercase letters |
|
||||||
| | | | - Digits |
|
| | | | - Digits |
|
||||||
| | | | - Special characters :literal:`(`~!@#$^&`\ ``*``\ (``)-_=+\|{}:,<.>/?``) |
|
| | | | - Special characters (:literal:`\`~!@#$^&*()-_=+\\|{}:,<.>/?`) |
|
||||||
+-------------------------+------------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-------------------------+------------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| vpc_id | String | Yes | VPC ID. |
|
| vpc_id | String | Yes | VPC ID. |
|
||||||
| | | | |
|
| | | | |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user