---
title: "Update a note"
method: PUT
path: "/macro_notes/{note_id}"
tags: ["scenarios"]
---

# Update a note

`PUT /macro_notes/{note_id}`

## Path parameters

- `note_id` integer, required

## Request body

- MacroNoteForm
  - `labels` string[], required
  - `text` string, required
  - `title` string, required
  - `x` integer, required
  - `y` integer, required

## Response `200`

The updated macro note

- MacroNoteResponse
  - `id` integer, required
  - `labels` string[], required
  - `text` string, required
  - `title` string, required
  - `x` integer, required
  - `y` integer, required

---

[API](https://skmtc.net/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.net/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/versions/1840dbbd64ac/schema)
