1
0
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:
Vitaly the Alpaca (bot)
2024-11-09 19:55:31 +03:00
parent 0df3f0cdcf
commit 7e0bf5ed8a
286 changed files with 6213 additions and 6053 deletions
@@ -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"
}
}
```