Skip to content
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