curl --request PUT \
--url https://api.helicone.ai/v1/request/{requestId}/property \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"value": "<string>",
"key": "<string>"
}'
{}
Create or update a property of a specific request.
curl --request PUT \
--url https://api.helicone.ai/v1/request/{requestId}/property \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"value": "<string>",
"key": "<string>"
}'
{}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?