Projects Multiselect API

Projects Multiselect API

Having troubles setting a mutli select field via API. 

updateMap = map();
updateMap.put("UDF_MULTI1","picklist_id1,picklist_id2");

updateProjectRes = invokeurl
[
type :POST
parameters: updateMap
connection:"projects"
];

Result is there's no change on the multiselect.