ПОСТ УРИ:

/filters/{filter_id}

Пример добавления еще одного 404 кода ошибки HTTP, чтобы игнорировать.

POST Content example (formatted):
{
    "Name": "HTTP ERRORS",
    "Description": "4 locations Filter",
    "Rules": 
    {
        "Time_Min": 5,
        "Number_Of_Locations": 4,
        "Number_Of_Tasks": 1,
        "Owner_Device": false
    },
    "Items": 
    [
        {
            "Error_Type": "Http",
            "Error_Code_To_Ignore": [500]
        }, 
        {
            "Error_Type": "Http",
            "Error_Code_To_Ignore": [504]
        }, 
        {
            "Error_Type": "Http",
            "Error_Code_To_Ignore": [404]
        }
    ]
}
Success response:
{
    "Success": true,
    "Result": "Filter 1110 has been updated"
}