Updates a task’s metadata (title, sharing, visibility).
The unique identifier of the task to update.
New title for the task. Replaces the auto-generated title.
Controls who can view the task. "private" — only the task creator can view. "team" — all team members can view. "public" — anyone with the share_url can view.
private, team, public When true, the task appears in the Manus webapp task list. When false, hides the task from the list (still accessible via direct URL).
Task updated successfully.
Whether the request was successful.
true
Unique identifier for this API request.
The ID of the updated task.
The current title of the task.
URL to view the task in the Manus webapp.
Public share URL. Only present when share_visibility is not "private".
The actual visibility state of the task.
private, team, public