Webhooks
Update a webhook
put/v1/workspaces/{workspaceId}/webhooks/{webhookId}
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
webhookIdstring required
Represents a webhook identifier across the system.
Example:5b715448b0798751107918ab
Represents a webhook identifier across the system.
Request body
Example request
{
"name": "Stripe",
"triggerSource": [
"54a687e29ae1f428e7ebe909",
"87p187e29ae1f428e7ebej56"
],
"triggerSourceType": "PROJECT_ID",
"url": "https://example-clockify.com/stripeEndpoint",
"webhookEvent": "NEW_PROJECT"
}Response
OK
WebhookDtoV1 required— unresolved $ref