Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 676 Bytes

ManagementProjectsWebhooksUpdateRequestBody.md

File metadata and controls

15 lines (9 loc) · 676 Bytes

ManagementProjectsWebhooksUpdateRequestBody

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

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]