batch_update_footprints
Update up to 50 bookmarks at once for bulk reorganization. Modify titles, descriptions, categories, or tags in a single batch request.
Instructions
Batch update bookmarks — max 50 at a time. For bulk reorganization.
Args:
updates: JSON string, format '[{"id":"uuid","title":"New Title","category_ids":"1,3"}, ...]'
Each object may contain title/description/category_ids/tag_names; "id" is required
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes |