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-03-18 11:35:12 +03:00
parent b53fce50d0
commit 73e1617628
404 changed files with 8503 additions and 7759 deletions

View File

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

View File

@@ -54,8 +54,8 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```bash
oint bitrix24 CompleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5250" \
--element 3674 \
--task "5440" \
--element 3818 \
--token "***"
```
</TabItem>
@@ -64,8 +64,8 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```batch
oint bitrix24 CompleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5250" ^
--element 3674 ^
--task "5440" ^
--element 3818 ^
--token "***"
```
</TabItem>

View File

@@ -54,8 +54,8 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
```bash
oint bitrix24 DeleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5250" \
--element 3674 \
--task "5440" \
--element 3818 \
--token "***"
```
</TabItem>
@@ -64,8 +64,8 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
```batch
oint bitrix24 DeleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5250" ^
--element 3674 ^
--task "5440" ^
--element 3818 ^
--token "***"
```
</TabItem>

View File

@@ -54,8 +54,8 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 GetTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5250" \
--element 3674 \
--task "5440" \
--element 3818 \
--token "***"
```
</TabItem>
@@ -64,8 +64,8 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 GetTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5250" ^
--element 3674 ^
--task "5440" ^
--element 3818 ^
--token "***"
```
</TabItem>

View File

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

View File

@@ -54,8 +54,8 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```bash
oint bitrix24 RenewTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5250" \
--element 3674 \
--task "5440" \
--element 3818 \
--token "***"
```
</TabItem>
@@ -64,8 +64,8 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```batch
oint bitrix24 RenewTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5250" ^
--element 3674 ^
--task "5440" ^
--element 3818 ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```bash
oint bitrix24 UpdateTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5250" \
--element 3674 \
--task "5440" \
--element 3818 \
--text "New elements text" \
--token "***"
```
@@ -67,8 +67,8 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```batch
oint bitrix24 UpdateTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5250" ^
--element 3674 ^
--task "5440" ^
--element 3818 ^
--text "New elements text" ^
--token "***"
```