Solved
Forum Discussion
ArtemS
Alumni
11 years agoHi
All custom fields are treated in the similar way. Try this command:
{
"command" : "ReviewService.editReview",
"args" :{
"reviewId" : "12345",
"customFields": [{"name":"Your_List_Title", "value":["List_Value"]}]
}
}