UpdateDbPasswordSpec
UpdateDbPasswordSpec
Spec to update database password.
JSON Example
{
"password": "string",
"new_password": "string"
}
string
password
Required
SRM database current password.
string As ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[ !\"#$%&'()*+,-.\\/\\\\:;<=>?@[\\]^_`{|}~\"])[a-zA-Z0-9 !\"#$%&'()*+,-.\\/\\\\:;<=>?@[\\]^_`{|}~\"]{8,}$
new_password
Required
Get new password for the SRM database.
-
Requirements:
- at least 8 characters long
- with minimum one small letter
- with minimum one capital letter
- with minimum one number
- with minimum one special character