Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 3, 2025
1 parent b5c8cd9 commit f9a5439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -23029,7 +23029,8 @@
"cardholder_name",
"request_signature"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"type": "array"
},
Expand Down Expand Up @@ -126274,7 +126275,8 @@
"cardholder_name",
"request_signature"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"type": "array"
},
Expand Down
2 changes: 2 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21218,6 +21218,7 @@ components:
- cardholder_name
- request_signature
type: string
x-stripeBypassValidation: true
type: array
request_context:
anyOf:
Expand Down Expand Up @@ -114589,6 +114590,7 @@ paths:
- cardholder_name
- request_signature
type: string
x-stripeBypassValidation: true
type: array
request:
description: >-
Expand Down

0 comments on commit f9a5439

Please sign in to comment.