Update an announcement

PATCH
/api/v2/announcements/:announcementId

Update an announcement

Path parameters

announcementIdstringRequired

Request

This endpoint expects a list of objects.
list of objects

Response

Updated announcement

_idstring

The ID of the announcement

isDismissibleboolean

true if the announcement is dismissible

titlestring

The title of the announcement

messagestring

The message of the announcement

startTimelong

The start time of the announcement. This is a Unix timestamp in milliseconds.

severityenum
Allowed values: infowarningcritical

The severity of the announcement

_statusenum
Allowed values: activeinactivescheduled

The status of the announcement

endTimelongOptional

The end time of the announcement. This is a Unix timestamp in milliseconds.

_accessobjectOptional

Errors

Built with