Raindrop.io

by adeze
Verified

updateCollection

Modify an existing collection in Raindrop.io by updating its title, visibility, sort order, or view type. Ensure accurate organization and presentation of your saved bookmarks.

Instructions

Update an existing collection

Input Schema

NameRequiredDescriptionDefault
idYesCollection ID
isPublicNoWhether the collection is public
sortNoSort order
titleNoNew title
viewNoView type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Collection ID", "type": "number" }, "isPublic": { "description": "Whether the collection is public", "type": "boolean" }, "sort": { "description": "Sort order", "enum": [ "title", "-created" ], "type": "string" }, "title": { "description": "New title", "type": "string" }, "view": { "description": "View type", "enum": [ "list", "simple", "grid", "masonry" ], "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: 6h8e8zmap0