Announcements
Update an announcement
Update an announcement already published.
Required scope announces:edit
/announcements/{id}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the announcement.
Bodyapplication/json
titlestringTitle shown to users.
contentstringBody of the announcement.
typestringKind of announcement.
startDatestring<date-time>When the announcement starts being shown.
endDatestring<date-time>When the announcement stops being shown.
teamsstring<uuid>[]Teams the announcement is addressed to.
appstring<uuid>Application the announcement relates to.
Response200 · application/json
The updated announcement.
idstring<uuid>requiredIdentifier of the announcement.
titlestringrequiredTitle shown to users.
contentstringrequiredBody of the announcement.
typestringrequiredKind of announcement.
teamsstring<uuid>[]Teams the announcement is addressed to.
appstring<uuid> | nullApplication the announcement relates to.
startDatestring<date-time>requiredWhen the announcement starts being shown.
endDatestring<date-time> | nullWhen the announcement stops being shown.
createdAtstring<date-time>Timestamp the announcement was created.
updatedAtstring<date-time>Timestamp of the last change.
seenCountintegerNumber of users who saw the announcement.
likeCountintegerNumber of positive reactions.
dislikeCountintegerNumber of negative reactions.
likeRationumber | nullShare of positive reactions.