Skip to content

Universal AI validation error not as described #53

Description

@gerdus

Path: /api-reference/universal-ai/universal-ai

When having the file input field null in a financial parser request I receive the following response:

{
"detail":"Validation error",
"errors":[
{"field":"file.uuid","message":"UUID input should be a string, bytes or UUID object"},
{"field":"file.str","message":"Input should be a valid string"}
]
}

which is very different from the one described:

{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions