Skip to content

Commit

Permalink
OpenAPI Update (#759)
Browse files Browse the repository at this point in the history
Update OpenAPI for 2511fedbeeabf09d9169627a4c491f8d2e45e777

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 22, 2024
1 parent 3f25cd3 commit 128e279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9459,7 +9459,7 @@
"type": "integer"
},
"expires_at": {
"description": "Time at which this ConfirmationToken expires and can no longer be used to confirm a PaymentIntent or SetupIntent. This is set to null once this ConfirmationToken has been used.",
"description": "Time at which this ConfirmationToken expires and can no longer be used to confirm a PaymentIntent or SetupIntent.",
"format": "unix-time",
"nullable": true,
"type": "integer"
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6643,7 +6643,7 @@
"type": "integer"
},
"expires_at": {
"description": "Time at which this ConfirmationToken expires and can no longer be used to confirm a PaymentIntent or SetupIntent. This is set to null once this ConfirmationToken has been used.",
"description": "Time at which this ConfirmationToken expires and can no longer be used to confirm a PaymentIntent or SetupIntent.",
"format": "unix-time",
"nullable": true,
"type": "integer"
Expand Down

0 comments on commit 128e279

Please sign in to comment.