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 items within a content container public in the HumHub platform. It is useful for scenarios where content items need to be shared publicly, such as making files or documents accessible to a wider audience without restrictions. For example, a user can specify a content container ID and select specific items to be made public, enabling easy content sharing and collaboration.
Use Case Examples
- Making a file item public in a content container to share it with external users.
- Changing the visibility of specific content items to public within a project folder.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request, either Basic Auth or JWT Token. |
| ID | The ID of the content container where the items reside. |
| Selection | The item ID(s) in the format {type}_{id} representing the specific items to be made public. |
Output
JSON
response- The response from the HumHub API after making the selected items public.
Dependencies
- Requires authentication credentials for HumHub API, either Basic Auth or JWT Token.
Troubleshooting
- Ensure the content container ID and item selection are correctly specified; incorrect IDs will cause API errors.
- Authentication errors may occur if credentials are invalid or expired; verify the API key or token.
- The selection format must be correct (e.g., {type}_{id}); otherwise, the API request will fail.
Links
- HumHub API Documentation - Official API documentation for HumHub platform, useful for understanding endpoints and authentication.
