Skip to content

Commit

Permalink
OpenAPI Update (#661)
Browse files Browse the repository at this point in the history
Update OpenAPI for 5787b5cbb9f6d06fb581cab918b1ee5204487cab

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Feb 12, 2024
1 parent 8172529 commit 1558ca0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -30022,6 +30022,12 @@
"maxLength": 5000,
"type": "string"
},
"invoice": {
"description": "The ID of the invoice that contains this line item.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"invoice_item": {
"anyOf": [
{
Expand Down Expand Up @@ -30207,6 +30213,7 @@
"discountable",
"discounts",
"id",
"invoice",
"livemode",
"metadata",
"object",
Expand Down
6 changes: 6 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -20206,6 +20206,12 @@
"maxLength": 5000,
"type": "string"
},
"invoice": {
"description": "The ID of the invoice that contains this line item.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"invoice_item": {
"anyOf": [
{
Expand Down

0 comments on commit 1558ca0

Please sign in to comment.