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": "311b975a-08cc-45cf-8a30-cc784ee46779",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-02-24T14:41:03.1709755-05:00",
"ActiveEndDateTime": "2026-02-24T14:41:03.1709755-05:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "df6e57c8-d7be-47f1-87e9-ff490e16f388"
}
application/x-www-form-urlencoded
Sample:
Sample not available.