Skip to content

API Errors #57

@bobbrodie

Description

@bobbrodie

There are various parts of the API that return the same error:

{
  "errors": [
    {
      "status": "400",
      "title": "filter constraint",
      "detail": "The filter is not supported.",
      "source": {
        "parameter": "q"
      }
    }
  ]
}

Two places we've observed this are:

  1. When you go to Admin > Reports & Segments > Manage Segments
  2. In /api/doc#get--api-marelloproducts

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions