# Update filter **PUT /data/user/filters/{filter_id}** Update an existing filter if it is owned by the current user. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **filter_id** (string(uuid)) Filter unique identifier ### Body: application/json (object) - **name** (string) Filter name - **search_query** (string) Updated filter query - **search_filter_group_id** (string(uuid)) Filter group identifier - **is_shared** (boolean) Whether to share this filter - **project_id** (string(uuid)) Project identifier - **department_id** (string(uuid)) Department identifier ## Responses ### 200 Filter updated successfully #### Body: application/json (object) - **id** (string(uuid)) Filter unique identifier - **name** (string) Filter name - **query** (string) Filter query JSON - **list_type** (string) List type - **entity_type** (string) Entity type - **project_id** (string(uuid)) Project identifier - **is_shared** (boolean) Whether filter is shared - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)