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 task list in the HumHub system. It allows users to modify properties such as the task list's name, color, and whether the list should be hidden after all tasks are completed. This operation is useful for managing task lists dynamically within workflows, such as renaming a list, changing its color for better visual organization, or setting visibility preferences based on completion status.
Use Case Examples
- Updating a task list's name and color to reflect a new project phase.
- Changing the visibility of a task list to hide it once all tasks are completed, helping to keep the workspace clean.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate API requests, either Basic Auth or JWT Token. |
| ID | The unique identifier of the task list to update. |
| Additional Fields | Optional fields to update on the task list, including name, color, and hide_if_completed flag. |
Output
JSON
TaskListname- Updated name of the task list.color- Updated color of the task list.
TaskListSettingshide_if_completed- Updated setting indicating if the task list should be hidden after completion.
Dependencies
- HumHub API
Troubleshooting
- Ensure the task list ID provided exists; otherwise, the update will fail with a not found error.
- Validate that the 'hide_if_completed' field is a boolean; incorrect types may cause API errors.
- Authentication errors may occur if the provided credentials are invalid or expired; verify the Basic Auth or JWT token used.
Links
- HumHub API Documentation - Update Task List - Official API documentation for updating task lists in HumHub.
