HTTP Trigger (Raw) - Example Needed
Is there any example of the HTTP Trigger Universal Function using the Raw Template? I have a POST which works perfectly in Postman but I can't figure out how to translate that into the raw JSON needed by the Universal Function. Any working example should help me connect the dots.
Thanks in advance.
Comentarios
1 comentario
Through a bunch of trial and error, I determined that the HTTP Trigger Raw template only allows you to enter Body data in your POST (no other methods are supported). The format is simply:
Iniciar sesión para dejar un comentario.