Skip to content

Add detail with the error message on the 400 responses of the API

Use the "detail" key to provide more info on the error of the bad request.

E.g. "DID is not present in the body"

{
  "title": "Bad Request",
  "status": 400,
  "detail": "DID is not present in the body"
}