Hi. I am trying to convince my team to leave Swagger and use a pro Postman plan, however I seem to be missing some key features here, so please tell me if I missed them in the documentation.
- How can I document requests which take JSON as input? I see that instead of providing raw JSON, I can do the same in
form-data
. Are those two options equivalent when we are talking about the actual data that arrived at the server? - Is there an option to set a parameter type, so that user knows whether to provide a string/int/float�
- Can sample requests be ran in browser without actually having Postman? I know I can copy cURL request to terminal, but our users donβt know that.
- How can I document the URL parameter - i.e.
api/users/{id}
?
Thanks