1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-05-21 10:35:46 +03:00
parent 6dd460bdf7
commit 60ddd5e71e
394 changed files with 9416 additions and 8932 deletions

View File

@@ -56,7 +56,7 @@ Method at API documentation: [task.checklistitem.add](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 AddTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--task "6100" \
--text "Checklist element" \
--token "***"
```
@@ -66,7 +66,7 @@ Method at API documentation: [task.checklistitem.add](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 AddTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--task "6100" ^
--text "Checklist element" ^
--token "***"
```

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```bash
oint bitrix24 CompleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--element 4154 \
--task "6100" \
--element 4322 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```batch
oint bitrix24 CompleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--element 4154 ^
--task "6100" ^
--element 4322 ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
```bash
oint bitrix24 DeleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--element 4154 \
--task "6100" \
--element 4322 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
```batch
oint bitrix24 DeleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--element 4154 ^
--task "6100" ^
--element 4322 ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 GetTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--element 4154 \
--task "6100" \
--element 4322 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 GetTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--element 4154 ^
--task "6100" ^
--element 4322 ^
--token "***"
```
</TabItem>

View File

@@ -52,7 +52,7 @@ Method at API documentation: [task.checklistitem.getlist](https://dev.1c-bitrix.
```bash
oint bitrix24 GetTasksChecklist \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--task "6100" \
--token "***"
```
</TabItem>
@@ -61,7 +61,7 @@ Method at API documentation: [task.checklistitem.getlist](https://dev.1c-bitrix.
```batch
oint bitrix24 GetTasksChecklist ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--task "6100" ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```bash
oint bitrix24 RenewTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--element 4154 \
--task "6100" \
--element 4322 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```batch
oint bitrix24 RenewTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--element 4154 ^
--task "6100" ^
--element 4322 ^
--token "***"
```
</TabItem>

View File

@@ -58,8 +58,8 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```bash
oint bitrix24 UpdateTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--element 4154 \
--task "6100" \
--element 4322 \
--text "New elements text" \
--token "***"
```
@@ -69,8 +69,8 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```batch
oint bitrix24 UpdateTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--element 4154 ^
--task "6100" ^
--element 4322 ^
--text "New elements text" ^
--token "***"
```