{ "opencollection": "1.0.0", "info": { "name": "CMS AB2D Articles Submissions API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Submissions", "type": "folder" }, "items": [ { "info": { "name": "List Submissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.ab2d.cms.gov/api/v2/submissions" }, "docs": "List Submissions" }, { "info": { "name": "Create Submission", "type": "http" }, "http": { "method": "POST", "url": "https://api.ab2d.cms.gov/api/v2/submissions", "body": { "type": "json", "data": "{}" } }, "docs": "Create Submission" }, { "info": { "name": "Get Submission", "type": "http" }, "http": { "method": "GET", "url": "https://api.ab2d.cms.gov/api/v2/submissions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Submission" }, { "info": { "name": "Update Submission", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ab2d.cms.gov/api/v2/submissions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Submission" } ] } ], "bundled": true }