---
title: "Update a note by ID"
method: PUT
path: "/info/notes/{id}"
tags: ["Info"]
---

# Update a note by ID

`PUT /info/notes/{id}`

Update a note in the database by its ID

## Path parameters

- `id` integer, required

## Request body

- InternalNoteRequest
  - `content` string, required
  - `title` string, required

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseAny
  - `data` unknown
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Invalid note ID
- `404` — Note not found
- `500` — Internal Server Error

## Changes

> 41 revisions in range; 22 could not be searched.

- **2025-03-11** `2b736ca1b025` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/alchemillahq/apis/sylve-api/changes/info/notes/:id/put.md)

---

[API](https://skmtc.dev/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.dev/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/b7a0c0d622eb/schema)
