Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/project/content-visibility.controller.ts
Set (or clear with null) a document visibility rule
Endpoint
PUT /projects/:id/documents/:docId/visibility-rule
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | ✓ | Project ID |
docId | path | string | ✓ | Document ID |
Referenced By
ContentVisibilityController(MODULE_DECLARES)
Was this page helpful?