---
title: "Update a task"
method: PUT
path: "/tasks/{id}"
tags: ["Tasks"]
---

# Update a task

`PUT /tasks/{id}`

Update a task

## Request body

- object
  - `account` number — The ID of the account linked to the task.
  - `description` string — The task description.
  - `reminder_date` string, date — The task due date and time (ISO 8601 date-time).
  - `assignees` number[] — List of user IDs assigned to the task.
  - `completed` boolean — Whether the task is completed.

## Response `200`

Successful

---

[API](https://skmtc.net/salesflare/apis/salesflare-api.md) · [All operations](https://skmtc.net/salesflare/apis/salesflare-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesflare/salesflare-api/versions/b00cf8033993/schema)
