---
title: "Update notes attributes"
method: PUT
path: "/api/v1/notes/{id}"
tags: ["Notes"]
---

# Update notes attributes

`PUT /api/v1/notes/{id}`

## Path parameters

- `id` integer, required

## Request body

- UpdateNote
  - `token` string, required
  - `item` object
    - `title` string, required — the note title
    - `body` string — body description of the note
    - `project_id` integer, required — the project id to add note to

## Response `201`

note updated

## Other responses

- `401` — Error: Unauthorized
- `422` — invalid request

---

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