{ "info": { "_postman_id": "80806c28-cd39-46b0-8bc1-80ebe7a09157", "name": "Bulk Edit", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Bulk Change", "event": [ { "listen": "test", "script": { "id": "4dc898ba-37ff-45ee-ad5b-159183ea09af", "exec": [ "pm.test(\"response is ok\", function () {\r", " var jsonData = pm.response.json();\r", " pm.expect(jsonData.Success = \"true\");\r", "});" ], "type": "text/javascript" } } ], "request": { "method": "POST", "header": [ { "key": "api-token", "value": "TOKEN", "type": "text" }, { "key": "Content-Type", "name": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\n \"Id\":\"{{Id}}\",\n \"WorkSeconds_Input\":\"{{WorkSeconds}}\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "WORKSPACE.projectinsight.net/api/task", "host": [ "WORKSPACE", "projectinsight", "net" ], "path": [ "api", "task" ] } }, "response": [] } ], "protocolProfileBehavior": {} }