DLApp
Não há nenhum serviço que combina essa frase.

/group/update-group

Método HTTP
POST
com.liferay.portal.service.GroupServiceUtil#updateGroup

Updates the group.

Parâmetros

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

name java.lang.String

the group's new name

description java.lang.String

the group's new description (optionally null)

type int

the group's new type. For more information see {@link com.liferay.portal.model.GroupConstants}

friendlyURL java.lang.String

the group's new friendlyURL (optionally null)

active boolean

whether the group is active

serviceContext com.liferay.portal.service.ServiceContext

the service context to be applied (optionally null). Can set the asset category IDs and asset tag names for the group.

Tipo do retorno

com.liferay.portal.model.Group

the group

Exceção

com.liferay.portal.kernel.exception.PortalException
if the user did not have permission to update the group, if a group with the primary key could not be found, if the friendly URL was invalid or could one not be created
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Executar

String long java.lang.String java.lang.String int java.lang.String
boolean