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

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-03-17 22:58:06 +03:00
parent 8caf9b14f5
commit 408d8c61df
1523 changed files with 9717 additions and 9717 deletions

View File

@@ -34,17 +34,17 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
TaskID = "5148";
ElementID = "3590";
TaskID = "5398";
ElementID = "3782";
Text = "New elements text";
Result = OPI_Bitrix24.UpdateTasksChecklistElement(URL, TaskID, ElementID, Text);
URL = "b24-ar17wx.bitrix24.by";
Token = "8536b467006e9f06006b12e400000001000...";
TaskID = "5150";
ElementID = "3594";
Token = "2f89d867006e9f06006b12e400000001000...";
TaskID = "5400";
ElementID = "3786";
Result = OPI_Bitrix24.UpdateTasksChecklistElement(URL, TaskID, ElementID, Text, Token);
```