{ "opencollection": "1.0.0", "info": { "name": "Cloudflare R2 Cloudflare Buckets Credential Management API", "version": "4.0.0" }, "items": [ { "info": { "name": "Credential Management", "type": "folder" }, "items": [ { "info": { "name": "Store catalog credentials", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/r2-catalog/:bucket_name/credential", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Identifies the account." }, { "name": "bucket_name", "value": "", "type": "path", "description": "Specifies the R2 bucket name." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Store authentication credentials for a catalog. These credentials are used\nto authenticate with R2 storage when performing catalog operations.\n" } ] } ], "bundled": true }