Update Notification Settings
Updates notification settings.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/orgNotificationSettings
COPY
Request Body
NotificationSettings
of type(s)
application/json
Required
{
"certificateLibraryNotificationSettings": {
"notifyExpired": false,
"notifyDayOf": false,
"notifyDayBefore": false,
"notifyWeekBefore": false,
"notifyThirtyDaysBefore": false,
"notifyNinetyDaysBefore": false
}
}
object
certificateLibraryNotificationSettings
Optional
Frequency settings to configure when notifications are sent related to a certificate library entity expiring.
Responses
200
OK
Returns
NotificationSettings
of type(s)
application/json;version=39.1
"NotificationSettings Object"
object
certificateLibraryNotificationSettings
Optional
Frequency settings to configure when notifications are sent related to a certificate library entity expiring.
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/1.0.0/orgNotificationSettings
Availability
Added in 39.0
Notification Settings Operations
GET
Get Notification Settings
PUT
Update Notification Settings