Edit the properties of a single test release.
Post
POST /test/<test_id>/release/<release_id> HTTP/1.1 Host: assess.itemlogic.com |
Fields
This command accepts a JSON array of properties belonging to a release record. Only the fields included in the POST will be modified. In this example, we are modifying the release record by moving its start window one day later.
{ "id": "2", "window_start_at": '2014-06-10 00:00:00' } |
Return Data
A simple OK is returned upon success.
{ "code":"200", "status":"OK" } |