v2
latestOpenAPI 3.1.02026-07-312303692.4 MBEndpoint
Patch Endpoint Headers
Partially set the additional headers to be sent with the webhook.
patch/api/v1/app/{app_id}/endpoint/{endpoint_id}/headers
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
endpoint_idstring required
The Endpoint's ID or UID.
Example:unique-identifier
The Endpoint's ID or UID.
Request body
Example request
{
"headers": {
"X-Example": "123",
"X-Foobar": "Bar"
}
}Response
no content