Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 931 Bytes

ManagementProjectsWebhooksCreateResponseBody.md

File metadata and controls

14 lines (11 loc) · 931 Bytes

# ManagementProjectsWebhooksCreateResponseBody

Properties

Name Type Description Notes
id string Unique identifier of the webhook. [optional]
object string The type of the object represented by JSON. [optional] [default to 'webhook']
createdAt \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]
targetUrl string URL address that receives webhooks. [optional]
events string[] Lists the events that trigger webhook sendout. [optional]
active bool Determines if the webhook configuration is active. [optional] [default to true]

[Back to Model list] [Back to API list] [Back to README]