You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to find documentation as well as any example in case I want to accept list in the body of rest api as follows - [ { "email": "Hello" }, { "email": "Hello" } ]
I am not sure if it is possible to create proto message to have such a rest api. Please let me know if it is not possible as I am working with api call where 3rd party caller is sending array directly as above.
The text was updated successfully, but these errors were encountered:
📚 Documentation
I am not able to find documentation as well as any example in case I want to accept list in the body of rest api as follows -
[ { "email": "Hello" }, { "email": "Hello" } ]
I am not sure if it is possible to create proto message to have such a rest api. Please let me know if it is not possible as I am working with api call where 3rd party caller is sending array directly as above.
The text was updated successfully, but these errors were encountered: