Skip to main content
POST
Rename

Authorizations

Authorization
string
header
required

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

Body

application/json

RenameRequest changes an alert's human-readable name.

identifier
fqn · object
required

Identifier for the config to rename.

name
string

New human-readable name for the alert configuration.

Required string length: 1 - 255

Response

200 - application/json

Success

RenameResponse returns the renamed alert configuration.

alert
Alert · object
required

The alert configuration that was renamed.