As mentioned in resource schema here, I can only mention creates. My question is how to mention an update which in turn will call PUT method on my REST API. I searched the documentation but didn't find any such thing.
Asked
Active
Viewed 185 times
1 Answers
2
David here, from the Zapier Platform team.
We don't have anything specific to an update action, but since you're in control of what sort of request(s) you make, it's pretty easy to build one.
Separate from the resource, you can write an Update X
action (called a "create" in the docs, which I see is a little confusing) which can make whatever request you want.
We've got docs about updates here.
Let me know if you've got any other questions!

xavdid
- 5,092
- 3
- 20
- 32
-
Ok that is really helpful ... I will try it. – Haris ur Rehman Mar 10 '18 at 09:07