Forum Discussion
sdeevers_starz
6 months agoOccasional Contributor
You should be able to add the first endpoint (POST), then clone the "request" (located under the "Method" hierarchy) and change the "type" on the cloned request to PATCH.
Since the endpoint is the same you can have multiple "requests" with different types; GET, POST, PUT,DELETE, PATCH, etc.
aa1
6 months agoContributor
It worked. Thank you so much.