cURL
curl --request PUT \ --url https://api.galileo.ai/v2/projects/{project_id}/annotation/templates/{template_id}/records/{record_id}/rating \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "rating": { "value": true, "annotation_type": "like_dislike" }, "explanation": "<string>" } '
{ "rating": { "value": true, "annotation_type": "like_dislike" }, "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "explanation": "<string>" }
Show child attributes
1
Successful Response
Was this page helpful?