postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.82k stars 837 forks source link

Post Request Form Data Array-of-one #13130

Open jzhou1402 opened 2 weeks ago

jzhou1402 commented 2 weeks ago

Is there an existing request for this feature?

Is your feature request related to a problem?

I couldn't find a way to send a specific type of request in-app. When sending a POST request using the form-data option, I'm unable to input an array of size one (size 2 and above is okay because postman recognizes the duplicate key names) I had to use other API tools like Hoppscotch or APIDog.

Describe the solution you'd like

If there could be a third "array" option in addition to "text" and "file" in the form field dropdown.

Describe alternatives you've considered

No response

Additional context

No response