SystemNotifications
Update SystemNotification
Update an existing SystemNotification record.
PUT
Update SystemNotification
Updates an existing SystemNotification record. You must include the
Id of the record to update along with all required fields.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the SystemNotification-Edit role.Enums
eSystemNotificationSeverity — Severity values
eSystemNotificationSeverity — Severity values
| Value | Name |
|---|---|
| 1 | Low |
| 2 | Medium |
| 3 | High |
eSystemNotificationMessageType — MessageType values
eSystemNotificationMessageType — MessageType values
| Value | Name |
|---|---|
| 1 | Issue |
| 2 | Announcement |
Request Body
Required Fields
The Id of the SystemNotification record to update.
The title value for this system notification.
The severity value for this system notification.
Date/time value for start time.
The short description value for this system notification.
Free-text description of this system notification.
The message type value for this system notification.
Optional Fields
Date/time value for publish on.
Date/time value for un publish on.
The resolution description value for this system notification.
Whether resolved is enabled.
Date/time value for resolved on.
Whether display to admins is enabled.
The display to setting integrations value for this system notification.
The display to setting general value for this system notification.
The display to portal version value for this system notification.
Whether has button is enabled.
The button label value for this system notification.
The button url value for this system notification.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the update.
Contains the
Id of the updated record.true if the systemnotification was updated successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Update SystemNotification