Upload Test Cases For A Given Agent
curl --request POST \
  --url http://{api_endpoint}/api/v1/v1/orchestrate/agent/{agent_id}/test_case \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file=@example-file
{
  "test_case_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "total_test_cases": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Body

multipart/form-data
file
file
required

Response

Successful Response

test_case_ids
string<uuid>[]
required
total_test_cases
integer
required