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": "30764807-13ec-475a-aa56-4449066a4f84",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-06-11T15:08:34.742687-04:00",
"ActiveEndDateTime": "2026-06-11T15:08:34.742687-04:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "43ac4b58-e1e1-4cc5-a82f-669221bec212"
}
application/x-www-form-urlencoded
Sample:
Sample not available.