POST
/
aiQualityCheck
/
testCase
/
{aiAgentId}
curl --request POST \
  --url https://demo.enneo.ai/api/mind/aiQualityCheck/testCase/{aiAgentId} \
  --header 'Content-Type: application/json' \
  --data '{
  "ticketIds": [
    233,
    237,
    238
  ]
}'
{
  "createdTestCases": [
    {
      "id": 123,
      "ticketId": 123,
      "aiAgentId": "<string>",
      "channel": "<string>",
      "summary": "<string>",
      "description": "<string>",
      "expectedResult": {},
      "modifiedBy": 123
    }
  ]
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

aiAgentId
string
required

Body

application/json

Response

200 - application/json
Successful operation

The response is of type object.