{ "opencollection": "1.0.0", "info": { "name": "Bytebase Auth Plans API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Plans", "type": "folder" }, "items": [ { "info": { "name": "Create a plan describing the proposed changes.", "type": "http" }, "http": { "method": "POST", "url": "https://demo.bytebase.com/v1/projects/:project/plans", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project resource id (the segment after projects/)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a plan describing the proposed changes." } ] } ], "bundled": true }