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"