Skip to main content
PUT
Update
🔑 Requires the announcement_templates.update scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

id
string
required

Unique identifier for this announcement template

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

Body

application/json
actions
object[]
required

Actions shown on the announcement post. Send an empty array to remove them all.

Example:
fields
object[]
required

Fields shown on the announcement post. Send an empty array to remove them all.

Example:
name
string
required

Name of this announcement template, unique within the organisation

Example:

"Major incidents"

owning_team_ids
string[]

IDs of the teams that own this template. The existing owning teams are kept when omitted.

Example:

Response

OK response.

announcement_template
object
required

An announcement template controls which fields and actions appear on an announcement post.