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