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
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { body?: Record<string, any>; id: number; } | - |
parameters.body? | Record<string, any> | - |
parameters.id | number | The ID of the whiteboard for which classification level should be updated. |
Returns
Promise<void>