mgmt_filter_update
Modify an existing Yandex Metrika filter by providing the counter ID, filter ID, and updated filter settings in JSON.
Instructions
https://yandex.ru/dev/metrika/ru/management/ Update filter. Body: {"filter": {...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | JSON request body. For POST/PUT use the structure from API docs (e.g. {"counter": {...}}). | |
| pretty | No | Pretty-print response (1) | |
| filterId | Yes | Filter ID | |
| counterId | Yes | Counter ID |