Update an Alert Notification Channel
Update an Alert Notification Channel.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
The ID of the Organization to which the Notification Channel belongs.
notificationChannelId
The ID of the Notification Channel to update.
Request
This endpoint expects an object.
Update Dag Trigger Notification Channel Request
OR
Update Email Notification Channel Request
OR
Update Opsgenie Notification Channel Request
OR
Update Pager Duty Notification Channel Request
OR
Update Slack Notification Channel Request
Response
OK
createdAt
The time when the alert was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.
createdBy
definition
entityId
The entity ID the notification channel is scoped to.
entityType
The type of entity the notification channel is scoped to.
id
The notification channel's ID.
name
The notification channel's name.
organizationId
The organization ID the notification channel is scoped to.
type
The notification channel's type.
updatedAt
The time when the alert was updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.
updatedBy
deploymentId
The deployment ID the notification channel is scoped to.
entityName
The name of the entity the notification channel is scoped to.
workspaceId
The workspace ID the notification channel is scoped to.
Errors
400
Update Notification Channel Body Bad Request Error
401
Update Notification Channel Body Unauthorized Error
403
Update Notification Channel Body Forbidden Error
404
Update Notification Channel Body Not Found Error
500
Update Notification Channel Body Internal Server Error