cURL
curl --request PUT \ --url https://api.helicone.ai/v1/request/{requestId}/property \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "value": "<string>", "key": "<string>" }'
{}
Create or update a property of a specific request.
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Was this page helpful?