mgmt_label_create
Create a label in Yandex Metrika to categorize and organize your counters, goals, and filters. Use the Management API to add a new label with a specified name.
Instructions
https://yandex.ru/dev/metrika/ru/management/ Create label. Body: {"label": {"name": "..."}}
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) |