Skip to main content
POST
Edit an offset lifecycle event notification configuration

Authorizations

Authorization
string
header
required

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

Body

application/json

Offset notification configuration updates

policy
object
required

Updated policy configuration. The policy.type must match the existing lifecycle event type.

id
string<uuid>

The ID of the notification configuration to edit. Not provided when updating the configuration for system events

is_enabled
boolean

Set to true to enable webhook messages for the notification indicated in the policy, false to disable. Only supported by system lifecycle events.

Response

Success

data
object
required