Skip to content

Commit

Permalink
OpenAPI Update (#508)
Browse files Browse the repository at this point in the history
Update OpenAPI for db3dffce14b455197f517de880a6f6c1911c6d62

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Oct 30, 2023
1 parent f44d239 commit a445bbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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`.",
Expand Down Expand Up @@ -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`.",
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Expand Up @@ -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"
},
Expand Down

0 comments on commit a445bbb

Please sign in to comment.