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-19 13:45:16 +03:00
parent cbf8552368
commit cc6797d18b
1359 changed files with 10204 additions and 10046 deletions

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.add](https://dev.1c-bitrix.ru/rest_help
Result = OPI_Bitrix24.CreateTask(URL, TaskData);
URL = "b24-ar17wx.bitrix24.by";
Token = "2f89d867006e9f06006b12e400000001000...";
Token = "37d9d967006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.CreateTask(URL, TaskData, Token);
```