|
1 | 1 | openapi: 3.0.1 |
2 | 2 | info: |
3 | | - version: 4.129.0 |
| 3 | + version: 4.130.0 |
4 | 4 |
|
5 | 5 | title: Linode API |
6 | 6 | description: | |
@@ -3807,7 +3807,7 @@ paths: |
3807 | 3807 | x-linode-cli-action: mongodb-creds-view |
3808 | 3808 | x-linode-grant: read_only |
3809 | 3809 | 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. |
3811 | 3811 |
|
3812 | 3812 | The Database must have an `active` status to perform this command. |
3813 | 3813 | security: |
@@ -4580,7 +4580,7 @@ paths: |
4580 | 4580 | x-linode-cli-action: mysql-creds-view |
4581 | 4581 | x-linode-grant: read_only |
4582 | 4582 | 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. |
4584 | 4584 |
|
4585 | 4585 | The Database must have an `active` status to perform this command. |
4586 | 4586 | security: |
@@ -5355,7 +5355,7 @@ paths: |
5355 | 5355 | x-linode-cli-action: postgresql-creds-view |
5356 | 5356 | x-linode-grant: read_only |
5357 | 5357 | 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. |
5359 | 5359 |
|
5360 | 5360 | The Database must have an `active` status to perform this command. |
5361 | 5361 | security: |
@@ -17595,9 +17595,9 @@ paths: |
17595 | 17595 | - lang: Shell |
17596 | 17596 | source: > |
17597 | 17597 | curl -H "Content-Type: application/json" \ |
17598 | | - -H "Authorization: Bearer $TOKEN_BBIGGER_DEV" \ |
| 17598 | + -H "Authorization: Bearer $TOKEN" \ |
17599 | 17599 | -X DELETE \ |
17600 | | - https://api.dev.linode.com/v4/profile/phone-number |
| 17600 | + https://api.linode.com/v4/profile/phone-number |
17601 | 17601 | - lang: CLI |
17602 | 17602 | source: > |
17603 | 17603 | linode-cli phone delete |
@@ -17655,12 +17655,12 @@ paths: |
17655 | 17655 | - lang: Shell |
17656 | 17656 | source: > |
17657 | 17657 | curl -H "Content-Type: application/json" \ |
17658 | | - -H "Authorization: Bearer $TOKEN_BBIGGER_DEV" \ |
| 17658 | + -H "Authorization: Bearer $TOKEN" \ |
17659 | 17659 | -X POST -d '{ |
17660 | 17660 | "iso_code": "US", |
17661 | | - "phone_number": "267-273-8229" |
| 17661 | + "phone_number": "555-555-5555" |
17662 | 17662 | }' \ |
17663 | | - https://api.dev.linode.com/v4/profile/phone-number |
| 17663 | + https://api.linode.com/v4/profile/phone-number |
17664 | 17664 | - lang: CLI |
17665 | 17665 | source: > |
17666 | 17666 | linode-cli phone sms-code-send \ |
|
0 commit comments