Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 15, 2023
1 parent 78c87a4 commit cf0b457
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -87645,7 +87645,7 @@
"style": "deepObject"
},
{
"description": "The identifier of the unstarted schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"description": "The identifier of the schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"in": "query",
"name": "schedule",
"required": false,
Expand Down Expand Up @@ -88825,7 +88825,7 @@
"style": "form"
},
{
"description": "The identifier of the unstarted schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"description": "The identifier of the schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"in": "query",
"name": "schedule",
"required": false,
Expand Down
10 changes: 4 additions & 6 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79726,9 +79726,8 @@ paths:
type: array
style: deepObject
- description: >-
The identifier of the unstarted schedule whose upcoming invoice
you'd like to retrieve. Cannot be used with subscription or
subscription fields.
The identifier of the schedule whose upcoming invoice you'd like to
retrieve. Cannot be used with subscription or subscription fields.
in: query
name: schedule
required: false
Expand Down Expand Up @@ -80865,9 +80864,8 @@ paths:
type: integer
style: form
- description: >-
The identifier of the unstarted schedule whose upcoming invoice
you'd like to retrieve. Cannot be used with subscription or
subscription fields.
The identifier of the schedule whose upcoming invoice you'd like to
retrieve. Cannot be used with subscription or subscription fields.
in: query
name: schedule
required: false
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -73674,7 +73674,7 @@
"style": "deepObject"
},
{
"description": "The identifier of the unstarted schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"description": "The identifier of the schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"in": "query",
"name": "schedule",
"required": false,
Expand Down Expand Up @@ -74588,7 +74588,7 @@
"style": "form"
},
{
"description": "The identifier of the unstarted schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"description": "The identifier of the schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"in": "query",
"name": "schedule",
"required": false,
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -76546,7 +76546,7 @@
"style": "deepObject"
},
{
"description": "The identifier of the unstarted schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"description": "The identifier of the schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"in": "query",
"name": "schedule",
"required": false,
Expand Down Expand Up @@ -77534,7 +77534,7 @@
"style": "form"
},
{
"description": "The identifier of the unstarted schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"description": "The identifier of the schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"in": "query",
"name": "schedule",
"required": false,
Expand Down
10 changes: 4 additions & 6 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70249,9 +70249,8 @@ paths:
type: array
style: deepObject
- description: >-
The identifier of the unstarted schedule whose upcoming invoice
you'd like to retrieve. Cannot be used with subscription or
subscription fields.
The identifier of the schedule whose upcoming invoice you'd like to
retrieve. Cannot be used with subscription or subscription fields.
in: query
name: schedule
required: false
Expand Down Expand Up @@ -71208,9 +71207,8 @@ paths:
type: integer
style: form
- description: >-
The identifier of the unstarted schedule whose upcoming invoice
you'd like to retrieve. Cannot be used with subscription or
subscription fields.
The identifier of the schedule whose upcoming invoice you'd like to
retrieve. Cannot be used with subscription or subscription fields.
in: query
name: schedule
required: false
Expand Down
10 changes: 4 additions & 6 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64457,9 +64457,8 @@ paths:
type: array
style: deepObject
- description: >-
The identifier of the unstarted schedule whose upcoming invoice
you'd like to retrieve. Cannot be used with subscription or
subscription fields.
The identifier of the schedule whose upcoming invoice you'd like to
retrieve. Cannot be used with subscription or subscription fields.
in: query
name: schedule
required: false
Expand Down Expand Up @@ -65169,9 +65168,8 @@ paths:
type: integer
style: form
- description: >-
The identifier of the unstarted schedule whose upcoming invoice
you'd like to retrieve. Cannot be used with subscription or
subscription fields.
The identifier of the schedule whose upcoming invoice you'd like to
retrieve. Cannot be used with subscription or subscription fields.
in: query
name: schedule
required: false
Expand Down

0 comments on commit cf0b457

Please sign in to comment.