02-15-2010 05:40 AM
{
"data":{
"authorityType" : "GROUP",
"shortName" : "test",
"fullName" : "GROUP_test",
"displayName" : "hellotest",
"isRootGroup": true,
"isAdminGroup": false,
"groupCount": 0,
"userCount": 0,
"url" : "/api/groups/test"
}
}
with url http://192.168.11.235:8080/alfresco/service/api/groups/test in PUT mode. {
"data":{
"authorityType" : "GROUP",
"shortName" : "test",
"fullName" : "GROUP_test",
"displayName" : "test",
"isRootGroup": true,
"isAdminGroup": false,
"groupCount": 0,
"userCount": 0,
"url" : "/api/groups/test"
}
}
but the name of the group is still test in Groups Management.
02-15-2010 05:51 AM
02-15-2010 06:09 AM
{
"displayName" : "hellotest"
}
web script output is{
"data":{
"authorityType" : "GROUP",
"shortName" : "test",
"fullName" : "GROUP_test",
"displayName" : "hellotest",
"isRootGroup": true,
"isAdminGroup": false,
"groupCount": 0,
"userCount": 0,
"url" : "/api/groups/test"
}
}
with "displayName" : "hellotest" but the name of the group is still test in Groups Management.Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.