Enneo

AI Quality Check

Update a test case by ID

PATCH /aiQualityCheck/testCase/{id}

PATCH /aiQualityCheck/testCase/{id}

Update a specific test case using its numeric test case ID. As with DELETE, {id} here is a test case id and is pinned to \d+ by the Dispatcher.

Path parameters

idintegerpathrequired

The test case ID (numeric).

Request body

descriptionstringbody

No description.

expectedResultobjectbody

No description.

Request Example

{
  "description": "Updated test case for bank data change",
  "expectedResult": {
    "contractId": 715382,
    "sentiment": "disappointed"
  }
}

Responses

200 — Successful operation