Move a note from one collection to another collection. This operation adds the note to the target collection, then removes it from the source collection. It does not modify note or collection content.
Documentation Index
Fetch the complete documentation index at: https://docs.mem.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UUID of the collection that currently contains the note. Caller must be able to remove the note from this collection.
UUID of the note to move. Use an ID returned by create/list/search.
UUID of the collection that should receive the note. The caller must be able to add the note to this collection.
"01961d40-7c70-7ed8-8cd4-bd99203de422"
OK
Identifier for this API request. Useful for tracing and support.