HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Making a file item public in a content container to share it with external users.
  2. 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.

Discussion