Skip to main content
POST
UpdateTemplate

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

UpdateTemplateRequest sets or clears an alert's message template.

identifier
fqn · object
required

Identifier for the config to update.

template
AlertTemplate · object

New custom template for the rendered alert message. Omit to clear the template and revert to the default rendering. Currently applied only to issue alerts; accepted and ignored for other kinds.

Response

200 - application/json

Success

UpdateTemplateResponse returns the updated alert configuration.

alert
Alert · object
required

The alert configuration that was updated.