Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditOrganizationWatermarkContentLine
An organizational watermark content line to be updated
Parameters
Name Type Description

content

String

Minimum size: 1  Maximum size: 254

Text of the watermark

contentType

LineContentType

Required
Not null

The type of content

Possible values: [VIEWER_NAME, VIEWER_EMAIL, VIEWER_IP_ADDRESS, DATE_AND_TIME, TEXT].

Json Format
{
contentType: LineContentType,
content: String
}