{ "opencollection": "1.0.0", "info": { "name": "ReadMe Api Registry Api Specification API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Api Specification", "type": "folder" }, "items": [ { "info": { "name": "List API specifications", "type": "http" }, "http": { "method": "GET", "url": "https://dash.readme.com/api/v1/api-specification", "headers": [ { "name": "x-readme-version", "value": "" } ], "params": [ { "name": "perPage", "value": "", "type": "query", "description": "Items per page (max 100)." }, { "name": "page", "value": "", "type": "query", "description": "Page number (1-based)." } ] }, "docs": "List API specifications" }, { "info": { "name": "Upload an API specification", "type": "http" }, "http": { "method": "POST", "url": "https://dash.readme.com/api/v1/api-specification", "headers": [ { "name": "x-readme-version", "value": "" } ], "body": { "type": "multipart-form", "data": [ { "name": "spec", "type": "text", "value": "" }, { "name": "url", "type": "text", "value": "" } ] } }, "docs": "Upload an API specification" } ] } ], "bundled": true }