UpdateFileLink
Source:
src/Stripe/UpdateFileLink.ts
Update a bound Stripe File Link over HTTP. Expired links cannot be updated.
Updating a File Link
Section titled “Updating a File Link”const update = yield* Stripe.UpdateFileLink(link);const live = yield* update({ expires_at: "now" });