Path parameters
-
The ID of the cohort.
POST
/smart-ia/cohorts/{cohortId}/tests
curl \
-X POST https://connect.century.tech/api/v1/smart-ia/cohorts/c334f818-0281-4f47-855a-3a3d0e356cfd/tests \
-H "Content-Type: application/json" \
-d '{"testIds":["c5a77fda-7174-446f-a4f5-0f47ccbf15ce"]}'
Request examples
{
"testIds": [
"c5a77fda-7174-446f-a4f5-0f47ccbf15ce"
]
}