Update a task
Update an existing task.
Only provided fields are updated; omitted fields retain their values.
Args: gid: Asana task GID. body: Fields to update.
Returns: Updated task data.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Request Body required
Section titled “Request Body required ”Request body for updating a task.
Per FR-API-TASK-004: Update task endpoint.
All fields are optional; only provided fields are updated.
Attributes: name: New task name. notes: New task description. completed: Task completion status. due_on: Due date in YYYY-MM-DD format (null to clear).
Responses
Section titled “ Responses ”Successful Response
object
Response metadata
object
Request correlation ID
Response timestamp (UTC)
Pagination metadata for list responses.
Per ADR-ASANA-008: Cursor-based pagination with opaque offset.
Attributes: limit: Number of items requested per page. has_more: Whether more items exist after this page. next_offset: Opaque cursor for next page (None if no more pages).
Validation Error