UpdateAlertChannel
Update an existing notification channel configuration
PUT
/api/v1/alerting/channels/{uuid}Operation ID
UpdateAlertChannelSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
uuidStringRequiredUUID of the channel to update
Body Fields
nameStringRequiredNew channel name
Example: Updated Ops Channel
descriptionStringRequiredNew channel description
Example: Updated description
configObjectRequiredNew channel configuration. A redaction placeholder *** returned by a read API may be submitted unchanged to preserve the stored credential.
Example: (nested object)
templateIdStringRequiredNew template identifier
Example: tmpl-email-002
statusStringRequiredNew channel status
Example: disabled
