Skip to content

Release 4.114.0 #588

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 8 commits into from
Jan 31, 2022
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
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.113.0
version: 4.114.0

title: Linode API
description: |
Expand Down Expand Up @@ -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
the US, this is the Province associated with the Account's billing
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 or CA, this is the Province associated with the Account's billing
address.
maxLength: 24
example: Pennsylvania
example: PA
tax_id:
type: string
description: >
Expand Down