Skip to content

Commit

Permalink
Пересборка доков
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Sep 10, 2024
1 parent 0c6ee5d commit 892f27e
Show file tree
Hide file tree
Showing 529 changed files with 2,635 additions and 937 deletions.
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/GetAvailablePromoProducts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon GetAvailablePromoProducts --clientid "2128753" --apikey "7cc90d26-33e4-499b..." --actionid %actionid% --offset %offset%
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/GetCurrentPromoProducts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon GetCurrentPromoProducts --clientid "2128753" --apikey "7cc90d26-33e4-499b..." --actionid %actionid% --offset %offset%
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/GetDiscountInformation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon GetDiscountInformation --clientid "2128753" --apikey "7cc90d26-33e4-499b..." --sku %sku%
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/GetProductPriceStructure.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon GetProductPriceStructure --empty %empty%
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/GetProductStocksStructure.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon GetProductStocksStructure --empty %empty%
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/GetProductsPrices.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon GetProductsPrices --clientid "2128753" --apikey "7cc90d26-33e4-499b..." --filter %filter% --last %last%
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/GetProductsStocks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon GetProductsStocks --clientid "2128753" --apikey "7cc90d26-33e4-499b..." --filter %filter% --last %last%
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/GetPromotionsList.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon GetPromotionsList --clientid "2128753" --apikey "7cc90d26-33e4-499b..."
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/GetWarehousesList.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon GetWarehousesList --clientid "2128753" --apikey "7cc90d26-33e4-499b..."
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/SetProductDiscount.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon SetProductDiscount --clientid "2128753" --apikey "7cc90d26-33e4-499b..." --productid %productid% --discount %discount%
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/UpdateProductsPrices.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon UpdateProductsPrices --clientid "2128753" --apikey "7cc90d26-33e4-499b..." --prices %prices%
1 change: 1 addition & 0 deletions docs/en/cli/Ozon/UpdateProductsStocks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oint ozon UpdateProductsStocks --clientid "2128753" --apikey "7cc90d26-33e4-499b..." --stocks %stocks%
4 changes: 2 additions & 2 deletions docs/en/md/Bitrix24/Catalogs-managment/Create-subfolder.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru


```bsl title="Code example"
FolderID = "6880";
FolderID = "7586";
Name = "New subfolder";
Filename2 = "New subfolder 2";
Expand All @@ -37,7 +37,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
Result = OPI_Bitrix24.CreateSubfolder(URL, FolderID, Filename2);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.CreateSubfolder(URL, FolderID, Name, Token);
```
Expand Down
6 changes: 3 additions & 3 deletions docs/en/md/Bitrix24/Catalogs-managment/Delete-folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
FolderID = "6878";
FolderID = "7584";
Result = OPI_Bitrix24.DeleteFolder(URL, FolderID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
FolderID = "6880";
Token = "b529cb66006e9f06006b12e400000001000...";
FolderID = "7586";
Result = OPI_Bitrix24.DeleteFolder(URL, FolderID, Token);
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
FolderID = "6880";
FolderID = "7586";
Result = OPI_Bitrix24.GetFolderExternalLink(URL, FolderID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.GetFolderExternalLink(URL, FolderID, Token);
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Method at API documentation: [disk.folder.getfields](https://dev.1c-bitrix.ru/re
Result = OPI_Bitrix24.GetFolderFilterStructure(URL);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.GetFolderFilterStructure(URL, True, Token);
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Method at API documentation: [disk.folder.get](https://dev.1c-bitrix.ru/rest_hel

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
FolderID = "6880";
FolderID = "7586";
Result = OPI_Bitrix24.GetFolderInformation(URL, FolderID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.GetFolderInformation(URL, FolderID, Token);
```
Expand Down
4 changes: 2 additions & 2 deletions docs/en/md/Bitrix24/Catalogs-managment/Get-folder-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Method at API documentation: [disk.folder.getchildren](https://dev.1c-bitrix.ru/

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
FolderID = "6880";
FolderID = "7586";
Result = OPI_Bitrix24.GetFolderItems(URL, FolderID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.GetFolderItems(URL, FolderID, , Token);
```
Expand Down
10 changes: 5 additions & 5 deletions docs/en/md/Bitrix24/Catalogs-managment/Make-folder-copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_


```bsl title="Code example"
DestinationID = "6882";
FolderID = "6884";
DestinationID = "7588";
FolderID = "7590";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
Result = OPI_Bitrix24.MakeFolderCopy(URL, FolderID, DestinationID);
DestinationID = "6884";
FolderID = "6882";
DestinationID = "7590";
FolderID = "7588";
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.MakeFolderCopy(URL, FolderID, DestinationID, Token);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Method at API documentation: [disk.folder.markdeleted](https://dev.1c-bitrix.ru/

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
FolderID = "6880";
FolderID = "7586";
Result = OPI_Bitrix24.MarkFolderAsDeleted(URL, FolderID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.MarkFolderAsDeleted(URL, FolderID, Token);
```
Expand Down
8 changes: 4 additions & 4 deletions docs/en/md/Bitrix24/Catalogs-managment/Move-folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_


```bsl title="Code example"
DestinationID = "6878";
FolderID = "6884";
DestinationID = "7584";
FolderID = "7590";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
Result = OPI_Bitrix24.MoveFolder(URL, FolderID, DestinationID);
FolderID = "6882";
FolderID = "7588";
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.MoveFolder(URL, FolderID, DestinationID, Token);
Expand Down
6 changes: 3 additions & 3 deletions docs/en/md/Bitrix24/Catalogs-managment/Rename-folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Method at API documentation: [disk.folder.rename](https://dev.1c-bitrix.ru/rest_
Name = "New catalog";
Filename2 = "New folder 2";
FolderID2 = "6878";
FolderID2 = "7584";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
Result = OPI_Bitrix24.RenameFolder(URL, FolderID2, Filename2);
FolderID = "6880";
FolderID = "7586";
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.RenameFolder(URL, FolderID, Name, Token);
```
Expand Down
4 changes: 2 additions & 2 deletions docs/en/md/Bitrix24/Catalogs-managment/Restore-folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Method at API documentation: [disk.folder.restore](https://dev.1c-bitrix.ru/rest

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
FolderID = "6880";
FolderID = "7586";
Result = OPI_Bitrix24.RestoreFolder(URL, FolderID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
Result = OPI_Bitrix24.RestoreFolder(URL, FolderID, Token);
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Method at API documentation: [im.chat.user.add](https://dev.1c-bitrix.ru/learnin

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "578";
ChatID = "642";
UserIDs = New Array;
UserIDs.Add(10);
Expand All @@ -39,8 +39,8 @@ Method at API documentation: [im.chat.user.add](https://dev.1c-bitrix.ru/learnin
Result = OPI_Bitrix24.AddUsersToChat(URL, ChatID, UserIDs);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
ChatID = "580";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
UserID = 10;
Result = OPI_Bitrix24.AddUsersToChat(URL, ChatID, UserID, True, Token);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "578";
ChatID = "642";
Color = "AZURE";
Result = OPI_Bitrix24.ChangeChatColor(URL, ChatID, Color);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
ChatID = "580";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Color = "PURPLE";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Method at API documentation: [im.chat.setOwner](https://dev.1c-bitrix.ru/learnin

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "578";
ChatID = "642";
UserID = 10;
Result = OPI_Bitrix24.ChangeChatOwner(URL, ChatID, UserID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
ChatID = "580";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Result = OPI_Bitrix24.ChangeChatOwner(URL, ChatID, UserID, Token);
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Method at API documentation: [im.chat.updateAvatar](https://dev.1c-bitrix.ru/lea

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "578";
ChatID = "642";
Image = "https://openintegrations.dev/test_data/picture2.jpg";
Result = OPI_Bitrix24.ChangeChatPicture(URL, ChatID, Image);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
ChatID = "580";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Result = OPI_Bitrix24.ChangeChatPicture(URL, ChatID, Image, Token);
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "578";
ChatID = "642";
Title = "New chat title";
Result = OPI_Bitrix24.ChangeChatTitle(URL, ChatID, Title);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
ChatID = "580";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Title = "Another title";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Method at API documentation: [im.chat.add](https://dev.1c-bitrix.ru/learning/cou
Result = OPI_Bitrix24.CreateChat(URL, ChatStructure);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatStructure = New Structure;
ChatStructure.Insert("TYPE" , "CHAT");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Method at API documentation: [im.chat.user.delete](https://dev.1c-bitrix.ru/lear

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "578";
ChatID = "642";
UserID = 10;
Result = OPI_Bitrix24.DeleteUserFromChat(URL, ChatID, UserID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
ChatID = "580";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Result = OPI_Bitrix24.DeleteUserFromChat(URL, ChatID, UserID, Token);
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "578";
ChatID = "642";
Result = OPI_Bitrix24.DisableChatNotifications(URL, ChatID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
ChatID = "580";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Result = OPI_Bitrix24.DisableChatNotifications(URL, ChatID, Token);
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "578";
ChatID = "642";
Result = OPI_Bitrix24.EnableChatNotifications(URL, ChatID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
ChatID = "580";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Result = OPI_Bitrix24.EnableChatNotifications(URL, ChatID, Token);
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Method at API documentation: [im.disk.folder.get](https://dev.1c-bitrix.ru/learn

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "578";
ChatID = "642";
Result = OPI_Bitrix24.GetChatFilesFolder(URL, ChatID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
ChatID = "580";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Result = OPI_Bitrix24.GetChatFilesFolder(URL, ChatID, Token);
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Method at API documentation: [im.dialog.users.list](https://dev.1c-bitrix.ru/lea

```bsl title="Code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "chat" + "578";
ChatID = "chat" + "642";
Result = OPI_Bitrix24.GetChatMembersList(URL, ChatID);
URL = "b24-ar17wx.bitrix24.by";
Token = "6476c766006e9f06006b12e400000001000...";
Token = "b529cb66006e9f06006b12e400000001000...";
UserID = 10;
Result = OPI_Bitrix24.GetChatMembersList(URL, UserID, Token);
Expand Down
Loading

0 comments on commit 892f27e

Please sign in to comment.