From a445bbb76df7f99d84e8dab100faa700a9e1635b Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:32:15 +0000 Subject: [PATCH] OpenAPI Update (#508) Update OpenAPI for db3dffce14b455197f517de880a6f6c1911c6d62 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 6 +++--- embedded/openapi/spec3.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 877562fa..8e5fe6f4 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -44672,7 +44672,7 @@ "type": "boolean" }, "products": { - "description": "The list of products that support subscription updates.", + "description": "The list of up to 10 products that support subscription updates.", "items": { "$ref": "#/components/schemas/portal_subscription_update_product" }, @@ -77189,7 +77189,7 @@ "type": "string" } ], - "description": "The list of products that support subscription updates." + "description": "The list of up to 10 products that support subscription updates." }, "proration_behavior": { "description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`.", @@ -77670,7 +77670,7 @@ "type": "string" } ], - "description": "The list of products that support subscription updates." + "description": "The list of up to 10 products that support subscription updates." }, "proration_behavior": { "description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`.", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index e9056548..f9cff87d 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -30328,7 +30328,7 @@ "type": "boolean" }, "products": { - "description": "The list of products that support subscription updates.", + "description": "The list of up to 10 products that support subscription updates.", "items": { "$ref": "#/components/schemas/portal_subscription_update_product" },