{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions Shared Buckets API", "version": "1.0.0" }, "items": [ { "info": { "name": "Shared Buckets", "type": "folder" }, "items": [ { "info": { "name": "List shared buckets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/branch/:branchId/shared-buckets", "params": [ { "name": "include", "value": "", "type": "query", "description": "Comma-separated list of data to include. Allowed values: metadata." }, { "name": "branchId", "value": "", "type": "path" } ] }, "docs": "List all buckets shared within the organization." }, { "info": { "name": "List shared buckets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/shared-buckets", "params": [ { "name": "include", "value": "", "type": "query", "description": "Comma-separated list of data to include. Allowed values: metadata." } ] }, "docs": "List all buckets shared within the organization." } ] } ], "bundled": true }