Skip to content

Commit

Permalink
Update OpenAPI for a966a45760f8d05b0f02e9054c288d3bfe59b26a
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 20, 2023
1 parent f17b6bb commit 30a3f29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -23302,7 +23302,8 @@
"description": "The specific exemption claimed for this authorization.",
"enum": [
"low_value_transaction",
"transaction_risk_analysis"
"transaction_risk_analysis",
"unknown"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -177601,7 +177602,8 @@
"description": "The specific exemption claimed for this authorization.",
"enum": [
"low_value_transaction",
"transaction_risk_analysis"
"transaction_risk_analysis",
"unknown"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down
6 changes: 4 additions & 2 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -15236,7 +15236,8 @@
"description": "The specific exemption claimed for this authorization.",
"enum": [
"low_value_transaction",
"transaction_risk_analysis"
"transaction_risk_analysis",
"unknown"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -132680,7 +132681,8 @@
"type": {
"enum": [
"low_value_transaction",
"transaction_risk_analysis"
"transaction_risk_analysis",
"unknown"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down

0 comments on commit 30a3f29

Please sign in to comment.