API Docs / Operations / Tasks - Saved Filters / Set Menu Preference

Set Menu Preference

PUT /tenants/{tenant}/saved-task-filters/{code}/menu

Sets whether this saved task filter appears in the current user's menu. This is a per-user preference and does not affect other users.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
{
  "includeInMenu": false
}

Responses

204 No Content
401 Unauthorized – Invalid or missing API key
404 Not Found