We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeda87d + 597b84d commit bc94307Copy full SHA for bc94307
openapi.yaml
@@ -1,6 +1,6 @@
1
openapi: 3.0.1
2
info:
3
- version: 4.14.0
+ version: 4.14.1
4
5
title: Linode API
6
description: |
@@ -9697,7 +9697,10 @@ paths:
9697
type: string
9698
description: >
9699
The name for this bucket. Must be unique in the cluster you
9700
- are creating the bucket in, or an error will be returned.
+ are creating the bucket in, or an error will be returned. Labels will be
9701
+ reserved only for the cluster that active buckets are created and stored in.
9702
+ If you want to reserve this bucket's label in another cluster,
9703
+ you must create a new bucket with the same label in the new cluster.
9704
pattern: ^[a-z0-09][a-z0-9-]*[a-z0-9]?$
9705
example: example-bucket
9706
cluster:
0 commit comments