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 29, 2024
1 parent 75cb9d9 commit 0c76bbc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -117220,7 +117220,7 @@
"type": "array"
},
"invoice_items": {
"description": "List of invoice items to add or update in the upcoming invoice preview.",
"description": "List of invoice items to add or update in the upcoming invoice preview (up to 250).",
"items": {
"properties": {
"amount": {
Expand Down Expand Up @@ -120717,7 +120717,7 @@
"style": "deepObject"
},
{
"description": "List of invoice items to add or update in the upcoming invoice preview.",
"description": "List of invoice items to add or update in the upcoming invoice preview (up to 250).",
"explode": true,
"in": "query",
"name": "invoice_items",
Expand Down Expand Up @@ -124633,7 +124633,7 @@
"style": "deepObject"
},
{
"description": "List of invoice items to add or update in the upcoming invoice preview.",
"description": "List of invoice items to add or update in the upcoming invoice preview (up to 250).",
"explode": true,
"in": "query",
"name": "invoice_items",
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105550,7 +105550,7 @@ paths:
invoice_items:
description: >-
List of invoice items to add or update in the upcoming
invoice preview.
invoice preview (up to 250).
items:
properties:
amount:
Expand Down Expand Up @@ -109041,7 +109041,7 @@ paths:
style: deepObject
- description: >-
List of invoice items to add or update in the upcoming invoice
preview.
preview (up to 250).
explode: true
in: query
name: invoice_items
Expand Down Expand Up @@ -112841,7 +112841,7 @@ paths:
style: deepObject
- description: >-
List of invoice items to add or update in the upcoming invoice
preview.
preview (up to 250).
explode: true
in: query
name: invoice_items
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -88442,7 +88442,7 @@
"type": "array"
},
"invoice_items": {
"description": "List of invoice items to add or update in the upcoming invoice preview.",
"description": "List of invoice items to add or update in the upcoming invoice preview (up to 250).",
"items": {
"properties": {
"amount": {
Expand Down Expand Up @@ -89998,7 +89998,7 @@
"style": "deepObject"
},
{
"description": "List of invoice items to add or update in the upcoming invoice preview.",
"description": "List of invoice items to add or update in the upcoming invoice preview (up to 250).",
"explode": true,
"in": "query",
"name": "invoice_items",
Expand Down Expand Up @@ -91832,7 +91832,7 @@
"style": "deepObject"
},
{
"description": "List of invoice items to add or update in the upcoming invoice preview.",
"description": "List of invoice items to add or update in the upcoming invoice preview (up to 250).",
"explode": true,
"in": "query",
"name": "invoice_items",
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -98770,7 +98770,7 @@
"type": "array"
},
"invoice_items": {
"description": "List of invoice items to add or update in the upcoming invoice preview.",
"description": "List of invoice items to add or update in the upcoming invoice preview (up to 250).",
"items": {
"properties": {
"amount": {
Expand Down Expand Up @@ -100853,7 +100853,7 @@
"style": "deepObject"
},
{
"description": "List of invoice items to add or update in the upcoming invoice preview.",
"description": "List of invoice items to add or update in the upcoming invoice preview (up to 250).",
"explode": true,
"in": "query",
"name": "invoice_items",
Expand Down Expand Up @@ -103280,7 +103280,7 @@
"style": "deepObject"
},
{
"description": "List of invoice items to add or update in the upcoming invoice preview.",
"description": "List of invoice items to add or update in the upcoming invoice preview (up to 250).",
"explode": true,
"in": "query",
"name": "invoice_items",
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89630,7 +89630,7 @@ paths:
invoice_items:
description: >-
List of invoice items to add or update in the upcoming
invoice preview.
invoice preview (up to 250).
items:
properties:
amount:
Expand Down Expand Up @@ -91740,7 +91740,7 @@ paths:
style: deepObject
- description: >-
List of invoice items to add or update in the upcoming invoice
preview.
preview (up to 250).
explode: true
in: query
name: invoice_items
Expand Down Expand Up @@ -94114,7 +94114,7 @@ paths:
style: deepObject
- description: >-
List of invoice items to add or update in the upcoming invoice
preview.
preview (up to 250).
explode: true
in: query
name: invoice_items
Expand Down
6 changes: 3 additions & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77835,7 +77835,7 @@ paths:
invoice_items:
description: >-
List of invoice items to add or update in the upcoming
invoice preview.
invoice preview (up to 250).
items:
properties:
amount:
Expand Down Expand Up @@ -78965,7 +78965,7 @@ paths:
style: deepObject
- description: >-
List of invoice items to add or update in the upcoming invoice
preview.
preview (up to 250).
explode: true
in: query
name: invoice_items
Expand Down Expand Up @@ -80287,7 +80287,7 @@ paths:
style: deepObject
- description: >-
List of invoice items to add or update in the upcoming invoice
preview.
preview (up to 250).
explode: true
in: query
name: invoice_items
Expand Down

0 comments on commit 0c76bbc

Please sign in to comment.