Cannot create multiple endpoint responses with the same response code

Issue #2 new
Matt Dickinson repo owner created an issue

If you have an endpoint that returns the same response code for different error scenarios, they are not properly distinguished.

For instance, "Record already exists" and "Invalid request data" both return a 400 error, but contain different information. They are not shown separately in Revelio.

Comments (1)

  1. Log in to comment