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.
1 parent 9db12b5 commit 1dd55abCopy full SHA for 1dd55ab
openapi.yaml
@@ -11830,7 +11830,7 @@ paths:
11830
schema:
11831
type: string
11832
get:
11833
- operationId: viewObjectStorageBucketAccess
+ operationId: viewObjectStorageBucketACL
11834
x-linode-cli-skip: true
11835
servers:
11836
- url: https://api.linode.com/v4
@@ -11892,7 +11892,7 @@ paths:
11892
curl -H "Authorization: Bearer $TOKEN" \
11893
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/object-acl?name=example.txt
11894
put:
11895
- operationId: updateObjectStorageBucketAccess
+ operationId: updateObjectStorageBucketACL
11896
11897
11898
0 commit comments