Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditRoom
A workspace to be edited
Parameters
Name Type Description

description

String

New (optional) description

isPersonal

Boolean

Not null
Default value: FALSE

True if this is a personal workspace, False if not

logAccessActionsToFiles

YesNoDefault

Possible values: [NO, YES, DEFAULT].

name

String

Required
Minimum size: 1  Maximum size: 2147483647

New name

renameIfExists

Boolean

Not null
Default value: FALSE

If set to true will create workspace with modified name - if name already exists

shouldUpdatePersonal

Boolean

Not null
Default value: FALSE

True if a personal workspace should be updated, False if not

Json Format
{
name: String,
description: String,
renameIfExists: Boolean,
isPersonal: Boolean,
shouldUpdatePersonal: Boolean,
logAccessActionsToFiles: YesNoDefault
}