Names and unique names in workflows
Action via API
Behavior
Example
assetApi.changeAsset(builders.get("ChangeAssetRequest")
.id(UUID assetUUID)
.name(String newAssetName)
.build()
)assetApi.changeAsset(builders.get("ChangeAssetRequest")
.id(UUID assetUUID)
.name(String newAssetFullName)
.displayName(String newAssetDisplayName)
.build()
)Last updated
Was this helpful?