File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11121,12 +11121,12 @@ paths:
11121
11121
required: true
11122
11122
schema:
11123
11123
type: string
11124
- post :
11124
+ put :
11125
11125
operationId: modifyObjectStorageBucketAccess
11126
11126
x-linode-cli-skip: true
11127
11127
servers:
11128
11128
- url: https://api.linode.com/v4
11129
- summary: Object Storage Bucket Access Modify
11129
+ summary: Object Storage Bucket Access Update
11130
11130
description: |
11131
11131
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
11132
11132
Only allows enabling/disabling CORS for all origins, and/or setting canned ACLs.
@@ -11178,7 +11178,7 @@ paths:
11178
11178
source: >
11179
11179
curl -H "Content-Type: application/json" \
11180
11180
-H "Authorization: Bearer $TOKEN" \
11181
- -X POST -d '{
11181
+ -X PUT -d '{
11182
11182
"cors_enabled": true,
11183
11183
"acl": "private"
11184
11184
}' \
You can’t perform that action at this time.
0 commit comments