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 Oct 20, 2023
1 parent 7ff79d5 commit 99628e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -160653,7 +160653,7 @@
"type": "string"
}
],
"description": "Time at which the Tax Registration becomes active. It can be either `now` to indicate the current time, or a timestamp measured in seconds since the Unix epoch."
"description": "Time at which the Tax Registration becomes active. It can be either `now` to indicate the current time, or a future timestamp measured in seconds since the Unix epoch."
},
"country": {
"description": "Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).",
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150668,8 +150668,8 @@ paths:
type: string
description: >-
Time at which the Tax Registration becomes active. It can be
either `now` to indicate the current time, or a timestamp
measured in seconds since the Unix epoch.
either `now` to indicate the current time, or a future
timestamp measured in seconds since the Unix epoch.
country:
description: >-
Two-letter country code ([ISO 3166-1
Expand Down

0 comments on commit 99628e5

Please sign in to comment.