Skip to main content
PUT
/
webhooks
/
{webhook_id}
/
headers
/
{header_id}
Update a header by ID for a specific webhook
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>"
}

Path Parameters

webhook_id
string
required
header_id
string
required

Body

application/json
Name
string
Value
string

Response

Name
string
Value
string