curl --location -g --request PUT 'https:///api/v2/evaluations/queries/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"question": "string",
"response": {
"property1": null,
"property2": null
},
"dataset_id": 0
}'
{
"success": true,
"message": "Query updated successfully",
"data": {
"id": 44,
"chatlog": null,
"question": "What are uou doing?",
"response": "I am typing",
"evaluation_dataset_id": 27
}
}