{ "opencollection": "1.0.0", "info": { "name": "Lumos REST AccessPolicies Vendors API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Vendors", "type": "folder" }, "items": [ { "info": { "name": "List vendor agreements", "type": "http" }, "http": { "method": "GET", "url": "https://api.lumos.com/vendor_agreements" }, "docs": "List vendor agreements" }, { "info": { "name": "Update vendor agreement custom attribute", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lumos.com/vendor_agreements/:vendor_agreement_id/custom_attributes/:label", "params": [ { "name": "vendor_agreement_id", "value": "", "type": "path" }, { "name": "label", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update vendor agreement custom attribute" }, { "info": { "name": "Upload discovered documents", "type": "http" }, "http": { "method": "POST", "url": "https://api.lumos.com/found_documents", "body": { "type": "json", "data": "{}" } }, "docs": "Upload discovered documents" }, { "info": { "name": "Upload order information", "type": "http" }, "http": { "method": "POST", "url": "https://api.lumos.com/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Upload order information" } ] } ], "bundled": true }