Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 26, 2024
1 parent 49243f1 commit 81b4b83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -111504,7 +111504,7 @@
"type": "array"
},
"line_items": {
"description": "A list of items the customer is purchasing.\n\nWhen updating line items, the entire array of line items must be retransmitted.\n\nTo retain an existing line item, specify its `id`.\n\nTo update an existing line item, specify its `id` along with the new values of the fields to be updated.\n\nTo add a new line item, specify a `price` and `quantity`. Recurring prices are not supported yet.\n\nTo remove an existing line item, omit the line item's ID from the retransmitted array.\n\nTo reorder a line item, specify it at the desired position in the retransmitted array.",
"description": "A list of items the customer is purchasing.\n\nWhen updating line items, you must retransmit the entire array of line items.\n\nTo retain an existing line item, specify its `id`.\n\nTo update an existing line item, specify its `id` along with the new values of the fields to update.\n\nTo add a new line item, specify a `price` and `quantity`. We don't currently support recurring prices.\n\nTo remove an existing line item, omit the line item's ID from the retransmitted array.\n\nTo reorder a line item, specify it at the desired position in the retransmitted array.",
"items": {
"properties": {
"adjustable_quantity": {
Expand Down
10 changes: 5 additions & 5 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102121,19 +102121,19 @@ paths:
A list of items the customer is purchasing.


When updating line items, the entire array of line items
must be retransmitted.
When updating line items, you must retransmit the entire
array of line items.


To retain an existing line item, specify its `id`.


To update an existing line item, specify its `id` along with
the new values of the fields to be updated.
the new values of the fields to update.


To add a new line item, specify a `price` and `quantity`.
Recurring prices are not supported yet.
To add a new line item, specify a `price` and `quantity`. We
don't currently support recurring prices.


To remove an existing line item, omit the line item's ID
Expand Down

0 comments on commit 81b4b83

Please sign in to comment.