Skip to content

Release 4.154.0 #805

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 4 commits into from
May 30, 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
17 changes: 13 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.153.2
version: 4.154.0

title: Linode API
description: |
Expand Down Expand Up @@ -18815,7 +18815,10 @@ components:
example: 11/2022
company:
type: string
description: The company name associated with this Account.
description: |
The company name associated with this Account.

Must not include any of the following characters: `<` `>` `(` `)` `"` `=`
maxLength: 128
example: Linode LLC
country:
Expand All @@ -18831,13 +18834,19 @@ components:
x-linode-cli-display: 3
first_name:
type: string
description: The first name of the person associated with this Account.
description: |
The first name of the person associated with this Account.

Must not include any of the following characters: `<` `>` `(` `)` `"` `=`
maxLength: 50
example: John
x-linode-cli-display: 1
last_name:
type: string
description: The last name of the person associated with this Account.
description: |
The last name of the person associated with this Account.

Must not include any of the following characters: `<` `>` `(` `)` `"` `=`
maxLength: 50
example: Smith
x-linode-cli-display: 2
Expand Down