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
- 201
- 400
- 401
- 404
- 422
Successful Response
Input data is incorrect
Okareo API token has failed authentication
Data is not found
Input data is invalid