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": "6c46d747-3901-4018-9ea6-fa43e8117be9",
"TestName": "sample string 2",
"ActiveStartDateTime": "2025-09-13T13:51:26.9888576-04:00",
"ActiveEndDateTime": "2025-09-13T13:51:26.9888576-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "534f5ac4-50f8-474d-9029-74c8fe31b324"
}
application/x-www-form-urlencoded
Sample:
Sample not available.