Add a sidebar shortcut

POST/api/shortcuts/add

Pins a drawer, folder, Leaf, or standalone report to the caller's sidebar shortcuts for this workspace. Idempotent (added: false when the shortcut already exists — never a 409). Up to 100 shortcuts per (workspace, caller). Requires reports:write.

Body Parameters

ownerstringrequired
Workspace owner slug.
kindstringrequired
name = Leaf, code = standalone report. One of drawer, folder, name, code.
refstringrequired
Drawer/folder id, Leaf name, or standalone report code, matching kind.