Skip to main content
PUT
Update list filters

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

listId
string
required

The unique identifier of the list whose filters are to be updated.

Query Parameters

enrollObjectsInWorkflows
boolean
default:false

A boolean indicating whether to enroll objects in workflows based on the updated filters. Defaults to false.

Body

application/json
filterBranch
OR · object
required

A complex object that defines the structure and logic of the filters to be applied to the list. It can include various types of filter branches and filters, allowing for detailed and specific filtering criteria.

Response

successful operation

updatedList
object
Last modified on August 7, 2026