File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -18815,7 +18815,10 @@ components:
18815
18815
example: 11/2022
18816
18816
company:
18817
18817
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: `<` `>` `(` `)` `"` `=`
18819
18822
maxLength: 128
18820
18823
example: Linode LLC
18821
18824
country:
@@ -18831,13 +18834,19 @@ components:
18831
18834
x-linode-cli-display: 3
18832
18835
first_name:
18833
18836
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: `<` `>` `(` `)` `"` `=`
18835
18841
maxLength: 50
18836
18842
example: John
18837
18843
x-linode-cli-display: 1
18838
18844
last_name:
18839
18845
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: `<` `>` `(` `)` `"` `=`
18841
18850
maxLength: 50
18842
18851
example: Smith
18843
18852
x-linode-cli-display: 2
You can’t perform that action at this time.
0 commit comments