Function: putPageClassificationLevel()
ts
function putPageClassificationLevel(client, parameters): Promise<void>;Defined in: src/v2/api/classificationLevel.ts:130
Updates the classification level for a specific page.
Permissions required: 'Permission to access the Confluence site ('Can use' global permission) and permission to edit the page.
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 page for which classification level should be updated. |
Returns
Promise<void>