Skip to content

Commit 9d4a433

Browse files
move description to the array
1 parent 8cc20ec commit 9d4a433

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

openapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17714,17 +17714,17 @@ components:
1771417714
readOnly: true
1771517715
bucket_access:
1771617716
type: array
17717-
items:
17718-
type: object
17719-
description: >
17720-
Defines this key as a Limited Access Key. Limited Access Keys restrict this Object Storage key's access to only the bucket(s) declared in this array and define their bucket-level permissions.
17717+
description: >
17718+
Defines this key as a Limited Access Key. Limited Access Keys restrict this Object Storage key's access to only the bucket(s) declared in this array and define their bucket-level permissions.
1772117719

1772217720

17723-
Limited Access Keys can:
17721+
Limited Access Keys can:
1772417722

17725-
* [list all buckets](/api/v4/object-storage-buckets/) available on this Account, but cannot perform any actions on a bucket unless it has access to the bucket.
17723+
* [list all buckets](/api/v4/object-storage-buckets/) available on this Account, but cannot perform any actions on a bucket unless it has access to the bucket.
1772617724

17727-
* [create new buckets](/api/v4/object-storage-buckets/#post), but do not have any access to the buckets it creates, unless explicitly given access to them.
17725+
* [create new buckets](/api/v4/object-storage-buckets/#post), but do not have any access to the buckets it creates, unless explicitly given access to them.
17726+
items:
17727+
type: object
1772817728
properties:
1772917729
cluster:
1773017730
type: string

0 commit comments

Comments
 (0)