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": "dbcb7f0a-89d3-4ae3-a391-999b3784c174",
"TestName": "sample string 2",
"ActiveStartDateTime": "2026-02-12T08:24:24.1426775-05:00",
"ActiveEndDateTime": "2026-02-12T08:24:24.1426775-05:00",
"RequiredQuestionCount": 3,
"PassingQuestionCount": 4,
"Deleted": true,
"CompanyID": "a58bcd99-0101-4288-8a33-fe299487b2c9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.