Edit the properties of a single test.
Post
POST /test/<test_id> HTTP/1.1 Host: assess.itemlogic.com |
Fields
This command accepts a JSON array of properties belonging to a test record. Only the fields included in the POST will be modified. In this example, we are modifying the test record by changing its description.
{ "description": "This is a better description." } |
Return Data
A simple OK is returned upon success.
{ "code":"200", "status":"OK" } |