I am trying to update an existing Stripe Subscription with a new value for “description” using the Stripe API in Zapier.
Here is the request I am making:


I get a 404 response from Stripe with this error detail.

Trying to figure out what is missing from my request to update the description value for a Stripe Subscription. If there are any examples of using this Stripe API option with PUT or PATCH requests would also be helpful.