is it possible to return HTTP response code 409?

Options

Hi there,

My API should return the 409 code if there is a duplicate in the table.

But the only option that I found to change the response code is a precondition that doesn't have a 409 code.

Best Answer

Answers