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 Apr 22, 2024
1 parent d375605 commit 2511fed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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
3 changes: 1 addition & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9150,8 +9150,7 @@ components:
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.
used to confirm a PaymentIntent or SetupIntent.
format: unix-time
nullable: true
type: integer
Expand Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8407,7 +8407,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
3 changes: 1 addition & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8195,8 +8195,7 @@ components:
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.
used to confirm a PaymentIntent or SetupIntent.
format: unix-time
nullable: true
type: integer
Expand Down
3 changes: 1 addition & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6813,8 +6813,7 @@ components:
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.
used to confirm a PaymentIntent or SetupIntent.
format: unix-time
nullable: true
type: integer
Expand Down

0 comments on commit 2511fed

Please sign in to comment.