---
title: "Atualizar tarefa"
method: PUT
path: "/tasks/{task_id}"
tags: ["crm-v1-tasks"]
---

# Atualizar tarefa

`PUT /tasks/{task_id}`

Atualizar tarefa

## Path parameters

- `task_id` string, required

## Request body

- object
  - `task` object
    - `date` string
    - `deal_id` string
    - `done` boolean
    - `hour` string
    - `notes` string
    - `subject` string
    - `type` string
    - `user_ids` string[]

## Response `200`

Success

- object
  - `_id` string
  - `date` string
  - `done` boolean
  - `hour` string
  - `markup` string
  - `notes` string
  - `subject` string
  - `type` string
  - `user_ids` string[]

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
