Lilt API binding for java
Name | Type | Description | Notes |
---|---|---|---|
webhookName | String | The name of the webhook configuration. | |
webhookUrl | URI | The URL to which the webhook notifications will be sent. | |
eventType | List<EventTypeEnum> | The list of event types that will trigger the webhook notification. |
Name | Value |
---|---|
JOB_DELIVER | "JOB_DELIVER" |
JOB_UPDATE | "JOB_UPDATE" |
PROJECT_DELIVER | "PROJECT_DELIVER" |
PROJECT_UPDATE | "PROJECT_UPDATE" |