v52

OpenAPI 3.1.0raw.githubusercontent.com2026-08-033240556.8 KB
Tasks

Set or clear a task's display title (session rename)

Sets a human-facing display title override on a task. The sessions UI only reads this from root tasks (session list items), but titles on child tasks are harmless. Pass title: null (or an empty string) to clear the override and fall back to the task prompt.

patch/api/tasks/{id}/title

Path parameters

idstring required

Request body

titlestring nullable required

Response

Title updated