You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -42,7 +42,7 @@ Method at API documentation: [Deleting a tag](https://yandex.ru/dev/metrika/en/m
|
||||
```bash
|
||||
oint metrika DeleteTag \
|
||||
--token "***" \
|
||||
--label "313595"
|
||||
--label "313712"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -50,7 +50,7 @@ Method at API documentation: [Deleting a tag](https://yandex.ru/dev/metrika/en/m
|
||||
```batch
|
||||
oint metrika DeleteTag ^
|
||||
--token "***" ^
|
||||
--label "313595"
|
||||
--label "313712"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
@@ -42,7 +42,7 @@ Method at API documentation: [Tag information](https://yandex.ru/dev/metrika/en/
|
||||
```bash
|
||||
oint metrika GetTag \
|
||||
--token "***" \
|
||||
--label "313595"
|
||||
--label "313712"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -50,7 +50,7 @@ Method at API documentation: [Tag information](https://yandex.ru/dev/metrika/en/
|
||||
```batch
|
||||
oint metrika GetTag ^
|
||||
--token "***" ^
|
||||
--label "313595"
|
||||
--label "313712"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
@@ -44,7 +44,7 @@ Method at API documentation: [Changing a tag](https://yandex.ru/dev/metrika/en/m
|
||||
```bash
|
||||
oint metrika UpdateTag \
|
||||
--token "***" \
|
||||
--label "313595" \
|
||||
--label "313712" \
|
||||
--title "New tag title"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -53,7 +53,7 @@ Method at API documentation: [Changing a tag](https://yandex.ru/dev/metrika/en/m
|
||||
```batch
|
||||
oint metrika UpdateTag ^
|
||||
--token "***" ^
|
||||
--label "313595" ^
|
||||
--label "313712" ^
|
||||
--title "New tag title"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
Reference in New Issue
Block a user