From a278336fd951363534bfc9e5dfe8d51196272671 Mon Sep 17 00:00:00 2001 From: Matthew Wildman Date: Fri, 8 Jul 2022 10:16:42 -0400 Subject: [PATCH 1/3] Bump version to 4.130.0 --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 93a64a61d..c71cfd022 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 4.129.0 + version: 4.130.0 title: Linode API description: | From 4a900ef6becd1332ad8c321ceb7826c5be648e95 Mon Sep 17 00:00:00 2001 From: Matthew Wildman Date: Fri, 8 Jul 2022 10:20:09 -0400 Subject: [PATCH 2/3] Minor grammar fix within database descriptions --- openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index c71cfd022..2dd6b6e0d 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3807,7 +3807,7 @@ paths: x-linode-cli-action: mongodb-creds-view x-linode-grant: read_only description: | - Display the the root username and password for an accessible Managed MongoDB Database. + Display the root username and password for an accessible Managed MongoDB Database. The Database must have an `active` status to perform this command. security: @@ -4580,7 +4580,7 @@ paths: x-linode-cli-action: mysql-creds-view x-linode-grant: read_only description: | - Display the the root username and password for an accessible Managed MySQL Database. + Display the root username and password for an accessible Managed MySQL Database. The Database must have an `active` status to perform this command. security: @@ -5355,7 +5355,7 @@ paths: x-linode-cli-action: postgresql-creds-view x-linode-grant: read_only description: | - Display the the root username and password for an accessible Managed PostgreSQL Database. + Display the root username and password for an accessible Managed PostgreSQL Database. The Database must have an `active` status to perform this command. security: From 5ae08c9220eb1141e1b91fa1ff4896ae08f22bce Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Fri, 8 Jul 2022 14:39:37 -0400 Subject: [PATCH 3/3] Fix shell examples --- openapi.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 2dd6b6e0d..7a2c72390 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -17595,9 +17595,9 @@ paths: - lang: Shell source: > curl -H "Content-Type: application/json" \ - -H "Authorization: Bearer $TOKEN_BBIGGER_DEV" \ + -H "Authorization: Bearer $TOKEN" \ -X DELETE \ - https://api.dev.linode.com/v4/profile/phone-number + https://api.linode.com/v4/profile/phone-number - lang: CLI source: > linode-cli phone delete @@ -17655,12 +17655,12 @@ paths: - lang: Shell source: > curl -H "Content-Type: application/json" \ - -H "Authorization: Bearer $TOKEN_BBIGGER_DEV" \ + -H "Authorization: Bearer $TOKEN" \ -X POST -d '{ "iso_code": "US", - "phone_number": "267-273-8229" + "phone_number": "555-555-5555" }' \ - https://api.dev.linode.com/v4/profile/phone-number + https://api.linode.com/v4/profile/phone-number - lang: CLI source: > linode-cli phone sms-code-send \