Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RenameTransientDocument
A file to rename
Parameters
Name Type Description

deviceType

DeviceType

Device type

Possible values: [SALESFORCE_PLUGIN, GOOGLE_DRIVE, BROWSER, SRE, CMIS, CIFS, MAC, UPLOADER, OFFICE_ONLINE, SHAREPOINT, ANDROID_APP, ONE_DRIVE, BLACKBERRY_APP, SDK, WINDOWS_PLUGIN, IOS_APP, SYNC, CHROME_EXTENSION].

newDocumentName

String

Required
Not null

New file name

objectUrl

String

Required
Not null

Object URL

workspaceGuid

String

Required
Not null

Worksapce guid

Json Format
{
workspaceGuid: String,
objectUrl: String,
newDocumentName: String,
deviceType: DeviceType
}