editTag

suspend fun editTag(tagUid: String, newTagName: String): ZyncResult

Edit an existing company tag name.

This method updates only the tag name in the local database. Changes are applied immediately to the local cache.

Return

ZyncResult indicating success or failure

Parameters

tagUid

The unique identifier of the tag to edit

newTagName

The new name for the tag

Samples