Skip to content

Commit a695b3c

Browse files
OpenAPI Update (#839)
Update OpenAPI for 8a2cdd98165d3e9c1f0fd0479d4d5b69ca38a8af Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 5e9fc2c commit a695b3c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109062,7 +109062,7 @@
109062109062
"type": "object"
109063109063
},
109064109064
"subscription": {
109065-
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
109065+
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_details.items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_details.items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
109066109066
"maxLength": 5000,
109067109067
"type": "string"
109068109068
},
@@ -111999,7 +111999,7 @@
111999111999
"style": "deepObject"
112000112000
},
112001112001
{
112002-
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
112002+
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_details.items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_details.items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
112003112003
"in": "query",
112004112004
"name": "subscription",
112005112005
"required": false,
@@ -115300,7 +115300,7 @@
115300115300
"style": "form"
115301115301
},
115302115302
{
115303-
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
115303+
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_details.items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_details.items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
115304115304
"in": "query",
115305115305
"name": "subscription",
115306115306
"required": false,

embedded/openapi/spec3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86760,7 +86760,7 @@
8676086760
"type": "object"
8676186761
},
8676286762
"subscription": {
86763-
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
86763+
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_details.items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_details.items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
8676486764
"maxLength": 5000,
8676586765
"type": "string"
8676686766
},
@@ -88353,7 +88353,7 @@
8835388353
"style": "deepObject"
8835488354
},
8835588355
{
88356-
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
88356+
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_details.items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_details.items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
8835788357
"in": "query",
8835888358
"name": "subscription",
8835988359
"required": false,
@@ -90205,7 +90205,7 @@
9020590205
"style": "form"
9020690206
},
9020790207
{
90208-
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
90208+
"description": "The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_details.items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_details.items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.",
9020990209
"in": "query",
9021090210
"name": "subscription",
9021190211
"required": false,

0 commit comments

Comments
 (0)