Backblaze · Example Payload

B2 Native Api Update Bucket Request Example

Cloud StorageObject StorageStorageBackup

B2 Native Api Update Bucket Request Example is an example object payload from Backblaze, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountIdbucketIdbucketTypebucketInfocorsRuleslifecycleRulesifRevisionIs

Example Payload

Raw ↑
{
  "accountId": "abc123def456",
  "bucketId": "e73ede9969c64355ef8b",
  "bucketType": "allPublic",
  "bucketInfo": {},
  "corsRules": [
    {}
  ],
  "lifecycleRules": [
    {}
  ],
  "ifRevisionIs": 559
}