Skip to content

Commit 8949059

Browse files
committed
Type and copy corrections
1 parent 45c58e2 commit 8949059

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.83.0
3+
version: 4.82.0
44

55
title: Linode API
66
description: |
@@ -6987,7 +6987,7 @@ paths:
69876987
description: ID of the Node to look up.
69886988
required: true
69896989
schema:
6990-
type: string
6990+
type: integer
69916991
x-linode-cli-command: lke
69926992
get:
69936993
operationId: getLKEClusterNode
@@ -7056,11 +7056,11 @@ paths:
70567056
description: ID of the Node to be recycled.
70577057
required: true
70587058
schema:
7059-
type: string
7059+
type: integer
70607060
x-linode-cli-command: lke
70617061
post:
70627062
operationId: postLKEClusterNodeRecycle
7063-
x-linode-cli-action: node-recycle
7063+
x-linode-cli-action: pool-recycle
70647064
security:
70657065
- personalAccessToken: []
70667066
- oauth:
@@ -7151,7 +7151,7 @@ paths:
71517151
https://api.linode.com/v4/lke/clusters/12345/api-endpoints
71527152
- lang: CLI
71537153
source: >
7154-
linode-cli lke api-endpoints-list 12345
7154+
linode-cli lke api-endpoints-list
71557155
/lke/clusters/{clusterId}/kubeconfig:
71567156
parameters:
71577157
- name: clusterId
@@ -14521,7 +14521,7 @@ paths:
1452114521
source: >
1452214522
curl -H "Content-Type: application/json" \
1452314523
-H "Authorization: Bearer $TOKEN" \
14524-
-X POST -d '{
14524+
-X PUT -d '{
1452514525
"label": "my-volume"
1452614526
}' \
1452714527
https://api.linode.com/v4/volumes/12345/clone

0 commit comments

Comments
 (0)