Skip to content

Function: postWhiteboardClassificationLevel()

ts
function postWhiteboardClassificationLevel(client, parameters): Promise<void>;

Defined in: src/v2/api/classificationLevel.ts:280

Resets the classification level for a specific whiteboard for the space default classification level.

Permissions required: 'Permission to access the Confluence site ('Can use' global permission) and permission to view the whiteboard.

Parameters

ParameterTypeDescription
clientClient-
parameters{ body?: Record&lt;string, any>; id: number; }-
parameters.body?Record&lt;string, any>-
parameters.idnumberThe ID of the whiteboard for which classification level should be updated.

Returns

Promise&lt;void>