You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-20 10:00:46 +02:00
13 lines
412 B
Plaintext
Vendored
13 lines
412 B
Plaintext
Vendored
Name = "New catalog";
|
|
Filename2 = "New folder 2";
|
|
|
|
FolderID2 = "46676";
|
|
URL = "https://b24-ar17wx.bitrix24.by/rest/1/av5...";
|
|
|
|
Result = OPI_Bitrix24.RenameFolder(URL, FolderID2, Filename2);
|
|
|
|
FolderID = "46678";
|
|
URL = "b24-ar17wx.bitrix24.by";
|
|
Token = "a5b00469006e9f06006b12e400000001000...";
|
|
|
|
Result = OPI_Bitrix24.RenameFolder(URL, FolderID, Name, Token); |