Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #571

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading