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