I have finished writing whole API. And POST, PUT and PATCH request I have written in raw JSON. Now I got a task to change it from raw to form-data. Is there a fast way to move everything there, or do I need to do it manually?
I would like to know that too.
Were you able to find out?
I can’t find the solution either, I will try to make something relatively simple in the form of a copy/paste converter - if I succeed I will provide it here.
Here is my repo for converting json to form-data: postman-json-to-form-data Feel free to submit a ticket if u find any issues.
1 Like
It works and i love it thank you very much.
Maybe a little manual, which would contains information about changing to teh “Bulk edit” when you copying back, would be awesome
1 Like
Thanks, glad that you like it!
And thanks for the suggestion. I added a simple how-to to the readme with more information now
It works and i love it