Skip to content

Release v4.157.0 (merge master into development) #817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 29, 2023
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
4 changes: 3 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.155.0
version: 4.157.0

title: Linode API
description: |
Expand Down Expand Up @@ -24921,6 +24921,7 @@ components:
verified_phone_number:
type: string
format: phone
nullable: true
readOnly: true
description: |
The phone number verified for this Profile with the **Phone Number Verify** ([POST /profile/phone-number/verify](/docs/api/profile/#phone-number-verify)) command.
Expand Down Expand Up @@ -25779,6 +25780,7 @@ components:
verified_phone_number:
type: string
format: phone
nullable: true
readOnly: true
description: |
The phone number verified for this User Profile with the **Phone Number Verify** ([POST /profile/phone-number/verify](/docs/api/profile/#phone-number-verify)) command.
Expand Down