Skip to content

Commit 1dd55ab

Browse files
committed
Rename OBJ ACL operationIDs
1 parent 9db12b5 commit 1dd55ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11830,7 +11830,7 @@ paths:
1183011830
schema:
1183111831
type: string
1183211832
get:
11833-
operationId: viewObjectStorageBucketAccess
11833+
operationId: viewObjectStorageBucketACL
1183411834
x-linode-cli-skip: true
1183511835
servers:
1183611836
- url: https://api.linode.com/v4
@@ -11892,7 +11892,7 @@ paths:
1189211892
curl -H "Authorization: Bearer $TOKEN" \
1189311893
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/object-acl?name=example.txt
1189411894
put:
11895-
operationId: updateObjectStorageBucketAccess
11895+
operationId: updateObjectStorageBucketACL
1189611896
x-linode-cli-skip: true
1189711897
servers:
1189811898
- url: https://api.linode.com/v4

0 commit comments

Comments
 (0)