Skip to content

Commit 41b5219

Browse files
Merge pull request #659 from linode/release-4.130.0
Release 4.130.0
2 parents f148891 + 5ae08c9 commit 41b5219

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

openapi.yaml

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

55
title: Linode API
66
description: |
@@ -3807,7 +3807,7 @@ paths:
38073807
x-linode-cli-action: mongodb-creds-view
38083808
x-linode-grant: read_only
38093809
description: |
3810-
Display the the root username and password for an accessible Managed MongoDB Database.
3810+
Display the root username and password for an accessible Managed MongoDB Database.
38113811

38123812
The Database must have an `active` status to perform this command.
38133813
security:
@@ -4580,7 +4580,7 @@ paths:
45804580
x-linode-cli-action: mysql-creds-view
45814581
x-linode-grant: read_only
45824582
description: |
4583-
Display the the root username and password for an accessible Managed MySQL Database.
4583+
Display the root username and password for an accessible Managed MySQL Database.
45844584

45854585
The Database must have an `active` status to perform this command.
45864586
security:
@@ -5355,7 +5355,7 @@ paths:
53555355
x-linode-cli-action: postgresql-creds-view
53565356
x-linode-grant: read_only
53575357
description: |
5358-
Display the the root username and password for an accessible Managed PostgreSQL Database.
5358+
Display the root username and password for an accessible Managed PostgreSQL Database.
53595359

53605360
The Database must have an `active` status to perform this command.
53615361
security:
@@ -17595,9 +17595,9 @@ paths:
1759517595
- lang: Shell
1759617596
source: >
1759717597
curl -H "Content-Type: application/json" \
17598-
-H "Authorization: Bearer $TOKEN_BBIGGER_DEV" \
17598+
-H "Authorization: Bearer $TOKEN" \
1759917599
-X DELETE \
17600-
https://api.dev.linode.com/v4/profile/phone-number
17600+
https://api.linode.com/v4/profile/phone-number
1760117601
- lang: CLI
1760217602
source: >
1760317603
linode-cli phone delete
@@ -17655,12 +17655,12 @@ paths:
1765517655
- lang: Shell
1765617656
source: >
1765717657
curl -H "Content-Type: application/json" \
17658-
-H "Authorization: Bearer $TOKEN_BBIGGER_DEV" \
17658+
-H "Authorization: Bearer $TOKEN" \
1765917659
-X POST -d '{
1766017660
"iso_code": "US",
17661-
"phone_number": "267-273-8229"
17661+
"phone_number": "555-555-5555"
1766217662
}' \
17663-
https://api.dev.linode.com/v4/profile/phone-number
17663+
https://api.linode.com/v4/profile/phone-number
1766417664
- lang: CLI
1766517665
source: >
1766617666
linode-cli phone sms-code-send \

0 commit comments

Comments
 (0)