---
title: "Atualizar nota"
method: PUT
path: "/notes/{note_id}"
---

# Atualizar nota

`PUT /notes/{note_id}`

## Path parameters

- `note_id` integer, required

## Request body

- object
  - `text` string — Texto (conteúdo) da nota.
  - `user_id` integer — ID do usuário do PipeRun responsável pela nota.
  - `deal_id` integer — ID da oportunidade, caso a nota seja vinculada à uma oportunidade.
  - `company_id` integer — ID da empresa, caso a nota seja vinculada à uma empresa.
  - `person_id` integer — ID da pessoa, caso a nota seja vinculada à uma pessoa.
  - `call_id` integer — ID da chamada, caso a nota seja um comentário de uma chamada.

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `account_id` integer
    - `User_id` integer
    - `deal_id` integer
    - `company_id` integer
    - `person_id` integer
    - `call_id` integer
    - `user_name` string
    - `text` string
    - `created_at` string
    - `updated_at` string

## Other responses

- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
