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": "533cb87f-19df-4d0d-ba28-3ef706a8dd21",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-03-13T07:15:02.5645903-04:00",
"ActiveEndDateTime": "2026-03-13T07:15:02.5645903-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "ffaf2a70-5b93-4f07-b16d-c4be4f862fe1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.