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