Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"authorName": "<string>",
"createdByUserUuid": "<string>",
"scheduledPublishAt": "2023-11-07T05:31:56Z",
"pendingSlackChannelId": "<string>",
"published": true,
"pinned": true,
"category": "launch",
"body": "<string>",
"title": "<string>",
"projectUuid": "<string>",
"announcementUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Homepage
Post apiv1projects announcements
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
announcements
Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"authorName": "<string>",
"createdByUserUuid": "<string>",
"scheduledPublishAt": "2023-11-07T05:31:56Z",
"pendingSlackChannelId": "<string>",
"published": true,
"pinned": true,
"category": "launch",
"body": "<string>",
"title": "<string>",
"projectUuid": "<string>",
"announcementUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Body
application/json
Curated announcement categories a data team uses to signal intent to
business users. Fixed set (not user-managed) — each maps to a label + colour
in ANNOUNCEMENT_CATEGORY_META.
Available options:
launch, update, heads_up Future UTC instant at which the announcement publishes automatically
(Slack notification fires then). Mutually exclusive with publishNow.
When true the announcement goes live immediately and its Slack
notification (if any) fires now, instead of waiting for the next
homepage publish. Used when posting from the published homepage.
Mutually exclusive with scheduledPublishAt.
Transient (not persisted): when set, publishing posts a notification to this Slack channel. Requires the org to have Slack installed.
Was this page helpful?