Skip to content

Commit

Permalink
OpenAPI Update (#581)
Browse files Browse the repository at this point in the history
Update OpenAPI for be63a264e36ff6e0629a7ff53bc4fc6d8525045f

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Dec 19, 2023
1 parent f570962 commit b97eed1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -3839,6 +3839,7 @@
},
"required": [
"last_attempted_at",
"next_refresh_available_at",
"status"
],
"title": "BankConnectionsResourceBalanceRefresh",
Expand Down
6 changes: 6 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2761,6 +2761,12 @@
"format": "unix-time",
"type": "integer"
},
"next_refresh_available_at": {
"description": "Time at which the next balance refresh can be initiated. This value will be `null` when `status` is `pending`. Measured in seconds since the Unix epoch.",
"format": "unix-time",
"nullable": true,
"type": "integer"
},
"status": {
"description": "The status of the last refresh attempt.",
"enum": [
Expand Down

0 comments on commit b97eed1

Please sign in to comment.