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": "60e5a815-ba2c-49d5-b2a2-52b5df0b013b", "TestName": "sample string 2", "ActiveStartDateTime": "2025-03-26T11:18:37.1222499-04:00", "ActiveEndDateTime": "2025-03-26T11:18:37.1222499-04:00", "RequiredQuestionCount": 3, "PassingQuestionCount": 4, "Deleted": true, "CompanyID": "d24ed323-356d-4e4e-bac2-77202dafc292" }
application/x-www-form-urlencoded
Sample:
Sample not available.