Skip to content

Commit d6c30e1

Browse files
OpenAPI Update (#642)
Update OpenAPI for c4b2c6991133158d7a0661ea579e798853a9c2d2 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent ebe79fc commit d6c30e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30348,7 +30348,7 @@
3034830348
"type": "array"
3034930349
},
3035030350
"preferred": {
30351-
"description": "The preferred network for the card. Will contain invalid_preference if requested network is not valid for the card.",
30351+
"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.",
3035230352
"maxLength": 5000,
3035330353
"nullable": true,
3035430354
"type": "string"

embedded/openapi/spec3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20769,7 +20769,7 @@
2076920769
"type": "array"
2077020770
},
2077120771
"preferred": {
20772-
"description": "The preferred network for the card. Will contain invalid_preference if requested network is not valid for the card.",
20772+
"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.",
2077320773
"maxLength": 5000,
2077420774
"nullable": true,
2077520775
"type": "string"

0 commit comments

Comments
 (0)