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 20, 2023
1 parent 04869fc commit e5ffc7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7374,12 +7374,6 @@
"format": "unix-time",
"type": "integer"
},
"customer": {
"description": "ID of the Customer this ConfirmationToken belongs to.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"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.",
"format": "unix-time",
Expand Down Expand Up @@ -7479,7 +7473,6 @@
},
"required": [
"created",
"customer",
"expires_at",
"id",
"livemode",
Expand Down
6 changes: 0 additions & 6 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7277,11 +7277,6 @@ components:
Unix epoch.
format: unix-time
type: integer
customer:
description: ID of the Customer this ConfirmationToken belongs to.
maxLength: 5000
nullable: true
type: string
expires_at:
description: >-
Time at which this ConfirmationToken expires and can no longer be
Expand Down Expand Up @@ -7371,7 +7366,6 @@ components:
nullable: true
required:
- created
- customer
- expires_at
- id
- livemode
Expand Down

0 comments on commit e5ffc7b

Please sign in to comment.