Skip to content

Commit

Permalink
OpenAPI Update (#1028)
Browse files Browse the repository at this point in the history
Update OpenAPI for 81b4b83876b6ad2e98c8902aa1649b94046589c3

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Nov 26, 2024
1 parent bf4a418 commit 802ff8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded/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

0 comments on commit 802ff8a

Please sign in to comment.