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 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
- Updating the name of a discussion topic in a community forum to reflect a change in subject focus.
- 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
- HumHub API Documentation - Topics - Official API documentation for managing topics in HumHub.
