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" },