From 573fe236c8f38d16569ed7cfebf7de6b3665ad16 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:45:29 +0000 Subject: [PATCH] OpenAPI Update (#638) Update OpenAPI for 5defed9abb1c7d7f332a443545e1ab20c2a34cf3 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- 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 9e08625b..c0b4327c 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.", + "description": "The preferred network for the card. Will contain 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 0c2048b4..d6d2e1bc 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.", + "description": "The preferred network for the card. Will contain invalid_preference if requested network is not valid for the card.", "maxLength": 5000, "nullable": true, "type": "string"