Skip to main content

Change admin password

Change admin password

Request Body required

Password change request

  • old_password string required

    The old password for login in clear text

  • new_password string required

    Possible values: Value must match regular expression ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[!;*()_\-+.,$&"№%:|@^])[a-zA-Z\d!;*()_\-+.,$&"№%:|@^]{8,32}$

    The new password for login in clear text. Password must contain at least one lowercase letter, one uppercase letter, one digit, one special character from !;*()_-+.,$&"№%:|@^ and total length between 8 and 32 characters.

Responses

OK

Loading...