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>",
"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
Patch apiv1projects announcements
PATCH
/
api
/
v1
/
projects
/
{projectUuid}
/
announcements
/
{announcementUuid}
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>",
"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
PATCH semantics: omitted fields are left unchanged
Only drafts: set to retarget the Slack notification, null to cancel it
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 Was this page helpful?