Skip to content

Commit dfe5d86

Browse files
authored
Merge pull request #805 from linode/release-4.154.0
Release 4.154.0
2 parents e54ade3 + 41d0c89 commit dfe5d86

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

openapi.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.153.2
3+
version: 4.154.0
44

55
title: Linode API
66
description: |
@@ -18815,7 +18815,10 @@ components:
1881518815
example: 11/2022
1881618816
company:
1881718817
type: string
18818-
description: The company name associated with this Account.
18818+
description: |
18819+
The company name associated with this Account.
18820+
18821+
Must not include any of the following characters: `<` `>` `(` `)` `"` `=`
1881918822
maxLength: 128
1882018823
example: Linode LLC
1882118824
country:
@@ -18831,13 +18834,19 @@ components:
1883118834
x-linode-cli-display: 3
1883218835
first_name:
1883318836
type: string
18834-
description: The first name of the person associated with this Account.
18837+
description: |
18838+
The first name of the person associated with this Account.
18839+
18840+
Must not include any of the following characters: `<` `>` `(` `)` `"` `=`
1883518841
maxLength: 50
1883618842
example: John
1883718843
x-linode-cli-display: 1
1883818844
last_name:
1883918845
type: string
18840-
description: The last name of the person associated with this Account.
18846+
description: |
18847+
The last name of the person associated with this Account.
18848+
18849+
Must not include any of the following characters: `<` `>` `(` `)` `"` `=`
1884118850
maxLength: 50
1884218851
example: Smith
1884318852
x-linode-cli-display: 2

0 commit comments

Comments
 (0)