Summary: The REST PUT /collection/{id} API accepts a color field (hex string) and stores it correctly. However, an icon field with an emoji value is silently ignored — no error, not stored. The Raindrop UI allows setting emoji icons on collections, but there is no API equivalent.
- Expected: An
icon or emoji field accepted by PUT /collection/{id} to set the collection icon programmatically.
- Actual: Field is silently ignored. Only
title, description, parent_id, and color are writable via API.
- Note:
color (hex string) does work correctly via REST — this request is specifically for emoji/icon support.
- Related: https://github.com/axelquack/raindrop-mcp-scripts
Summary: The REST
PUT /collection/{id}API accepts acolorfield (hex string) and stores it correctly. However, aniconfield with an emoji value is silently ignored — no error, not stored. The Raindrop UI allows setting emoji icons on collections, but there is no API equivalent.iconoremojifield accepted byPUT /collection/{id}to set the collection icon programmatically.title,description,parent_id, andcolorare writable via API.color(hex string) does work correctly via REST — this request is specifically for emoji/icon support.