put /filters/{id}

Updates an existing filter.

Updates the filter specified by the id parameter.

Path parameters

id (required)
ID of the filter to update.

Request body

body (required)
FilterRequest The filter details to update.

Responses

200
Success. The details of the updated filter are returned.

400
One of the following errors has occurred:The 'id' of the request is malformed.The body of the request is malformed.The app with the specified 'appId' does not exist.The filter does not belong to the app with specified 'appId'.One or more connections does not belong to the app with the specified 'appId'.The cache of one or more connection is not in status "Generated".A connection does not contain a field with the specified name.

403
The user is not authorized to perform an update request.

404
The specified filter was not found.