Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 689 Bytes

ManagementProjectsWebhooksCreateRequestBody.md

File metadata and controls

15 lines (9 loc) · 689 Bytes

ManagementProjectsWebhooksCreateRequestBody

Request body schema for POST /management/v1/projects/{projectId}/webhooks/{webhookId}.

Properties

Name Type Description Notes
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]

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