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 Feb 2, 2024
1 parent 572c0a7 commit 74d5ab3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -30980,7 +30980,7 @@
"type": "array"
},
"preferred": {
"description": "The preferred network for the card. Can be `cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if requested network is not valid for the card.",
"description": "The preferred network for co-branded cards. Can be `cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if requested network is not valid for the card.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27966,9 +27966,9 @@ components:
type: array
preferred:
description: >-
The preferred network for the card. Can be `cartes_bancaires`,
`mastercard`, `visa` or `invalid_preference` if requested network is
not valid for the card.
The preferred network for co-branded cards. Can be
`cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if
requested network is not valid for the card.
maxLength: 5000
nullable: true
type: string
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -20875,7 +20875,7 @@
"type": "array"
},
"preferred": {
"description": "The preferred network for the card. Can be `cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if requested network is not valid for the card.",
"description": "The preferred network for co-branded cards. Can be `cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if requested network is not valid for the card.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -26072,7 +26072,7 @@
"type": "array"
},
"preferred": {
"description": "The preferred network for the card. Can be `cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if requested network is not valid for the card.",
"description": "The preferred network for co-branded cards. Can be `cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if requested network is not valid for the card.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23703,9 +23703,9 @@ components:
type: array
preferred:
description: >-
The preferred network for the card. Can be `cartes_bancaires`,
`mastercard`, `visa` or `invalid_preference` if requested network is
not valid for the card.
The preferred network for co-branded cards. Can be
`cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if
requested network is not valid for the card.
maxLength: 5000
nullable: true
type: string
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19695,9 +19695,9 @@ components:
type: array
preferred:
description: >-
The preferred network for the card. Can be `cartes_bancaires`,
`mastercard`, `visa` or `invalid_preference` if requested network is
not valid for the card.
The preferred network for co-branded cards. Can be
`cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if
requested network is not valid for the card.
maxLength: 5000
nullable: true
type: string
Expand Down

0 comments on commit 74d5ab3

Please sign in to comment.