v1

latestOpenAPI 3.1.02026-07-226875162.5 KB
Folder

Attach Note to Folder

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.

post/v1/external/folders/{folderId}/notes

Path parameters

folderIdstring required

Folder ID

Request body

noteGuidstring required

GUID of the note to attach. The note must belong to the same workspace as the folder.

Example request

{
  "noteGuid": "note-abc123-def456"
}

Response

Note attached

All 68 operations