1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Правка доков

This commit is contained in:
Anton
2024-07-30 22:56:09 +03:00
parent 3d9d1a0a5d
commit bccd4a2dbc
463 changed files with 1379 additions and 3172 deletions

View File

@@ -32,7 +32,7 @@ Method at API documentation: [im.notify.system.add](https://dev.1c-bitrix.ru/lea
```bsl title="Code example"
UserID = 1;
URL = FunctionParameters["Bitrix24_URL"];
URL = "https://b24-ar17wx.bitrix24.by/rest/1/4swokunb3tk7h7dt/";
Text = "Message text";
Image = "https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg";
File = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx";
@@ -46,8 +46,8 @@ Method at API documentation: [im.notify.system.add](https://dev.1c-bitrix.ru/lea
URL = FunctionParameters["Bitrix24_Domain"];
Token = FunctionParameters["Bitrix24_Token"];
URL = "b24-ar17wx.bitrix24.by";
Token = "adf89366006e9f06006b12e400000001000...";
Tag = "New";
UserID = 10;
@@ -58,7 +58,7 @@ Method at API documentation: [im.notify.system.add](https://dev.1c-bitrix.ru/lea
```sh title="CLI command example"
oint bitrix24 CreateSystemNotification --url %url% --user %user% --text %text% --tag %tag% --blocks %blocks% --token %token%
oint bitrix24 CreateSystemNotification --url %url% --user %user% --text %text% --tag %tag% --blocks %blocks% --token %token%
```