This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PUT request doesnt work with multi values list field

Hello everyone, 

here is a question related to updating of list fields with PUT method, where multiple values are enabled.

It works when I update this filed with 1 entry (regardless of presence or absence of this entry in the corresponding list), but if I try to put more entries I get following error:

    "total_count"0,
    "data": [],
    "exceeds_total_count"false,
    "errors": [
        {
            "error_code""platform.general_error",
            "correlation_id""k97e8w7d01lxni9pjokmwy1qv",
            "description""Trying to add entity <type:ListNodeEntityToken, id:21159, logical name: null> which already exists.",
            "description_translated""Trying to add entity <type:ListNodeEntityToken, id:21159, logical name: null> which already exists.",
            "properties": {},
            "business_error"false
        }
    ]
}

Any ideas on how to fix this ? Any advise will be helpful, Thanks.