Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
Overview
This node operation allows users to make specific items within a content container private in the HumHub platform. It is useful for managing access control to files or content items by changing their visibility status to private. For example, a user can select a content container and specify item IDs to restrict access, ensuring that only authorized users can view those items.
Use Case Examples
- Making files or content items private within a specific container to restrict access.
- Changing visibility of selected items to private for privacy or security reasons.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request (Basic Auth or JWT Token). |
| ID | The ID of the content container where the items are located. |
| Selection | The item ID(s) in the format {type}_{id} to be made private. |
Output
JSON
response- The API response after making the selected items private.
Dependencies
- Requires authentication credentials: either Basic Auth or JWT Token for HumHub API.
Troubleshooting
- Ensure the 'ID' of the content container is correct and exists in HumHub.
- Verify the 'Selection' item IDs are in the correct format {type}_{id} and correspond to existing items.
- Authentication errors may occur if credentials are invalid or expired; re-authenticate if needed.
- API request failures might happen due to network issues or insufficient permissions to change item visibility.
Links
- HumHub API Documentation - Official API documentation for HumHub platform, useful for understanding endpoints and authentication.
