diff --git a/openapi.yaml b/openapi.yaml index e4e3c7c49..bc6aaabae 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2787,7 +2787,7 @@ paths: curl -H "Content-Type: application/json" \ -H "Authorization: Bearer $TOKEN" \ -X PUT -d '{ - "network_helper": true, + "network_helper": true }' \ https://api.linode.com/v4/account/settings - lang: CLI @@ -3228,7 +3228,7 @@ paths: { "id": 345, "permissions": "read_only" - }, + } ], "longview": [ { @@ -3785,7 +3785,7 @@ paths: "duration": 3, "hour_of_day": 12, "day_of_week": 4, - "week_of_month": 3, + "week_of_month": 3 } }' \ https://api.linode.com/v4/databases/mysql/instances/123 @@ -4569,7 +4569,7 @@ paths: "duration": 3, "hour_of_day": 12, "day_of_week": 4, - "week_of_month": 3, + "week_of_month": 3 } }' \ https://api.linode.com/v4/databases/postgresql/instances/123 @@ -8849,7 +8849,7 @@ paths: "stackscript_id": 10079, "stackscript_data": { "gh_username": "linode" - } + }, "type": "g6-standard-2", "metadata": { "user_data": "I2Nsb3VkLWNvbmZpZw==" @@ -9953,12 +9953,12 @@ paths: curl -H "Content-Type: application/json" \ -H "Authorization: Bearer $TOKEN" \ -X PUT -d '{ - "label": "lkecluster54321" - "tags" : ["ecomm", "blog", "prod", "monitoring"] + "label": "lkecluster54321", + "tags" : ["ecomm", "blog", "prod", "monitoring"], "control_plane": { "high_availability": true }, - "k8s_version": "1.17" + "k8s_version": "1.27" }' \ https://api.linode.com/v4/lke/clusters/12345 - lang: CLI @@ -18383,13 +18383,14 @@ paths: --linodes 456 \ --volumes 9082 \ --volumes 10003 - /tags/{label}: + /tags/{tagLabel}: x-linode-cli-command: tags parameters: - - name: label + - name: tagLabel in: path schema: type: string + description: The `label` of the Tag to access. required: true get: summary: Tagged Objects List @@ -18451,7 +18452,7 @@ paths: - lang: Shell source: > curl -H "Authorization: Bearer $TOKEN" \ - "https://api.linode.com/v4/tags/example tag" + https://api.linode.com/v4/tags/$tagLabel delete: summary: Tag Delete description: >