Skip to content

feat: use first error status as response code

Filip Rutkowski requested to merge feature/api-error-code into main

Instead of returning status code 409, we can take a more accurate code from the errors. In case of multiple errors it will take the code from the first in the list.

Merge request reports