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
Show optional properties
{
"status": "string",
"notificationsIds": [
{}
]
}
{
"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
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"notificationsIds":["string"],"status:"string"}' https://{api_host}/provider/notifications