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:
@@ -38,4 +38,11 @@ Method at API documentation: [Creating a tag](https://yandex.ru/dev/metrika/en/m
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
{
|
||||
"label": {
|
||||
"id": 313496,
|
||||
"name": "New tag"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -38,4 +38,8 @@ Method at API documentation: [Deleting a tag](https://yandex.ru/dev/metrika/en/m
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
{
|
||||
"success": true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -38,4 +38,11 @@ Method at API documentation: [Tag information](https://yandex.ru/dev/metrika/en/
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
{
|
||||
"label": {
|
||||
"id": 313496,
|
||||
"name": "New tag title"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -36,4 +36,13 @@ Method at API documentation: [List of user tags](https://yandex.ru/dev/metrika/e
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
{
|
||||
"labels": [
|
||||
{
|
||||
"id": 313496,
|
||||
"name": "New tag"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
@@ -40,4 +40,11 @@ Method at API documentation: [Changing a tag](https://yandex.ru/dev/metrika/en/m
|
||||
|
||||
|
||||
|
||||
|
||||
```json title="Result"
|
||||
{
|
||||
"label": {
|
||||
"id": 313496,
|
||||
"name": "New tag title"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user