Skip to content

[Update] Fix duplicate OperationIDs and invalid path parameter errors #398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7355,7 +7355,7 @@ paths:
- lang: CLI
source: >
linode-cli lke pool-recycle 12345 456
/lke/clusters/{clusterID}/nodes/{nodeId}:
/lke/clusters/{clusterId}/nodes/{nodeId}:
parameters:
- name: clusterId
in: path
Expand Down Expand Up @@ -11754,7 +11754,7 @@ paths:
}' \
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/access
put:
operationId: modifyObjectStorageBucketAccess
operationId: updateObjectStorageBucketAccess
x-linode-cli-skip: true
servers:
- url: https://api.linode.com/v4
Expand Down Expand Up @@ -11830,7 +11830,7 @@ paths:
schema:
type: string
get:
operationId: viewObjectStorageBucketAccess
operationId: viewObjectStorageBucketACL
x-linode-cli-skip: true
servers:
- url: https://api.linode.com/v4
Expand Down Expand Up @@ -11892,7 +11892,7 @@ paths:
curl -H "Authorization: Bearer $TOKEN" \
https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/object-acl?name=example.txt
put:
operationId: viewObjectStorageBucketAccess
operationId: updateObjectStorageBucketACL
x-linode-cli-skip: true
servers:
- url: https://api.linode.com/v4
Expand Down Expand Up @@ -12610,7 +12610,7 @@ paths:
--certificate "-----BEGIN CERTIFICATE-----\nMIIDbDCCAlQCCQCl\n-----END CERTIFICATE-----" \
--private_key "-----BEGIN PRIVATE KEY-----\nMIIEvgIBADIAQCQI\n-----END PRIVATE KEY-----"
delete:
operationId: getObjectStorageSSL
operationId: deleteObjectStorageSSL
x-linode-cli-action: ssl-delete
servers:
- url: https://api.linode.com/v4
Expand Down