diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 6247421b..2a44b224 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -46011,7 +46011,7 @@ "type": "array" }, "proration_behavior": { - "description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`.", + "description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`. Defaults to a value of `none` if you don't set it during creation.", "enum": [ "always_invoice", "create_prorations", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 884122a3..6a286088 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -32164,7 +32164,7 @@ "type": "array" }, "proration_behavior": { - "description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`.", + "description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`. Defaults to a value of `none` if you don't set it during creation.", "enum": [ "always_invoice", "create_prorations",