Update Db Password

Update Db Password

Endpoint to update database password
Authorized Roles : PROVIDER

Request
URI
PUT
https://{api_host}/provider/databases/{dbUUID}/update-password
COPY
Path Parameters
string
dbUUID
Required

ID of the database


Request Body
DBPasswordUpdateDto of type(s) application/json
Required
{
    "dbPassword": "string"
}
string As ^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[?!@#$%^&*])[A-Za-z\d?!@#$%^&*]{8,20}$
dbPassword
Optional

dbPassword

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure