From fb7af6107cf0c2c0f200990c988596bbad69d6eb Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 31 Jan 2022 11:46:31 -0500 Subject: [PATCH 1/5] Bump version to 4.114.0 --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index c43fcb611..7d21f23e1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 4.113.0 + version: 4.114.0 title: Linode API description: | From fd0df545592cbc68dc99b97c48cc7960c7427491 Mon Sep 17 00:00:00 2001 From: rsyracuse Date: Mon, 31 Jan 2022 12:39:28 -0500 Subject: [PATCH 2/5] Tax information update ISO US/Canada --- openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index c43fcb611..f2ec7a878 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -16393,12 +16393,12 @@ components: state: type: string description: > - If billing address is in the United States, this is the State - portion of the Account's billing address. If the address is outside + If billing address is in the United States or Canada, only the two-letter + ISO 3166 State or Province code are accepted. If the address is outside the US, this is the Province associated with the Account's billing address. maxLength: 24 - example: Pennsylvania + example: PA tax_id: type: string description: > From 98e8deaf5c90095c4a322965742563d99cad90b8 Mon Sep 17 00:00:00 2001 From: rsyracuse Date: Mon, 31 Jan 2022 12:53:21 -0500 Subject: [PATCH 3/5] use ISO abbreviation in description --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index f2ec7a878..6a3e884d5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -16393,7 +16393,7 @@ components: state: type: string description: > - If billing address is in the United States or Canada, only the two-letter + If billing address is in the US or CA, only the two-letter ISO 3166 State or Province code are accepted. If the address is outside the US, this is the Province associated with the Account's billing address. From 95c0fc9cc0f986167952b8cb086ba9bf618d362d Mon Sep 17 00:00:00 2001 From: rsyracuse Date: Mon, 31 Jan 2022 13:03:02 -0500 Subject: [PATCH 4/5] verbose description --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 6a3e884d5..162e8fb43 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -16393,7 +16393,7 @@ components: state: type: string description: > - If billing address is in the US or CA, only the two-letter + If billing address is in the United States (US) or Canada (CA), only the two-letter ISO 3166 State or Province code are accepted. If the address is outside the US, this is the Province associated with the Account's billing address. From 61b84140ec5ebd5c83cf928fb87ea2e399d07da4 Mon Sep 17 00:00:00 2001 From: rsyracuse Date: Mon, 31 Jan 2022 13:06:25 -0500 Subject: [PATCH 5/5] final copy changes --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 162e8fb43..d63004b7b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -16395,7 +16395,7 @@ components: description: > If billing address is in the United States (US) or Canada (CA), only the two-letter ISO 3166 State or Province code are accepted. If the address is outside - the US, this is the Province associated with the Account's billing + the US or CA, this is the Province associated with the Account's billing address. maxLength: 24 example: PA