---
title: "Attach Note to Folder"
method: POST
path: "/v1/external/folders/{folderId}/notes"
tags: ["Folder"]
---

# Attach Note to Folder

`POST /v1/external/folders/{folderId}/notes`

Add an existing note to the folder. The note must belong to the same
workspace as the folder. Requires edit access to the folder.

Attaching a note that is already in the folder succeeds with no effect,
so the call is safe to retry.

## Path parameters

- `folderId` string, required

## Request body

- AttachNoteRequest — Attach an existing note to a folder.
  - `noteGuid` string, required — GUID of the note to attach. The note must belong to the same workspace as the folder.

## Response `204`

Note attached

## Other responses

- `400` — Bad request — the note belongs to a different workspace
- `401` — Unauthorized — missing API key, or a team-only key was used
- `403` — Forbidden — no edit access to this folder
- `404` — Folder or note not found

---

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