Authorizations
Cookie-based authentication
Path Parameters
Body
application/json
The ids of the tickets to add as test cases for the respective AI agent
Example:
[233, 237, 238]
Response
200 - application/json
Successful operation
curl --request POST \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testAiAgent \
--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
}
]
}
Cookie-based authentication
The ids of the tickets to add as test cases for the respective AI agent
[233, 237, 238]
Successful operation
Show child attributes
curl --request POST \
--url https://demo.enneo.ai/api/mind/aiQualityCheck/testAiAgent \
--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
}
]
}