DLApp
Il n'y a aucun service assortissant cette expression.

/assettagproperty/update-tag-property

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

Updates the asset tag property.

Paramètres

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

Type de retour

com.liferay.portlet.asset.model.AssetTagProperty

the updated asset tag property

Exception

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

Exécuter

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