Replies: 2 comments 2 replies
-
What's the use case? we currently don't have a way to post using a resource, which would be implemented here webstudio-is/webstudio#4333 So I wonder how you would use a Resource right now even if it had patch method |
Beta Was this translation helpful? Give feedback.
-
Oh ok, I noticed the PUT and POST methods as options in the resource type. I have a project where I'm pulling data from an API that is tied to a Google sheet. There is an update API for it as well but it uses the PATCH method. Looks something like this:
From: https://sheet2db.com/docs/update-row Ive got the sheet data from the API populating a collection. My hope was to put a form in each collection element that could be used to update the respective data. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use the PATCH method in a resource?
Beta Was this translation helpful? Give feedback.
All reactions