Change Db Options

Change Db Options

Endpoint to change database options
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
PUT
/provider/databases/{dbUUID}/change-db-options
COPY
Path Parameters
string
dbUUID
Required

ID of the database


Request Body
Array of DbOptionDTO of type(s) application/json
Optional
[
    {
        "key": "string",
        "value": "string"
    }
]
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