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

/assettagproperty/update-tag-property

Método HTTP
POST
com.liferay.portlet.asset.service.AssetTagPropertyServiceUtil#updateTagProperty

Updates the asset tag property.

Parâmetros

p_auth String

authentication token used to validate the request

tagPropertyId long

the primary key of the asset tag property

key java.lang.String

the new key to be associated to the value

value java.lang.String

the new value to which the key will refer

Tipo do retorno

com.liferay.portlet.asset.model.AssetTagProperty

the updated asset tag property

Exceção

com.liferay.portal.kernel.exception.PortalException
if an asset tag property with the primary key could not be found, if the user did not have permission to update the asset tag, or if the key or value were invalid
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Executar

String long java.lang.String java.lang.String