Skip to content

Commit e8a1a7b

Browse files
OpenAPI Update (#677)
Update OpenAPI for 4d03be29242b216d41f358ed5a266e45910cc224 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 0786941 commit e8a1a7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46011,7 +46011,7 @@
4601146011
"type": "array"
4601246012
},
4601346013
"proration_behavior": {
46014-
"description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`.",
46014+
"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.",
4601546015
"enum": [
4601646016
"always_invoice",
4601746017
"create_prorations",

embedded/openapi/spec3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32164,7 +32164,7 @@
3216432164
"type": "array"
3216532165
},
3216632166
"proration_behavior": {
32167-
"description": "Determines how to handle prorations resulting from subscription updates. Valid values are `none`, `create_prorations`, and `always_invoice`.",
32167+
"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.",
3216832168
"enum": [
3216932169
"always_invoice",
3217032170
"create_prorations",

0 commit comments

Comments
 (0)