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 Oct 7, 2024
1 parent 2ffc3c4 commit 7eb102f
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 @@ -79824,7 +79824,8 @@
"processing",
"succeeded"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"status_transitions": {
"$ref": "#/components/schemas/treasury_inbound_transfers_resource_inbound_transfer_resource_status_transitions"
Expand Down Expand Up @@ -238063,7 +238064,8 @@
"processing",
"succeeded"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
},
"style": "form"
}
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 @@ -72065,6 +72065,7 @@ components:
- processing
- succeeded
type: string
x-stripeBypassValidation: true
status_transitions:
$ref: >-
#/components/schemas/treasury_inbound_transfers_resource_inbound_transfer_resource_status_transitions
Expand Down Expand Up @@ -222476,6 +222477,7 @@ paths:
- processing
- succeeded
type: string
x-stripeBypassValidation: true
style: form
requestBody:
content:
Expand Down

0 comments on commit 7eb102f

Please sign in to comment.