latestOpenAPI 3.0.02026-08-216686147.9 KB
6f6009a58cdd
webhooks
Update the specified Webhook
patch/v1/webhooks/{uuid}
Path parameters
uuidstring uuid required
The UUID of the Webhook to update
Request body
Example request
{
"description": "Company XYZ Integration",
"scopes": [
"requests",
"users"
]
}Response
The updated Webhook
Example response
{
"data": {
"uuid": "d952a7a8-3f88-46d0-b4de-ec690d97105c",
"description": "Firm internal systems",
"scopes": [
"requests",
"users"
],
"url": "https://company-xyz.com/my-webhook-endpoint",
"created_at": "2023-01-01T12:30:00.000Z"
}
}