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

Changes

Changed in 5 of the 104 revisions of this API.35

    • added the new acp enum value to the / response property for the response status

      response-property-enum-value-added

    • added the new acp enum value to the // response property for the response status

      response-property-enum-value-added

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the new draft enum value to the / response property for the response status

      response-property-enum-value-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the media type application/json for the response with the status

      response-media-type-added

    • endpoint added

      endpoint-added