PUT api/TestDefinitions/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| testDefinition | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TestDefinitionID": "3c58b114-785e-440c-bd02-e6c188c8f3ae",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-09-10T00:09:30.7974727-04:00",
"ActiveEndDateTime": "2026-09-10T00:09:30.7974727-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "eccc5cf8-68a2-46de-a9d4-6f2012fec101"
}
application/x-www-form-urlencoded
Sample:
Sample not available.