Change the display position of a SearchFilter resource in the search filter view
Security
bearerToken
The unique ID of the SearchFilter
The zero-based display position of this SearchFilter within the search filter view
Example:0
- Productionhttps://api-v2.dash.app/search-filter-view/search-filters/{id}
- Staginghttps://api-v2.dashstaging.app/search-filter-view/search-filters/{id}
curl -i -X PATCH \
'https://api-v2.dash.app/search-filter-view/search-filters/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"position": 0
}'Response
{ "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "searchFilters": [ { … }, { … }, { … }, { … } ] }