---
search:
  tags:
    - administration
    - PUT
seo:
  description: >-
    Updates the task auto-generation settings for the workspace. All… Reference
    for the PUT /administration/task-settings endpoint in the Leadtime Public
    API API.
sidebar:
  badge: PUT
  label: Update task auto-generation settings
title: Update task auto-generation settings
type: openapi-operation
---
Updates the task auto-generation settings for the workspace. All fields are required.

**What can be updated:**
- `tasksAutoGenerateTitle`: Enable or disable automatic title generation
- `tasksAutoGenerateSummary`: Enable or disable automatic summary generation
- `tasksAutoGenerateIcon`: Enable or disable automatic icon generation

**How it works:**
When enabled, Leadtime uses AI to analyze task descriptions and automatically generate structured content. This saves time and ensures consistent, well-structured tickets throughout the workspace.

**Note:** This endpoint requires the `WsSettings.manageSettings` permission. Changes affect how all new tasks are created in the workspace.

<Operation source="api-reference" id="tasksettingscontroller-updatetasksettings" />
