cURL
curl --request PUT \ --url http://localhost:3001/portal-api/webhooks/{webhook_id}/headers/{header_id} \ --header 'Content-Type: application/json' \ --data '{ "Name": "<string>", "Value": "<string>" }'
{ "Name": "<string>", "Value": "<string>" }
Updates an existing header in a webhook.
Header object that needs to be updated
Details of a webhook header
Name of the header
Value of the header
Header updated successfully.
Was this page helpful?