cURL
curl --request PUT \ --url https://api.lilt.com/v3/connectors/configuration/webhooks/{id} \ --header 'Content-Type: application/json' \ --data '{ "webhookName": "<string>" }'
{ "id": 12345, "webhookName": "<string>", "webhookUrl": "<string>", "eventType": [ "JOB_DELIVER" ] }
Updates a specific webhook configuration by its ID. Only the fields that are provided in the request body will be updated.
The Webhook Configuration ID.
12345
Returns the updated webhook configuration.
The response is of type object.
object
Was this page helpful?