Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.129.0
version: 4.130.0

title: Linode API
description: |
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down