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": "a7fbbb18-8aa2-43d6-88ef-0b79ef314b3c",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-04-27T13:32:57.7833951-04:00",
"ActiveEndDateTime": "2026-04-27T13:32:57.7833951-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "905716dc-3236-4cb2-9b09-6a063e8f352c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.