Skip to content

Commit 08784e8

Browse files
Update OpenAPI for 7b8a5733a4211941389d2f6888d65a16e4d18f21
1 parent a2a8235 commit 08784e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

embedded/openapi/spec3.beta.sdk.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -59939,11 +59939,11 @@
5993959939
"proration_behavior": {
5994059940
"description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`.",
5994159941
"enum": [
59942-
"always_invoice",
5994359942
"create_prorations",
5994459943
"none"
5994559944
],
59946-
"type": "string"
59945+
"type": "string",
59946+
"x-stripeBypassValidation": true
5994759947
}
5994859948
},
5994959949
"required": [
@@ -103138,11 +103138,11 @@
103138103138
"proration_behavior": {
103139103139
"description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`, which is only compatible with `mode=immediately`. No prorations are generated when canceling a subscription at the end of its natural billing period.",
103140103140
"enum": [
103141-
"always_invoice",
103142103141
"create_prorations",
103143103142
"none"
103144103143
],
103145-
"type": "string"
103144+
"type": "string",
103145+
"x-stripeBypassValidation": true
103146103146
}
103147103147
},
103148103148
"required": [
@@ -103698,11 +103698,11 @@
103698103698
"proration_behavior": {
103699103699
"description": "Whether to create prorations when canceling subscriptions. Possible values are `none` and `create_prorations`, which is only compatible with `mode=immediately`. No prorations are generated when canceling a subscription at the end of its natural billing period.",
103700103700
"enum": [
103701-
"always_invoice",
103702103701
"create_prorations",
103703103702
"none"
103704103703
],
103705-
"type": "string"
103704+
"type": "string",
103705+
"x-stripeBypassValidation": true
103706103706
}
103707103707
},
103708103708
"title": "subscription_cancel_updating_param",

0 commit comments

Comments
 (0)