"QnA"
to "Tutor"
or updating its purpose description.curl --location -g --request PUT 'https:///v2/api/agent/type/2' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Tutor",
"description": ""
}'
{
"success": true,
"message": "Agent Type Data updated successfully",
"data": {
"id": 2,
"created_by": "System",
"created_on": "2024-04-17T23:10:22.316057Z",
"modified_by": "",
"modified_on": "2024-04-17T23:10:22.316074Z",
"name": "Tutor",
"description": ""
}
}