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": "2b8882d9-909b-49c6-bb56-6c7e5efda91e",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-07-26T19:17:14.4119215-04:00",
"ActiveEndDateTime": "2026-07-26T19:17:14.4119215-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "86af3fb4-4650-4cc6-adfb-2ab85b1e574b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.