Skip to content

Commit a07cc81

Browse files
Remove errant comma from create bucket example
1 parent 149a414 commit a07cc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8917,7 +8917,7 @@ paths:
89178917
"label": "example-bucket",
89188918
"cluster": "us-east-1",
89198919
"cors_enabled": true,
8920-
"acl": "private",
8920+
"acl": "private"
89218921
}' \
89228922
https://api.linode.com/v4beta/object-storage/buckets/
89238923
/object-storage/buckets/{clusterId}/{bucket}:

0 commit comments

Comments
 (0)