Move Note
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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.
Body
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"
Response
OK
Identifier for this API request. Useful for tracing and support.