{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments Shippers API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "Shippers", "type": "folder" }, "items": [ { "info": { "name": "Create shipper", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/api/v2/shippers", "body": { "type": "json", "data": "{}" } }, "docs": "Create shipper" }, { "info": { "name": "Update shipper", "type": "http" }, "http": { "method": "PATCH", "url": "https://neutron.opendock.com/api/v2/shippers/:shipper_id", "params": [ { "name": "shipper_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update shipper" } ] } ], "bundled": true }