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 Sep 1, 2023
1 parent b53a7c7 commit 1afd664
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
8 changes: 4 additions & 4 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -40041,7 +40041,7 @@
]
},
"lines": {
"description": "A list of lines on the quote. These lines describe changes that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.",
"description": "A list of lines on the quote. These lines describe changes, in the order provided, that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -40384,7 +40384,7 @@
}
},
"quote_line": {
"description": "A quote line defines a set of changes that will be applied upon quote acceptance.",
"description": "A quote line defines a set of changes, in the order provided, that will be applied upon quote acceptance.",
"properties": {
"actions": {
"description": "A list of items the customer is being quoted for.",
Expand Down Expand Up @@ -126358,7 +126358,7 @@
"type": "array"
},
"lines": {
"description": "A list of lines on the quote. These lines describe changes that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.",
"description": "A list of lines on the quote. These lines describe changes, in the order provided, that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.",
"items": {
"properties": {
"actions": {
Expand Down Expand Up @@ -128415,7 +128415,7 @@
"type": "array"
},
"lines": {
"description": "A list of lines on the quote. These lines describe changes that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.",
"description": "A list of lines on the quote. These lines describe changes, in the order provided, that will be used to create new subscription schedules or update existing subscription schedules when the quote is accepted.",
"items": {
"properties": {
"actions": {
Expand Down
27 changes: 14 additions & 13 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36856,9 +36856,10 @@ components:
- data
lines:
description: >-
A list of lines on the quote. These lines describe changes that will
be used to create new subscription schedules or update existing
subscription schedules when the quote is accepted.
A list of lines on the quote. These lines describe changes, in the
order provided, that will be used to create new subscription
schedules or update existing subscription schedules when the quote
is accepted.
items:
maxLength: 5000
type: string
Expand Down Expand Up @@ -37127,8 +37128,8 @@ components:
in_package: ''
quote_line:
description: >-
A quote line defines a set of changes that will be applied upon quote
acceptance.
A quote line defines a set of changes, in the order provided, that will
be applied upon quote acceptance.
properties:
actions:
description: A list of items the customer is being quoted for.
Expand Down Expand Up @@ -119454,10 +119455,10 @@ paths:
type: array
lines:
description: >-
A list of lines on the quote. These lines describe changes
that will be used to create new subscription schedules or
update existing subscription schedules when the quote is
accepted.
A list of lines on the quote. These lines describe changes,
in the order provided, that will be used to create new
subscription schedules or update existing subscription
schedules when the quote is accepted.
items:
properties:
actions:
Expand Down Expand Up @@ -121510,10 +121511,10 @@ paths:
type: array
lines:
description: >-
A list of lines on the quote. These lines describe changes
that will be used to create new subscription schedules or
update existing subscription schedules when the quote is
accepted.
A list of lines on the quote. These lines describe changes,
in the order provided, that will be used to create new
subscription schedules or update existing subscription
schedules when the quote is accepted.
items:
properties:
actions:
Expand Down

0 comments on commit 1afd664

Please sign in to comment.