Add an item to a folder
Adds an existing item to this folder as an additional appearance. The item’s primary folder is unchanged — to move it, PATCH /v1/shortcuts/{handle} with a new folderId. Adding an item to a folder never changes who can see that item: visibility lives on the item, and a folder only filters. Idempotent — adding an item that already appears in the folder succeeds without creating a duplicate. An item may appear in at most 20 additional folders.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The folder's unique ID.
^[0-9abcdefghjkmnpqrstvwxyz]{8}$"a1b2c3d4"
Body
Payload to add an existing item to a folder
The ID of the item to add to this folder
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-7[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$"019e8ef6-9a84-7de9-877d-9e9ee171a8c2"
The kind of item. Only shortcut is supported today.
shortcut "shortcut"
Response
Item added to the folder (or already present).
true