Skip to content

Commit

Permalink
Update generated code for v1381
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 26, 2024
1 parent aed173b commit 49e46c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1380
v1381
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ public class SessionUpdateParams extends ApiRequestParams {
/**
* A list of items the customer is purchasing.
*
* <p>When updating line items, the entire array of line items must be retransmitted.
* <p>When updating line items, you must retransmit the entire array of line items.
*
* <p>To retain an existing line item, specify its {@code id}.
*
* <p>To update an existing line item, specify its {@code id} along with the new values of the
* fields to be updated.
* fields to update.
*
* <p>To add a new line item, specify a {@code price} and {@code quantity}. Recurring prices are
* not supported yet.
* <p>To add a new line item, specify a {@code price} and {@code quantity}. We don't currently
* support recurring prices.
*
* <p>To remove an existing line item, omit the line item's ID from the retransmitted array.
*
Expand Down

0 comments on commit 49e46c6

Please sign in to comment.