dashy_item
Add, delete, get, list, or update dashboard item tiles in Dashy by specifying an operation and arguments.
Instructions
dashy item operations on Dashy. Pass operation and an arguments dict matching that operation's parameters.
dashy_add_item(sid, item, filename='') — Add a new item (tile) to a section (by index or exact name).
itemrequires atitle; common keys: title, url, icon, description, target.dashy_delete_item(sid, iid, filename='') — Delete an item (tile) by index or exact title, within a section by index or exact name.
dashy_get_item(sid, iid, filename='') — Get one item (tile) by index or exact title, within a section by index or exact name.
dashy_list_items(sid, filename='') — List the items (tiles) in a section, by section index or exact name.
dashy_update_item(sid, iid, patch, filename='') — Shallow-merge
patchinto an item (by index or exact title), within a section (by index or exact name). Only the given fields change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |