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

/assettagproperty/add-tag-property

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

Adds an asset tag property.

Paramètres

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

Type de retour

com.liferay.portlet.asset.model.AssetTagProperty

the created asset tag property

Exception

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

Exécuter

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