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 16, 2024
1 parent 7c4ddb6 commit f2228c8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -150100,7 +150100,8 @@
"capture",
"refund"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"style": "form"
}
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136783,6 +136783,7 @@ paths:
- capture
- refund
type: string
x-stripeBypassValidation: true
style: form
requestBody:
content:
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -106119,7 +106119,8 @@
"capture",
"refund"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"style": "form"
}
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -123666,7 +123666,8 @@
"capture",
"refund"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"style": "form"
}
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113280,6 +113280,7 @@ paths:
- capture
- refund
type: string
x-stripeBypassValidation: true
style: form
requestBody:
content:
Expand Down
1 change: 1 addition & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91788,6 +91788,7 @@ paths:
- capture
- refund
type: string
x-stripeBypassValidation: true
style: form
requestBody:
content:
Expand Down

0 comments on commit f2228c8

Please sign in to comment.