#arrowcircle
1 messages · Page 1 of 1 (latest)
Hi there!
You create a usage record with action: set, and directly set the new value. https://stripe.com/docs/api/usage_records/create#usage_record_create-action
is there a way to just decrement? This helps a lot with delete/restore scenario
Nope, you either increment it or set it. But if you set it to a lower number then it's the same as decrement.
ok, thanks, this is really inconvenient