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": "71ae95ef-fb89-4fd1-9fc4-5065778ad47f",
"TestName": "sample string 2",
"ActiveStartDateTime": "2025-10-29T04:28:04.1025733-04:00",
"ActiveEndDateTime": "2025-10-29T04:28:04.1025733-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "f0f5c992-88d6-427c-b9a4-50f3a47aca9a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.