{ "opencollection": "1.0.0", "info": { "name": "Lane Changes API", "version": "1.3.43" }, "items": [ { "info": { "name": "Changes", "type": "folder" }, "items": [ { "info": { "name": "Update order proposal status", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/order/change-proposal-status", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update order proposal status" }, { "info": { "name": "Update exisitng lead status", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/lead/change-status/:lead_id", "params": [ { "name": "lead_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This method will update exisitng lead status along with any other param update" } ] } ], "bundled": true }