Webhook Configuration
Update a specific Webhook Configuration by ID.
Updates a specific webhook configuration by its ID. Only the fields that are provided in the request body will be updated.
put/v3/connectors/configuration/webhooks/{id}
Path parameters
idinteger required
Example:12345
The Webhook Configuration ID.
Request body
Response
Returns the updated webhook configuration.
Example response
{
"id": 12345
}