Create an announcement

Create an announcement

Headers

AuthorizationstringRequired

Request

This endpoint expects an object.
isDismissiblebooleanRequired
true if the announcement is dismissible
titlestringRequired
The title of the announcement
messagestringRequired
The message of the announcement
startTimelongRequired
The start time of the announcement. This is a Unix timestamp in milliseconds.
severityenumRequired
The severity of the announcement
Allowed values:
endTimelongOptional
The end time of the announcement. This is a Unix timestamp in milliseconds.

Response

Created 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
The severity of the announcement
Allowed values:
_statusenum
The status of the announcement
Allowed values:
endTimelong or null
The end time of the announcement. This is a Unix timestamp in milliseconds.
_accessobject or null

Errors