Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Jan 31, 2024
1 parent ebe79fc commit d6c30e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/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
2 changes: 1 addition & 1 deletion embedded/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

0 comments on commit d6c30e1

Please sign in to comment.