'Need help testing a method in liferay api/jsonws

I'm trying to test a function from the api/jsonws in liferay 7.3.5-ga6.

The function I'm trying to test is "update-group" from the class GroupLocalServiceUtil. I'm running into a problem when filling in the variables. Specifically, the "nameMap" and "descriptionMap". These variables are in the "java.util.map" datatype and I'm struggling to figure out what exactly to fill in here. I want to use this function to update a site(group) in liferay programmatically.

Does anyone know what I need to fill in here?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source