{ "opencollection": "1.0.0", "info": { "name": "lakeFS actions staging API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "staging", "type": "folder" }, "items": [ { "info": { "name": "generate an address to which the client can upload an object", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/repositories/:repository/branches/:branch/staging/backing", "params": [ { "name": "repository", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" }, { "name": "path", "value": "", "type": "query", "description": "relative to the branch" }, { "name": "presign", "value": "", "type": "query" } ] }, "docs": "generate an address to which the client can upload an object" }, { "info": { "name": "associate staging on this physical address with a path", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/repositories/:repository/branches/:branch/staging/backing", "headers": [ { "name": "If-None-Match", "value": "*" }, { "name": "If-Match", "value": "2e9ec317e197e02e4264d128c2e7e681" } ], "params": [ { "name": "repository", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" }, { "name": "path", "value": "", "type": "query", "description": "relative to the branch" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Link the physical address with the path in lakeFS, creating an uncommitted change.\nThe given address can be one generated by getPhysicalAddress, or an address outside the repository's storage namespace.\n" } ] } ], "bundled": true }