From f6bee9b884e3c55edaca39fdb01e0573535a2c21 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:50:23 +0000 Subject: [PATCH] Update OpenAPI for c4b2c6991133158d7a0661ea579e798853a9c2d2 --- embedded/openapi/spec3.beta.sdk.json | 2 +- embedded/openapi/spec3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 0d2d227c..21187394 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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" diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index a89345a7..477a79a4 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -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"