Response body schema for PUT /management/v1/projects/{projectId}/webhooks/{webhookId}
.
Name | Type | Description | Notes |
---|---|---|---|
id | str | Unique identifier of the webhook. | [optional] |
object | str | The type of the object represented by JSON. | [optional] [default to 'webhook'] |
created_at | datetime | Timestamp representing the date and time when the webhook configuration was created. The value for this parameter is shown in the ISO 8601 format. | [optional] |
target_url | str | URL address that receives webhooks. | [optional] |
events | List[str] | Lists the events that trigger webhook sendout. | [optional] |
active | bool | Determines if the webhook configuration is active. | [optional] [default to True] |