Change Appliance Root Password
Use this endpoint to update provider node's root password
Authorized Roles : PROVIDER
Request
URI
PUT
https://{api_host}/appliance/provider/{providerId}/password
COPY
Path Parameters
string
environmentId
Required
ID of the environment
Request Body
ChangeAppliancePasswordDto
of type(s)
application/json
Required
{
"newPassword": "string"
}
string
As ^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[?!@#$%^&*])[A-Za-z\d?!@#$%^&*]{8,20}$
newPassword
Required
newPassword
Responses
200
OK
Operation doesn't return any data structure