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

/assettagproperty/add-tag-property

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

Adds an asset tag property.

Parâmetros

p_auth String

authentication token used to validate the request

tagId long

the primary key of the tag

key java.lang.String

the key to be associated to the value

value java.lang.String

the value to which the key will refer

Tipo do retorno

com.liferay.portlet.asset.model.AssetTagProperty

the created asset tag property

Exceção

com.liferay.portal.kernel.exception.PortalException
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