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": "b320d04b-9112-4317-9595-aa1d4bc65eb8",
"TestName": "sample string 2",
"ActiveStartDateTime": "2025-12-14T09:34:22.0091433-05:00",
"ActiveEndDateTime": "2025-12-14T09:34:22.0091433-05:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "932f9077-128d-40fb-96d6-cd4fd2fed8ba"
}
application/x-www-form-urlencoded
Sample:
Sample not available.