Update an Alert Notification Channel

Update an Alert Notification Channel.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the Notification Channel belongs.
notificationChannelIdstringRequired
The ID of the Notification Channel to update.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
Update Dag Trigger Notification Channel RequestobjectRequired
OR
Update Email Notification Channel RequestobjectRequired
OR
Update Opsgenie Notification Channel RequestobjectRequired
OR
Update Pager Duty Notification Channel RequestobjectRequired
OR
Update Slack Notification Channel RequestobjectRequired

Response

OK
createdAtstring

The time when the alert was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

createdByobject
definitionany
The notification channel's definition.
entityIdstring
The entity ID the notification channel is scoped to.
entityTypestring
The type of entity the notification channel is scoped to.
idstring
The notification channel's ID.
isSharedboolean
When entity type is scoped to ORGANIZATION or WORKSPACE, this determines if child entities can access this notification channel.
namestring
The notification channel's name.
organizationIdstring
The organization ID the notification channel is scoped to.
typestring
The notification channel's type.
updatedAtstring

The time when the alert was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

updatedByobject
deploymentIdstring or null
The deployment ID the notification channel is scoped to.
entityNamestring or null
The name of the entity the notification channel is scoped to.
workspaceIdstring or null
The workspace ID the notification channel is scoped to.

Errors