{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Item API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Item", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Invoices Invoice Lines Line Item Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/invoices/:invoice/lines/:line_item_id", "params": [ { "name": "invoice", "value": "", "type": "path", "description": "Invoice ID of line item" }, { "name": "line_item_id", "value": "", "type": "path", "description": "Invoice line item ID" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Updates an invoice’s line item. Some fields, such as tax_amounts, only live on the invoice line item,\nso they can only be updated through this endpoint. Other fields, such as amount, live on both the invoice\nitem and the invoice line item, so updates on this endpoint will propagate to the invoice item as well.\nUpdating an invoice’s line item is only possible before the invoice is finalized.

" } ] } ], "bundled": true }