Update
Update
post/api/v1/webhooks/{id}
Invokes the c1.api.webhooks.v1.WebhooksService.Update method.
Path Parameters
idstring
The id field.
Body Parameters
updateMaskstring
optional
webhookidstringcreatedAtstringdeletedAtstringdescriptionstringdisplayNamestringupdatedAtstringurlstringWebhook
optional
The Webhook message.
Returns
webhookidstringcreatedAtstringdeletedAtstringdescriptionstringdisplayNamestringupdatedAtstringurlstringWebhook
optional
The Webhook message.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/webhooks/$ID \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"webhook": {
"id": "id",
"description": "description",
"displayName": "displayName",
"url": "url"
}
}