How to do a POST api gateway with input via POST body ? #536
Unanswered
marifrahman
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @marifrahman so if you use the HTTP-Processor action the body should be forwarded to the configured endpoint. In your case maybe the operation is only configured for the GET method, you would need to create a separate operation for the POST method so that you action gets invoked on POST. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to do a api gateway for a POST method where an input is given via body. I can see the GET is working but not sure how to do the same for a POST. Any help will be much appreciated.
Example I can see is here : https://www.youtube.com/watch?v=S-mneuDPNzg
The api I am trying looks in postman as bellow :
Beta Was this translation helpful? Give feedback.
All reactions