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 Jan 31, 2024
1 parent 14bb0e1 commit c4b2c69
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -30348,7 +30348,7 @@
"type": "array"
},
"preferred": {
"description": "The preferred network for the card. Will contain invalid_preference if requested network is not valid for the card.",
"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.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
5 changes: 3 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27451,8 +27451,9 @@ components:
type: array
preferred:
description: >-
The preferred network for the card. Will contain invalid_preference
if requested network is not valid for the card.
The preferred network for the card. 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 @@ -20769,7 +20769,7 @@
"type": "array"
},
"preferred": {
"description": "The preferred network for the card. Will contain invalid_preference if requested network is not valid for the card.",
"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.",
"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 @@ -25963,7 +25963,7 @@
"type": "array"
},
"preferred": {
"description": "The preferred network for the card. Will contain invalid_preference if requested network is not valid for the card.",
"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.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
5 changes: 3 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23633,8 +23633,9 @@ components:
type: array
preferred:
description: >-
The preferred network for the card. Will contain invalid_preference
if requested network is not valid for the card.
The preferred network for the card. 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
5 changes: 3 additions & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19627,8 +19627,9 @@ components:
type: array
preferred:
description: >-
The preferred network for the card. Will contain invalid_preference
if requested network is not valid for the card.
The preferred network for the card. 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 c4b2c69

Please sign in to comment.