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": "42bfcebd-b1e3-498f-9bd3-62a290066dc5", "TestName": "sample string 2", "ActiveStartDateTime": "2025-06-02T05:52:59.6349818-04:00", "ActiveEndDateTime": "2025-06-02T05:52:59.6349818-04:00", "RequiredQuestionCount": 3, "PassingQuestionCount": 4, "Deleted": true, "CompanyID": "efc0dc41-765c-475d-ba33-84f4497f983e" }
application/x-www-form-urlencoded
Sample:
Sample not available.