Skip to content

Commit 67d0f1e

Browse files
authored
Merge pull request #398 from bbiggerr/duplicate-operationid-parameter-path-fixes
[Update] Fix duplicate OperationIDs and invalid path parameter errors
2 parents 86f3387 + 1dd55ab commit 67d0f1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7355,7 +7355,7 @@ paths:
73557355
- lang: CLI
73567356
source: >
73577357
linode-cli lke pool-recycle 12345 456
7358-
/lke/clusters/{clusterID}/nodes/{nodeId}:
7358+
/lke/clusters/{clusterId}/nodes/{nodeId}:
73597359
parameters:
73607360
- name: clusterId
73617361
in: path
@@ -11754,7 +11754,7 @@ paths:
1175411754
}' \
1175511755
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/access
1175611756
put:
11757-
operationId: modifyObjectStorageBucketAccess
11757+
operationId: updateObjectStorageBucketAccess
1175811758
x-linode-cli-skip: true
1175911759
servers:
1176011760
- url: https://api.linode.com/v4
@@ -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: viewObjectStorageBucketAccess
11895+
operationId: updateObjectStorageBucketACL
1189611896
x-linode-cli-skip: true
1189711897
servers:
1189811898
- url: https://api.linode.com/v4
@@ -12610,7 +12610,7 @@ paths:
1261012610
--certificate "-----BEGIN CERTIFICATE-----\nMIIDbDCCAlQCCQCl\n-----END CERTIFICATE-----" \
1261112611
--private_key "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADIAQCQI\n-----END PRIVATE KEY-----"
1261212612
delete:
12613-
operationId: getObjectStorageSSL
12613+
operationId: deleteObjectStorageSSL
1261412614
x-linode-cli-action: ssl-delete
1261512615
servers:
1261612616
- url: https://api.linode.com/v4

0 commit comments

Comments
 (0)