Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 7, 2023
1 parent bc6a12d commit 5e24425
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -149022,7 +149022,7 @@
"type": "string"
}
],
"description": "State/province as an [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) subdivision code, without country prefix. Example: \"NY\" or \"TX\"."
"description": "State, county, province, or region. We recommend sending [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) subdivision code value when possible."
}
},
"required": [
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140876,10 +140876,10 @@ paths:
- ''
type: string
description: >-
State/province as an [ISO
State, county, province, or region. We recommend
sending [ISO
3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)
subdivision code, without country prefix. Example:
"NY" or "TX".
subdivision code value when possible.
required:
- country
title: postal_address
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -121365,7 +121365,7 @@
"type": "string"
}
],
"description": "State/province as an [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) subdivision code, without country prefix. Example: \"NY\" or \"TX\"."
"description": "State, county, province, or region. We recommend sending [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) subdivision code value when possible."
}
},
"required": [
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114544,10 +114544,10 @@ paths:
- ''
type: string
description: >-
State/province as an [ISO
State, county, province, or region. We recommend
sending [ISO
3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)
subdivision code, without country prefix. Example:
"NY" or "TX".
subdivision code value when possible.
required:
- country
title: postal_address
Expand Down

0 comments on commit 5e24425

Please sign in to comment.