Update System Notifications
Endpoint to update system notifications
Authorized Roles : ORG_ADMIN or ORG_USER
Request
URI
PUT
https://{api_host}/provider/notifications
COPY
Request Body
UpdateSystemNotificationsDto of type(s) application/json
Required
{
"status": "string",
"notificationsIds": [
"string"
]
}
string
status
Required
status
Possible values are : ENABLED, DISABLED, NOT_CONFIGURED,
array of string
notificationsIds
Required
notificationsIds
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure