set_note_category
Assign a note to a category, creating it if needed and moving attachments along. Pass an empty string to remove the note from all categories.
Instructions
Move a note to a category, creating the category if it does not exist. Pass "" to make the note uncategorized. Any attachments move with the note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| etag | No | ||
| category | Yes | "/"-delimited path; "" for uncategorized. |