PUT
/v1/webhookactions/{id}Update webhookactions
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idPath parameters
idstringrequiredRequest body application/json
idstringnullablecodestringnullablenamestringnullabledescriptionstringnullablecategorystringnullableisActivebooleancreatedAtstring (date-time)updatedAtstring (date-time)nullableResponses
No response body.
curl --request PUT \
--url 'https://api.4comply.io/v1/webhookactions/00000000-0000-0000-0000-000000000000' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id' \
--header 'Content-Type: application/json' \
--data '{
"id": "00000000-0000-0000-0000-000000000000",
"code": "example-code",
"name": "Example name",
"description": "Example text",
"category": "string",
"isActive": true,
"createdAt": "2026-09-07T12:00:00Z",
"updatedAt": "2026-09-07T12:00:00Z"
}'