Endpoint
Patch Endpoint Headers
Partially set the additional headers to be sent with the webhook
patch/endpoint/{endpoint_id}/headers
Path parameters
endpoint_idstring required
The ep's ID or UID
Example:unique-ep-identifier
The ep's ID or UID To retrieve your endpoints ids, use GET /endpoint.
Request body
Example request
{
"headers": {
"X-Example": "123",
"X-Foobar": "Bar"
}
}Response
no content
Changes
No recorded changes to this endpoint across all 1 revision of this API.