mgmt_segment_update
Update an existing segment in Yandex Metrika using a JSON body. Provide counter and segment IDs to modify segment parameters for accurate analytics targeting.
Instructions
https://yandex.ru/dev/metrika/ru/management/ Update segment. Body: {"segment": {...}}
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) | |
| counterId | Yes | Counter ID | |
| segmentId | Yes | Segment ID |