curl --request PATCH \
--url https://app.happyrobot.ai/api/v1/calls/{id}/ratings \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"emoji": "✅",
"email": "jsmith@example.com",
"created": "2024-01-01T01:01:01Z",
"operation": "add"
}'
This response does not have an example.
curl --request PATCH \
--url https://app.happyrobot.ai/api/v1/calls/{id}/ratings \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"emoji": "✅",
"email": "jsmith@example.com",
"created": "2024-01-01T01:01:01Z",
"operation": "add"
}'
This response does not have an example.
Your API key for authentication. Use Bearer format.
"Bearer API_KEY"
ID of the call.
24
Body
Rating to set
200
Was this page helpful?