Skip to content

Commit

Permalink
OpenAPI Update (#571)
Browse files Browse the repository at this point in the history
Update OpenAPI for 3cce0b167eb82c5e933a370ec780db33cd1c68e3

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Dec 14, 2023
1 parent 055a707 commit 2cb4d6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -102310,7 +102310,7 @@
"style": "form"
},
{
"description": "The schedule creation or modification params to apply as a preview. Cannot be used with subscription or subscription fields.",
"description": "The schedule creation or modification params to apply as a preview. Cannot be used with `subscription` or `subscription_` prefixed fields.",
"explode": true,
"in": "query",
"name": "schedule_details",
Expand Down Expand Up @@ -103917,7 +103917,7 @@
"style": "deepObject"
},
{
"description": "Timestamp indicating when the subscription should be scheduled to cancel. Will prorate if within the current period and prorations have been enabled using `proration_behavior`.",
"description": "A timestamp at which the subscription should cancel. If set to a date before the current period ends, this will cause a proration if prorations have been enabled using `proration_behavior`. If set during a future period, this will always cause a proration for that period.",
"explode": true,
"in": "query",
"name": "subscription_cancel_at",
Expand Down Expand Up @@ -104289,7 +104289,7 @@
"style": "form"
},
{
"description": "Date a subscription is intended to start (can be future or past)",
"description": "Date a subscription is intended to start (can be future or past).",
"in": "query",
"name": "subscription_start_date",
"required": false,
Expand Down Expand Up @@ -105137,7 +105137,7 @@
"style": "form"
},
{
"description": "The schedule creation or modification params to apply as a preview. Cannot be used with subscription or subscription fields.",
"description": "The schedule creation or modification params to apply as a preview. Cannot be used with `subscription` or `subscription_` prefixed fields.",
"explode": true,
"in": "query",
"name": "schedule_details",
Expand Down Expand Up @@ -106755,7 +106755,7 @@
"style": "deepObject"
},
{
"description": "Timestamp indicating when the subscription should be scheduled to cancel. Will prorate if within the current period and prorations have been enabled using `proration_behavior`.",
"description": "A timestamp at which the subscription should cancel. If set to a date before the current period ends, this will cause a proration if prorations have been enabled using `proration_behavior`. If set during a future period, this will always cause a proration for that period.",
"explode": true,
"in": "query",
"name": "subscription_cancel_at",
Expand Down Expand Up @@ -107127,7 +107127,7 @@
"style": "form"
},
{
"description": "Date a subscription is intended to start (can be future or past)",
"description": "Date a subscription is intended to start (can be future or past).",
"in": "query",
"name": "subscription_start_date",
"required": false,
Expand Down
8 changes: 4 additions & 4 deletions embedded/openapi/spec3.json
Expand Up @@ -78848,7 +78848,7 @@
"style": "deepObject"
},
{
"description": "Timestamp indicating when the subscription should be scheduled to cancel. Will prorate if within the current period and prorations have been enabled using `proration_behavior`.",
"description": "A timestamp at which the subscription should cancel. If set to a date before the current period ends, this will cause a proration if prorations have been enabled using `proration_behavior`. If set during a future period, this will always cause a proration for that period.",
"explode": true,
"in": "query",
"name": "subscription_cancel_at",
Expand Down Expand Up @@ -79098,7 +79098,7 @@
"style": "form"
},
{
"description": "Date a subscription is intended to start (can be future or past)",
"description": "Date a subscription is intended to start (can be future or past).",
"in": "query",
"name": "subscription_start_date",
"required": false,
Expand Down Expand Up @@ -79773,7 +79773,7 @@
"style": "deepObject"
},
{
"description": "Timestamp indicating when the subscription should be scheduled to cancel. Will prorate if within the current period and prorations have been enabled using `proration_behavior`.",
"description": "A timestamp at which the subscription should cancel. If set to a date before the current period ends, this will cause a proration if prorations have been enabled using `proration_behavior`. If set during a future period, this will always cause a proration for that period.",
"explode": true,
"in": "query",
"name": "subscription_cancel_at",
Expand Down Expand Up @@ -80023,7 +80023,7 @@
"style": "form"
},
{
"description": "Date a subscription is intended to start (can be future or past)",
"description": "Date a subscription is intended to start (can be future or past).",
"in": "query",
"name": "subscription_start_date",
"required": false,
Expand Down

0 comments on commit 2cb4d6a

Please sign in to comment.