You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -37,18 +37,18 @@ import TabItem from '@theme/TabItem';
|
||||
Текст = "Новый текст новости";
|
||||
Заголовок = "Новый заголовок новости";
|
||||
Картинка1 = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Путь или Двоичные данные
|
||||
IDНовости = "1062";
|
||||
IDНовости = "1172";
|
||||
|
||||
Файлы = Новый Соответствие;
|
||||
Файлы.Вставить("1.png", Картинка1);
|
||||
|
||||
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
|
||||
URL = "https://b24-ar17wx.bitrix24.by/rest/1/yg2...";
|
||||
|
||||
Результат = OPI_Bitrix24.ИзменитьНовость(URL, IDНовости, Текст, , Файлы, Заголовок);
|
||||
|
||||
URL = "b24-ar17wx.bitrix24.by";
|
||||
Токен = "35c31667006e9f06006b12e400000001000...";
|
||||
IDНовости = "1060";
|
||||
Токен = "002d2567006e9f06006b12e400000001000...";
|
||||
IDНовости = "1170";
|
||||
|
||||
Результат = OPI_Bitrix24.ИзменитьНовость(URL, IDНовости, Текст, , Файлы, Заголовок, Токен);
|
||||
```
|
||||
@@ -62,7 +62,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
oint bitrix24 ИзменитьНовость \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--postid 1142 \
|
||||
--postid 1182 \
|
||||
--text "Новый текст новости" \
|
||||
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" \
|
||||
--title "Новый заголовок новости" \
|
||||
@@ -76,7 +76,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
oint bitrix24 ИзменитьНовость ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--postid 1142 ^
|
||||
--postid 1182 ^
|
||||
--text "Новый текст новости" ^
|
||||
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" ^
|
||||
--title "Новый заголовок новости" ^
|
||||
|
||||
Reference in New Issue
Block a user