DLApp
There are no services matching that phrase.

/assettagproperty/update-tag-property

HTTP Method
POST
com.liferay.portlet.asset.service.AssetTagPropertyServiceUtil#updateTagProperty

Updates the asset tag property.

Parameters

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

Return Type

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

Execute

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