Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditTag
Information about a tag that will be renamed
Parameters
Name Type Description

currentName

String

Required

Tag's current name

newName

String

Required

Tag's new name

Json Format
{
currentName: String,
newName: String
}