---
search:
  tags:
    - tasks
    - PATCH
seo:
  description: >-
    Updates an existing task with partial data. Only provided fields will be…
    Reference for the PATCH /tasks/{identifier} endpoint in the Leadtime Public
    API API.
sidebar:
  badge: PATCH
  label: Update a task
title: Update a task
type: openapi-operation
---
Updates an existing task with partial data. Only provided fields will be updated, allowing you to modify specific properties without affecting others. The identifier can be either a UUID or a numeric short number (with or without # prefix). When updating the description, HTML or Markdown format is accepted and will be converted to the internal editor format. Changing the task type automatically updates the status if needed. Changing the project cascades to subtasks and time logs. Description mentions trigger notifications to mentioned users. Field-specific authorization matches the internal product API: most fields require project access only, description updates require authorship or Tasks.editAnyTitleAndDescription, project moves require Tasks.changeProject, and support contingent toggles require Tasks.toggleSupportContingent. Organization members can only update tasks with guestAccess enabled.

<Operation source="api-reference" id="taskscontroller-patchtask" />
