Bug in "Add A New Filter" Post request

Trying to figure out why I am getting this error message when I have clearly given the filter a name using the “add a new filter” post request.

Thanks for any help from the community.

Hi @Growth_Lobster_Consulting

Could you try this request without wrapping “data” , for example

{
    "name": "Filter name",
    "type": "org",
    ....
}
1 Like