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:
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/879ef572-6214-4303-965f-2897fc3e5635.png)
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/571505eb-0724-4a96-aafa-bbe644f28258.png)
I get a 404 response from Stripe with this error detail.
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/73843e6c-89a9-480c-b84e-86b7fd39e4fe.png)
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.