HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation updates an existing topic in the HumHub platform by its ID. It allows users to modify the topic's name. This is useful for managing and organizing topics within a community or collaboration space, ensuring that topic names remain relevant and up-to-date.

Use Case Examples

  1. Updating the name of a discussion topic in a community forum to reflect a change in subject focus.
  2. Renaming a project topic in a team collaboration space to better describe its content.

Properties

Name Meaning
Authentication The method of authentication to use for the API request, either Basic Auth or JWT Token.
ID The unique identifier of the topic to update.
Name The new name to assign to the topic.

Output

JSON

  • id - The unique identifier of the updated topic.
  • name - The updated name of the topic.
  • createdAt - Timestamp when the topic was created.
  • updatedAt - Timestamp when the topic was last updated.

Dependencies

  • HumHub API

Troubleshooting

  • Ensure the topic ID provided exists; otherwise, the API will return an error indicating the topic was not found.
  • Verify that the authentication credentials (Basic Auth or JWT Token) are correctly configured and valid to avoid authorization errors.
  • The 'name' field must be a valid string; empty or invalid names may cause the update to fail.

Links

Discussion