You've already forked OpenIntegrations
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:
@@ -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);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user