Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.prequel.co/sensitive-trace-endpoints/{endpoint_id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "sensitive_trace_endpoint": { "name": "<string>", "description": "<string>", "url": "<string>", "header_template": "<string>", "secret": "<string>", "body_template": "<string>" } } '
{ "status": "<string>", "data": { "sensitive_trace_endpoint": { "id": "<string>", "name": "<string>", "url": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "header_template": "<string>", "body_template": "<string>" } }, "message": "<string>" }
Update an existing sensitive trace endpoint.
Sensitive trace endpoint ID.
Show child attributes
OK
"success"