Update a WebhookExtraHeader
PUT {{baseUrl}}/webhooks/headers/:webhookExtraHeaderId/
Update the WebhookExtraHeader with new data
Request Body
{"id"=>"4d4aa39c-028a-8409-7c53-4a91fd9a7eb2", "webhook"=>"58a68c1b-e56e-54a2-7677-c7dc928ce8c6", "name"=>"deserunt", "value"=>"minim deserunt cillum sint", "order"=>1}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"4d4aa39c-028a-8409-7c53-4a91fd9a7eb2","webhook":"58a68c1b-e56e-54a2-7677-c7dc928ce8c6","name":"deserunt","value":"minim deserunt cillum sint","order":1}