Update Database Notifications

Update Database Notifications

Endpoint to update notifications for the database
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
PUT
/provider/databases/{dbUUID}/notifications
COPY
Path Parameters
string
dbUUID
Required

ID of the database


Request Body
Array of systemAlertsDto of type(s) application/json
Optional
[
    {
        "alertDefinitionType": "string",
        "status": "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