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": "76437a55-1523-4099-89e5-8d197e84c31d",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-01-19T04:06:35.6586285-05:00",
"ActiveEndDateTime": "2026-01-19T04:06:35.6586285-05:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "420ecdc4-d83c-4001-a6d7-6e75872be630"
}
application/x-www-form-urlencoded
Sample:
Sample not available.