Skip to content

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

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

Returns

Promise&lt;void>