#134 — Implement “none” for patch dashboard API

Repo: Twill-AI/facade State: closed | Status: done Assignee: Unassigned

Created: 2024-10-09 · Updated: 2025-03-24

Description

Update the PATCH /api/v1/dashboards/{dashboard_id} API to support “none” to clear a dashboard’s folder_id.

AC:

  • The PATCH /api/v1/dashboards/{dashboard_id} API should allow the user to provide "none" as a value for “folder_id” in order to update the folder_id of a dashboard to null.
  • The PATCH /api/v1/dashboards/{dashboard_id} should update the folder_id of a dashboard when a valid folder_id is specified.
  • The PATCH /api/v1/dashboards/{dashboard_id} should not update the folder_id if "folder_id" is not provided in the payload.

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets