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 Jan 24, 2025
1 parent 3692f23 commit fddaffe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -40708,7 +40708,7 @@
"description": "",
"properties": {
"available": {
"description": "All available networks for the card.",
"description": "All networks available for selection via [payment_method_options.card.network](/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -49396,7 +49396,7 @@
"description": "",
"properties": {
"available": {
"description": "All available networks for the card.",
"description": "All networks available for selection via [payment_method_options.card.network](/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down
8 changes: 6 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36757,7 +36757,9 @@ components:
description: ''
properties:
available:
description: All available networks for the card.
description: >-
All networks available for selection via
[payment_method_options.card.network](/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).
items:
maxLength: 5000
type: string
Expand Down Expand Up @@ -44694,7 +44696,9 @@ components:
description: ''
properties:
available:
description: All available networks for the card.
description: >-
All networks available for selection via
[payment_method_options.card.network](/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).
items:
maxLength: 5000
type: string
Expand Down

0 comments on commit fddaffe

Please sign in to comment.