{ "opencollection": "1.0.0", "info": { "name": "Mage Blocks API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Blocks", "type": "folder" }, "items": [ { "info": { "name": "Create a block in a pipeline", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:6789/api/pipelines/:uuid/blocks", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a block in a pipeline" }, { "info": { "name": "Read a block in a pipeline", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:6789/api/pipelines/:uuid/blocks/:block_uuid", "params": [ { "name": "uuid", "value": "", "type": "path" }, { "name": "block_uuid", "value": "", "type": "path" } ] }, "docs": "Read a block in a pipeline" }, { "info": { "name": "Update a block in a pipeline", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:6789/api/pipelines/:uuid/blocks/:block_uuid", "params": [ { "name": "uuid", "value": "", "type": "path" }, { "name": "block_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a block in a pipeline" }, { "info": { "name": "Delete a block from a pipeline", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:6789/api/pipelines/:uuid/blocks/:block_uuid", "params": [ { "name": "uuid", "value": "", "type": "path" }, { "name": "block_uuid", "value": "", "type": "path" } ] }, "docs": "Delete a block from a pipeline" } ] } ], "bundled": true }