lilt-java

Lilt API binding for java

View the Project on GitHub lilt/lilt-java

WebhookResponse

Properties

Name Type Description Notes
id Integer The unique identifier for the webhook configuration.  
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.  

Enum: List<EventTypeEnum>

Name Value
JOB_DELIVER "JOB_DELIVER"
JOB_UPDATE "JOB_UPDATE"
PROJECT_DELIVER "PROJECT_DELIVER"
PROJECT_UPDATE "PROJECT_UPDATE"