Skip to main content

Update Filter

PUT 

/v0/filters/:filter_group_id

Update an existing datapoint filter. Allows update on the name, description, and checks fields.

Args: request: The FastAPI request object filter_group_id: UUID of the filter group to update payload: Filter creation payload containing conditions and metadata

Returns: The created filter object

Request

Responses

Successful Response