Skip to content

Commit

Permalink
OpenAPI Update (#358)
Browse files Browse the repository at this point in the history
Update OpenAPI for b3a9fc9ee98588916fac85fac03e48c534242aa4

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Sep 6, 2022
1 parent eeb1206 commit 8f79249
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -8925,7 +8925,8 @@
"pci_document",
"selfie",
"sigma_scheduled_query",
"tax_document_user_upload"
"tax_document_user_upload",
"terminal_reader_splashscreen"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -39227,7 +39228,8 @@
"outbound_payment",
"payout"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down Expand Up @@ -70608,7 +70610,7 @@
"type": "integer"
},
"file": {
"description": "The ID of the file. The file's `purpose` must be one of the following: `business_icon`, `business_logo`, `customer_signature`, `dispute_evidence`, `finance_report_run`, `identity_document_downloadable`, `pci_document`, `selfie`, `sigma_scheduled_query`, or `tax_document_user_upload`.",
"description": "The ID of the file. The file's `purpose` must be one of the following: `business_icon`, `business_logo`, `customer_signature`, `dispute_evidence`, `finance_report_run`, `identity_document_downloadable`, `pci_document`, `selfie`, `sigma_scheduled_query`, `tax_document_user_upload`, or `terminal_reader_splashscreen`.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -70936,7 +70938,8 @@
"pci_document",
"selfie",
"sigma_scheduled_query",
"tax_document_user_upload"
"tax_document_user_upload",
"terminal_reader_splashscreen"
],
"maxLength": 5000,
"type": "string",
Expand Down Expand Up @@ -71105,7 +71108,8 @@
"dispute_evidence",
"identity_document",
"pci_document",
"tax_document_user_upload"
"tax_document_user_upload",
"terminal_reader_splashscreen"
],
"type": "string",
"x-stripeBypassValidation": true
Expand Down Expand Up @@ -129553,7 +129557,8 @@
"outbound_payment",
"payout"
],
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down

0 comments on commit 8f79249

Please sign in to comment.