---
title: "Update a note"
method: PUT
path: "/notes/{id}"
tags: ["Notes"]
---

# Update a note

`PUT /notes/{id}`

Updates an existing note

## Path parameters

- `id` integer, required

## Request body

- object
  - `body` string

## Response `200`

Successful response

- Note — Note resource
  - `id` integer
  - `body` string
  - `edited` boolean
  - `created_at` string, date-time

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found

---

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