Update a favorite
Relabel or reorder one of the caller’s favorites. Only label and sort_order are mutable — the dial target itself is fixed at creation; delete and re-pin to change it. Fields omitted from the body are left untouched, and a body with no recognised field returns 200 with data.updated: false. Returns 404 when the id does not belong to the caller (cross-user ids resolve to not-found, never another user’s row).
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Path Parameters
Favorite id (favorite_ + suffix), as returned by create or list.
1 - 64