Add Note to Collection
add_note_to_collectionFull Description
Add an existing note to an existing collection. This operation only creates the membership link and does not modify note or collection content. Use create endpoints to create notes or collections.
When to use:
- You need to link an existing note to an existing collection.
When NOT to use:
- You need to create notes or collections first (
create_noteorcreate_collection).
Parameters (2 required)
collection_idstringUUID of the collection that will receive the note. Use an ID returned by create/list/search. The caller must be able to contribute to this collection.
note_idstringUUID of the note to add. Use an ID returned by create/list/search. The caller must be able to access this note.