I am getting a 409 Conflict error when I try to POST my JSON file using the runner via a collection. I am wondering what steps can I take to fix this?
I am just starting working with APIs & Postman so I’m sure this is a rookie mistake. Hoping for some guidance on what I am doing wrong. I am not sure how to write a test script but I tested my JSON in the body of a single POST request and it went through and posted in the database as I wanted.
I then turned this POST request into a collection and hit the runner icon to get the runner screen.
I uploaded my JSON file and selected POST. Then got this result.
I’ve already tried:
I ran the runner with the body intact and without as I thought maybe that was the conflict but neither worked.