{ "opencollection": "1.0.0", "info": { "name": "Dataiku API Node Administration Artifact Sign-Offs Blueprint Versions API", "version": "13.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Blueprint Versions", "type": "folder" }, "items": [ { "info": { "name": "Dataiku List blueprint versions", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/blueprints/:blueprintId/versions", "params": [ { "name": "blueprintId", "value": "", "type": "path", "description": "Unique blueprint identifier" } ] }, "docs": "List all versions of a governance blueprint." }, { "info": { "name": "Dataiku Create a blueprint version", "type": "http" }, "http": { "method": "POST", "url": "https://{apinode-host}:{port}/admin/api/blueprints/:blueprintId/versions", "params": [ { "name": "blueprintId", "value": "", "type": "path", "description": "Unique blueprint identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new version of a governance blueprint." }, { "info": { "name": "Dataiku Get blueprint version details", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/blueprints/:blueprintId/versions/:versionId", "params": [ { "name": "blueprintId", "value": "", "type": "path", "description": "Unique blueprint identifier" }, { "name": "versionId", "value": "", "type": "path", "description": "Blueprint version identifier" } ] }, "docs": "Get the full definition of a blueprint version." } ] } ], "bundled": true }