1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-17 21:08:03 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-11-12 23:15:46 +03:00
parent c407eb6906
commit 786d3dc8fb
331 changed files with 7601 additions and 6603 deletions

View File

@ -1255,9 +1255,51 @@ jobs:
key: logs-YandexMetrika
path: ./docs/ru/results/YandexMetrika
Testing-S3:
runs-on: ubuntu-latest
needs: [Decode, Build]
steps:
- uses: actions/checkout@v2
- uses: otymko/setup-onescript@v1.4
with:
version: 1.9.1
- name: Получить тестовые данные из кэша
uses: actions/cache/restore@v3
with:
key: test-data
path: ./data.json
- name: Установить asserts и 1testrunner
run: |
opm install asserts
opm install 1testrunner
- name: Установить OInt
run: |
TEMP_DEB="$(mktemp)" &&
wget -O "$TEMP_DEB" 'https://api.athenaeum.digital/tc/job/Release/lastSuccessfulBuild/artifact/1.15.1/oint_1.15.1_all_ru.deb' &&
sudo dpkg -i "$TEMP_DEB"
rm -f "$TEMP_DEB"
- name: Работа с бакетами
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os "CLI_AWS_РаботаСБакетами"
- name: Записать логи
if: ${{ cancelled() }} == false
uses: actions/cache/save@v3
with:
key: logs-S3
path: ./docs/ru/results/S3
Encode:
runs-on: ubuntu-latest
needs: [Testing-Telegram,Testing-VK,Testing-Viber,Testing-Twitter,Testing-YandexDisk,Testing-GoogleWorkspace,Testing-GoogleCalendar,Testing-GoogleDrive,Testing-GoogleSheets,Testing-Notion,Testing-Slack,Testing-Airtable,Testing-Dropbox,Testing-Bitrix24,Testing-VkTeams,Testing-Ozon,Testing-Neocities,Testing-CDEK,Testing-YandexMetrika]
needs: [Testing-Telegram,Testing-VK,Testing-Viber,Testing-Twitter,Testing-YandexDisk,Testing-GoogleWorkspace,Testing-GoogleCalendar,Testing-GoogleDrive,Testing-GoogleSheets,Testing-Notion,Testing-Slack,Testing-Airtable,Testing-Dropbox,Testing-Bitrix24,Testing-VkTeams,Testing-Ozon,Testing-Neocities,Testing-CDEK,Testing-YandexMetrika,Testing-S3]
if: ${{ always() }}
permissions:
contents: write
@ -1589,6 +1631,22 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/Bayselonarrend/OpenIntegrations/actions/caches?key=logs-YandexMetrika"
- name: Получить логи S3
uses: actions/cache/restore@v3
with:
key: logs-S3
path: ./docs/ru/results/S3
- name: Очистка логов S3
run: |
curl -L \
-X DELETE \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"https://api.github.com/repos/Bayselonarrend/OpenIntegrations/actions/caches?key=logs-S3"
- name: Записать данные
uses: stefanzweifel/git-auto-commit-action@v5
@ -1601,7 +1659,7 @@ jobs:
Clear-Cache:
runs-on: ubuntu-latest
needs: [Testing-Telegram, Testing-VK, Testing-Viber, Testing-Twitter, Testing-YandexDisk, Testing-GoogleWorkspace, Testing-GoogleCalendar, Testing-GoogleDrive, Testing-GoogleSheets, Testing-Notion, Testing-Slack, Testing-Airtable, Testing-Dropbox, Testing-Bitrix24, Testing-VkTeams, Testing-Ozon, Testing-Neocities, Testing-CDEK, Testing-YandexMetrika, Encode]
needs: [Testing-Telegram, Testing-VK, Testing-Viber, Testing-Twitter, Testing-YandexDisk, Testing-GoogleWorkspace, Testing-GoogleCalendar, Testing-GoogleDrive, Testing-GoogleSheets, Testing-Notion, Testing-Slack, Testing-Airtable, Testing-Dropbox, Testing-Bitrix24, Testing-VkTeams, Testing-Ozon, Testing-Neocities, Testing-CDEK, Testing-YandexMetrika, Testing-S3, Encode]
if: ${{ always() }}
steps:
- name: Очистка основного кэша

View File

@ -637,6 +637,17 @@ pipeline {
}
}
stage('Testing-S3') {
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os" "CLI_AWS_РаботаСБакетами"'
}
}
}
}
post{
always{

View File

@ -637,6 +637,17 @@ pipeline {
}
}
stage('Testing-S3') {
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'1testrunner -run "./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os" "AWS_РаботаСБакетами"'
}
}
}
}
post{
always{

View File

@ -0,0 +1,5 @@
{
"URL": "storage-155.s3hoster.by",
"AccessKey": "BRN5RKJE67...",
"SecretKey": "NNhv+i9PrytpT8Tu0C1N..."
}

View File

@ -0,0 +1,5 @@
{
"URL": "storage-155.s3hoster.by",
"AccessKey": "BRN5RKJE67...",
"SecretKey": "NNhv+i9PrytpT8Tu0C1N..."
}

View File

@ -0,0 +1,10 @@
 URL = "storage-155.s3hoster.by";
AccessKey = "BRN5RKJE67...";
SecretKey = "NNhv+i9PrytpT8Tu0C1N...";
Region = "BTC";
Authorization = OPI_S3.GetAuthStructure(URL, AccessKey, SecretKey, Region);
Name = "newbucket2";
Result = OPI_S3.CreateBacket(Name, Authorization);

View File

@ -0,0 +1,10 @@
 URL = "storage-155.s3hoster.by";
AccessKey = "BRN5RKJE67...";
SecretKey = "NNhv+i9PrytpT8Tu0C1N...";
Region = "BTC";
Authorization = OPI_S3.GetAuthStructure(URL, AccessKey, SecretKey, Region);
Name = "newbucket2";
Result = OPI_S3.DeleteBucket(Name, Authorization);

View File

@ -45,9 +45,9 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable CreateComment \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ" \
--record "rec7cWLNK5dwbKe3F" \
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC" \
--record "recJUtkFAhF2WNcOH" \
--text "TestComment"
```
</TabItem>
@ -56,9 +56,9 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable CreateComment ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ" ^
--record "rec7cWLNK5dwbKe3F" ^
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC" ^
--record "recJUtkFAhF2WNcOH" ^
--text "TestComment"
```
</TabItem>

View File

@ -45,10 +45,10 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable DeleteComment \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ" \
--record "rec7cWLNK5dwbKe3F" \
--comment "comQLkabqC2pn8eOG"
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC" \
--record "recJUtkFAhF2WNcOH" \
--comment "comukVggLrkrnZhPD"
```
</TabItem>
@ -56,10 +56,10 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable DeleteComment ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ" ^
--record "rec7cWLNK5dwbKe3F" ^
--comment "comQLkabqC2pn8eOG"
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC" ^
--record "recJUtkFAhF2WNcOH" ^
--comment "comukVggLrkrnZhPD"
```
</TabItem>
</Tabs>

View File

@ -49,10 +49,10 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable EditComment \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ" \
--record "rec7cWLNK5dwbKe3F" \
--comment "comQLkabqC2pn8eOG" \
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC" \
--record "recJUtkFAhF2WNcOH" \
--comment "comukVggLrkrnZhPD" \
--text "Test comment (change.)"
```
</TabItem>
@ -61,10 +61,10 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable EditComment ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ" ^
--record "rec7cWLNK5dwbKe3F" ^
--comment "comQLkabqC2pn8eOG" ^
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC" ^
--record "recJUtkFAhF2WNcOH" ^
--comment "comukVggLrkrnZhPD" ^
--text "Test comment (change.)"
```
</TabItem>

View File

@ -44,9 +44,9 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetComments \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ" \
--record "rec7cWLNK5dwbKe3F"
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC" \
--record "recJUtkFAhF2WNcOH"
```
</TabItem>
@ -54,9 +54,9 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable GetComments ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ" ^
--record "rec7cWLNK5dwbKe3F"
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC" ^
--record "recJUtkFAhF2WNcOH"
```
</TabItem>
</Tabs>

View File

@ -54,8 +54,8 @@ import TabItem from '@theme/TabItem';
oint airtable CreatePosts \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ" \
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC" \
--data "{'Number':10,'String':'Hello'}"
```
</TabItem>
@ -66,8 +66,8 @@ import TabItem from '@theme/TabItem';
oint airtable CreatePosts ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ" ^
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC" ^
--data "{'Number':10,'String':'Hello'}"
```
</TabItem>

View File

@ -43,9 +43,9 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable DeletePosts \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ" \
--records "rec7cWLNK5dwbKe3F"
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC" \
--records "recJUtkFAhF2WNcOH"
```
</TabItem>
@ -53,9 +53,9 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable DeletePosts ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ" ^
--records "rec7cWLNK5dwbKe3F"
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC" ^
--records "recJUtkFAhF2WNcOH"
```
</TabItem>
</Tabs>

View File

@ -42,8 +42,8 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetListOfRecords \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ"
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC"
```
</TabItem>
@ -51,8 +51,8 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable GetListOfRecords ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ"
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC"
```
</TabItem>
</Tabs>

View File

@ -43,9 +43,9 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetRecord \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ" \
--record "rec7cWLNK5dwbKe3F"
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC" \
--record "recJUtkFAhF2WNcOH"
```
</TabItem>
@ -53,9 +53,9 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable GetRecord ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ" ^
--record "rec7cWLNK5dwbKe3F"
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC" ^
--record "recJUtkFAhF2WNcOH"
```
</TabItem>
</Tabs>

View File

@ -55,7 +55,7 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable CreateTable \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--base "app1BSYtCVlNTKWb8" \
--title "TestTable2" \
--fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" \
--description "NewTable"
@ -66,7 +66,7 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable CreateTable ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--base "app1BSYtCVlNTKWb8" ^
--title "TestTable2" ^
--fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" ^
--description "NewTable"

View File

@ -45,8 +45,8 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable ModifyTable \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ" \
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC" \
--title "Test table 2 (change.)" \
--description "New table (change.)"
```
@ -56,8 +56,8 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable ModifyTable ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ" ^
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC" ^
--title "Test table 2 (change.)" ^
--description "New table (change.)"
```

View File

@ -39,7 +39,7 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetDatabaseTables \
--token "***" \
--base "appfLeOTcHUw3HzSy"
--base "app1BSYtCVlNTKWb8"
```
</TabItem>
@ -47,7 +47,7 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable GetDatabaseTables ^
--token "***" ^
--base "appfLeOTcHUw3HzSy"
--base "app1BSYtCVlNTKWb8"
```
</TabItem>
</Tabs>

View File

@ -46,10 +46,10 @@ import TabItem from '@theme/TabItem';
oint airtable CreateField \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ" \
--title "97ee4cf3-aa24-4960-91a9-88f7ce7f5f91" \
--fielddata "{'name':'97ee4cf3-aa24-4960-91a9-88f7ce7f5f91','type':'number','options':{'precision':0}}"
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC" \
--title "0d802851-a0bf-4f39-85da-9217400d3599" \
--fielddata "{'name':'0d802851-a0bf-4f39-85da-9217400d3599','type':'number','options':{'precision':0}}"
```
</TabItem>
@ -59,10 +59,10 @@ import TabItem from '@theme/TabItem';
oint airtable CreateField ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ" ^
--title "97ee4cf3-aa24-4960-91a9-88f7ce7f5f91" ^
--fielddata "{'name':'97ee4cf3-aa24-4960-91a9-88f7ce7f5f91','type':'number','options':{'precision':0}}"
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC" ^
--title "0d802851-a0bf-4f39-85da-9217400d3599" ^
--fielddata "{'name':'0d802851-a0bf-4f39-85da-9217400d3599','type':'number','options':{'precision':0}}"
```
</TabItem>
</Tabs>

View File

@ -35,14 +35,14 @@ import TabItem from '@theme/TabItem';
<TabItem value="bash" label="Bash" default>
```bash
oint airtable GetNumberField \
--title "97ee4cf3-aa24-4960-91a9-88f7ce7f5f91"
--title "0d802851-a0bf-4f39-85da-9217400d3599"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint airtable GetNumberField ^
--title "97ee4cf3-aa24-4960-91a9-88f7ce7f5f91"
--title "0d802851-a0bf-4f39-85da-9217400d3599"
```
</TabItem>
</Tabs>

View File

@ -48,10 +48,10 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable ModifyField \
--token "***" \
--base "appfLeOTcHUw3HzSy" \
--table "tbldNSQmZOqkPCBvZ" \
--field "fldQPe1jCOvBUkmot" \
--title "7fc042fd-2969-46b6-aed3-cf9f4938c152(change.)" \
--base "app1BSYtCVlNTKWb8" \
--table "tblyiMcHBz46if9ZC" \
--field "fldhtwdmW5NN8s912" \
--title "e6909309-ca3a-44be-9a3b-0e3b4297e03b(change.)" \
--description "New description"
```
</TabItem>
@ -60,10 +60,10 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable ModifyField ^
--token "***" ^
--base "appfLeOTcHUw3HzSy" ^
--table "tbldNSQmZOqkPCBvZ" ^
--field "fldQPe1jCOvBUkmot" ^
--title "7fc042fd-2969-46b6-aed3-cf9f4938c152(change.)" ^
--base "app1BSYtCVlNTKWb8" ^
--table "tblyiMcHBz46if9ZC" ^
--field "fldhtwdmW5NN8s912" ^
--title "e6909309-ca3a-44be-9a3b-0e3b4297e03b(change.)" ^
--description "New description"
```
</TabItem>

View File

@ -52,7 +52,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
```bash
oint bitrix24 CreateSubfolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 17180 \
--folderid 17360 \
--title "New subfolder" \
--token "***"
```
@ -62,7 +62,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
```batch
oint bitrix24 CreateSubfolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 17180 ^
--folderid 17360 ^
--title "New subfolder" ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 DeleteFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 17180 \
--folderid 17360 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 DeleteFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 17180 ^
--folderid 17360 ^
--token "***"
```
</TabItem>

View File

@ -48,7 +48,7 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix
```bash
oint bitrix24 GetFolderExternalLink \
--url "b24-ar17wx.bitrix24.by" \
--folderid 17180 \
--folderid 17360 \
--token "***"
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix
```batch
oint bitrix24 GetFolderExternalLink ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 17180 ^
--folderid 17360 ^
--token "***"
```
</TabItem>

View File

@ -48,7 +48,7 @@ Method at API documentation: [disk.folder.get](https://dev.1c-bitrix.ru/rest_hel
```bash
oint bitrix24 GetFolderInformation \
--url "b24-ar17wx.bitrix24.by" \
--folderid 17180 \
--folderid 17360 \
--token "***"
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [disk.folder.get](https://dev.1c-bitrix.ru/rest_hel
```batch
oint bitrix24 GetFolderInformation ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 17180 ^
--folderid 17360 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [disk.folder.getchildren](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 GetFolderItems \
--url "b24-ar17wx.bitrix24.by" \
--folderid 17180 \
--folderid 17360 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [disk.folder.getchildren](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 GetFolderItems ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 17180 ^
--folderid 17360 ^
--token "***"
```
</TabItem>

View File

@ -56,8 +56,8 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 MakeFolderCopy \
--url "b24-ar17wx.bitrix24.by" \
--folderid 17182 \
--tagetid 17184 \
--folderid 17362 \
--tagetid 17364 \
--token "***"
```
</TabItem>
@ -66,8 +66,8 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 MakeFolderCopy ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 17182 ^
--tagetid 17184 ^
--folderid 17362 ^
--tagetid 17364 ^
--token "***"
```
</TabItem>

View File

@ -48,7 +48,7 @@ Method at API documentation: [disk.folder.markdeleted](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 MarkFolderAsDeleted \
--url "b24-ar17wx.bitrix24.by" \
--folderid 17180 \
--folderid 17360 \
--token "***"
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [disk.folder.markdeleted](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 MarkFolderAsDeleted ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 17180 ^
--folderid 17360 ^
--token "***"
```
</TabItem>

View File

@ -55,8 +55,8 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 MoveFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 17182 \
--tagetid 17178 \
--folderid 17362 \
--tagetid 17358 \
--token "***"
```
</TabItem>
@ -65,8 +65,8 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 MoveFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 17182 ^
--tagetid 17178 ^
--folderid 17362 ^
--tagetid 17358 ^
--token "***"
```
</TabItem>

View File

@ -53,7 +53,7 @@ Method at API documentation: [disk.folder.rename](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 RenameFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 17180 \
--folderid 17360 \
--title "New catalog" \
--token "***"
```
@ -63,7 +63,7 @@ Method at API documentation: [disk.folder.rename](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 RenameFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 17180 ^
--folderid 17360 ^
--title "New catalog" ^
--token "***"
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [disk.folder.restore](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 RestoreFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 17180 \
--folderid 17360 \
--token "***"
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [disk.folder.restore](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 RestoreFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 17180 ^
--folderid 17360 ^
--token "***"
```
</TabItem>

View File

@ -56,7 +56,7 @@ Method at API documentation: [im.chat.user.add](https://dev.1c-bitrix.ru/learnin
```bash
oint bitrix24 AddUsersToChat \
--url "b24-ar17wx.bitrix24.by" \
--chat 1296 \
--chat 1308 \
--users "[10,12]" \
--hide true \
--token "***"
@ -67,7 +67,7 @@ Method at API documentation: [im.chat.user.add](https://dev.1c-bitrix.ru/learnin
```batch
oint bitrix24 AddUsersToChat ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1296 ^
--chat 1308 ^
--users "[10,12]" ^
--hide true ^
--token "***"

View File

@ -55,7 +55,7 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
```bash
oint bitrix24 ChangeChatColor \
--url "b24-ar17wx.bitrix24.by" \
--chat 1294 \
--chat 1306 \
--color "PURPLE" \
--token "***"
```
@ -65,7 +65,7 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
```batch
oint bitrix24 ChangeChatColor ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1294 ^
--chat 1306 ^
--color "PURPLE" ^
--token "***"
```

View File

@ -52,7 +52,7 @@ Method at API documentation: [im.chat.setOwner](https://dev.1c-bitrix.ru/learnin
```bash
oint bitrix24 ChangeChatOwner \
--url "b24-ar17wx.bitrix24.by" \
--chat 1296 \
--chat 1308 \
--user 10 \
--token "***"
```
@ -62,7 +62,7 @@ Method at API documentation: [im.chat.setOwner](https://dev.1c-bitrix.ru/learnin
```batch
oint bitrix24 ChangeChatOwner ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1296 ^
--chat 1308 ^
--user 10 ^
--token "***"
```

View File

@ -53,7 +53,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```bash
oint bitrix24 ChangeChatPicture \
--url "b24-ar17wx.bitrix24.by" \
--chat 1296 \
--chat 1308 \
--picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
--token "***"
```
@ -63,7 +63,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```batch
oint bitrix24 ChangeChatPicture ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1296 ^
--chat 1308 ^
--picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^
--token "***"
```

View File

@ -54,7 +54,7 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
```bash
oint bitrix24 ChangeChatTitle \
--url "b24-ar17wx.bitrix24.by" \
--chat 1296 \
--chat 1308 \
--title "Another title" \
--token "***"
```
@ -64,7 +64,7 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
```batch
oint bitrix24 ChangeChatTitle ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1296 ^
--chat 1308 ^
--title "Another title" ^
--token "***"
```

View File

@ -52,7 +52,7 @@ Method at API documentation: [im.chat.user.delete](https://dev.1c-bitrix.ru/lear
```bash
oint bitrix24 DeleteUserFromChat \
--url "b24-ar17wx.bitrix24.by" \
--chat 1296 \
--chat 1308 \
--user 10 \
--token "***"
```
@ -62,7 +62,7 @@ Method at API documentation: [im.chat.user.delete](https://dev.1c-bitrix.ru/lear
```batch
oint bitrix24 DeleteUserFromChat ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1296 ^
--chat 1308 ^
--user 10 ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
```bash
oint bitrix24 DisableChatNotifications \
--url "b24-ar17wx.bitrix24.by" \
--chat 1296 \
--chat 1308 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
```batch
oint bitrix24 DisableChatNotifications ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1296 ^
--chat 1308 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
```bash
oint bitrix24 EnableChatNotifications \
--url "b24-ar17wx.bitrix24.by" \
--chat 1296 \
--chat 1308 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
```batch
oint bitrix24 EnableChatNotifications ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1296 ^
--chat 1308 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [im.disk.folder.get](https://dev.1c-bitrix.ru/learn
```bash
oint bitrix24 GetChatFilesFolder \
--url "https://b24-ar17wx.bitrix24.by/rest/1/yg22op67699ca9jx" \
--chat 1294
--chat 1306
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [im.disk.folder.get](https://dev.1c-bitrix.ru/learn
```batch
oint bitrix24 GetChatFilesFolder ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/yg22op67699ca9jx" ^
--chat 1294
--chat 1306
```
</TabItem>
</Tabs>

View File

@ -49,7 +49,7 @@ Method at API documentation: [im.chat.user.list](https://dev.1c-bitrix.ru/learni
```bash
oint bitrix24 GetChatUsers \
--url "b24-ar17wx.bitrix24.by" \
--chat 1296 \
--chat 1308 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [im.chat.user.list](https://dev.1c-bitrix.ru/learni
```batch
oint bitrix24 GetChatUsers ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1296 ^
--chat 1308 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [im.chat.leave](https://dev.1c-bitrix.ru/learning/c
```bash
oint bitrix24 LeaveChat \
--url "b24-ar17wx.bitrix24.by" \
--chat 1296 \
--chat 1308 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [im.chat.leave](https://dev.1c-bitrix.ru/learning/c
```batch
oint bitrix24 LeaveChat ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1296 ^
--chat 1308 ^
--token "***"
```
</TabItem>

View File

@ -53,7 +53,7 @@ Method at API documentation: [task.commentitem.add](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 AddTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "3200" \
--task "3230" \
--text "Task uninpossible, don't split up" \
--token "***"
```
@ -63,7 +63,7 @@ Method at API documentation: [task.commentitem.add](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 AddTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3200" ^
--task "3230" ^
--text "Task uninpossible, don't split up" ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [tasks.task.result.addFromComment](https://dev.1c-b
```bash
oint bitrix24 CreateResultFromComment \
--url "b24-ar17wx.bitrix24.by" \
--comment 7732 \
--comment 7798 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [tasks.task.result.addFromComment](https://dev.1c-b
```batch
oint bitrix24 CreateResultFromComment ^
--url "b24-ar17wx.bitrix24.by" ^
--comment 7732 ^
--comment 7798 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [tasks.task.result.deleteFromComment](https://dev.1
```bash
oint bitrix24 DeleteResultFromComment \
--url "b24-ar17wx.bitrix24.by" \
--comment 7732 \
--comment 7798 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [tasks.task.result.deleteFromComment](https://dev.1
```batch
oint bitrix24 DeleteResultFromComment ^
--url "b24-ar17wx.bitrix24.by" ^
--comment 7732 ^
--comment 7798 ^
--token "***"
```
</TabItem>

View File

@ -51,8 +51,8 @@ Method at API documentation: [task.commentitem.delete](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 DeleteTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "3200" \
--comment 7732 \
--task "3230" \
--comment 7798 \
--token "***"
```
</TabItem>
@ -61,8 +61,8 @@ Method at API documentation: [task.commentitem.delete](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 DeleteTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3200" ^
--comment 7732 ^
--task "3230" ^
--comment 7798 ^
--token "***"
```
</TabItem>

View File

@ -48,7 +48,7 @@ Method at API documentation: [tasks.task.result.list](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 GetResultsList \
--url "b24-ar17wx.bitrix24.by" \
--task "3200" \
--task "3230" \
--token "***"
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [tasks.task.result.list](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 GetResultsList ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3200" ^
--task "3230" ^
--token "***"
```
</TabItem>

View File

@ -51,8 +51,8 @@ Method at API documentation: [task.commentitem.get](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 GetTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "3200" \
--comment 7732 \
--task "3230" \
--comment 7798 \
--token "***"
```
</TabItem>
@ -61,8 +61,8 @@ Method at API documentation: [task.commentitem.get](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 GetTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3200" ^
--comment 7732 ^
--task "3230" ^
--comment 7798 ^
--token "***"
```
</TabItem>

View File

@ -48,7 +48,7 @@ Method at API documentation: [task.commentitem.getlist](https://dev.1c-bitrix.ru
```bash
oint bitrix24 GetTaskCommentsList \
--url "b24-ar17wx.bitrix24.by" \
--task "3200" \
--task "3230" \
--token "***"
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [task.commentitem.getlist](https://dev.1c-bitrix.ru
```batch
oint bitrix24 GetTaskCommentsList ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3200" ^
--task "3230" ^
--token "***"
```
</TabItem>

View File

@ -56,8 +56,8 @@ Method at API documentation: [task.commentitem.update](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 UpdateTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "3200" \
--comment 7732 \
--task "3230" \
--comment 7798 \
--text "The task has been changed, let's split up" \
--token "***"
```
@ -67,8 +67,8 @@ Method at API documentation: [task.commentitem.update](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 UpdateTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3200" ^
--comment 7732 ^
--task "3230" ^
--comment 7798 ^
--text "The task has been changed, let's split up" ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [crm.deal.delete](https://dev.1c-bitrix.ru/rest_hel
```bash
oint bitrix24 DeleteDeal \
--url "b24-ar17wx.bitrix24.by" \
--deal 1370 \
--deal 1394 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [crm.deal.delete](https://dev.1c-bitrix.ru/rest_hel
```batch
oint bitrix24 DeleteDeal ^
--url "b24-ar17wx.bitrix24.by" ^
--deal 1370 ^
--deal 1394 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [crm.deal.get](https://dev.1c-bitrix.ru/rest_help/c
```bash
oint bitrix24 GetDeal \
--url "b24-ar17wx.bitrix24.by" \
--deal 1368 \
--deal 1392 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [crm.deal.get](https://dev.1c-bitrix.ru/rest_help/c
```batch
oint bitrix24 GetDeal ^
--url "b24-ar17wx.bitrix24.by" ^
--deal 1368 ^
--deal 1392 ^
--token "***"
```
</TabItem>

View File

@ -60,7 +60,7 @@ Method at API documentation: [crm.deal.update](https://dev.1c-bitrix.ru/rest_hel
oint bitrix24 UpdateDeal \
--url "b24-ar17wx.bitrix24.by" \
--deal 1370 \
--deal 1394 \
--fields "{'TITLE':'Future deal in RUB','CURRENCY_ID':'RUB','OPPORTUNITY':50000,'BEGINDATE':'2025-01-01'}" \
--token "***"
```
@ -72,7 +72,7 @@ Method at API documentation: [crm.deal.update](https://dev.1c-bitrix.ru/rest_hel
oint bitrix24 UpdateDeal ^
--url "b24-ar17wx.bitrix24.by" ^
--deal 1370 ^
--deal 1394 ^
--fields "{'TITLE':'Future deal in RUB','CURRENCY_ID':'RUB','OPPORTUNITY':50000,'BEGINDATE':'2025-01-01'}" ^
--token "***"
```

View File

@ -57,7 +57,7 @@ Method at API documentation: [department.add](https://dev.1c-bitrix.ru/rest_help
oint bitrix24 CreateDepartment \
--url "b24-ar17wx.bitrix24.by" \
--title "Subordinate department" \
--parentid 904 \
--parentid 916 \
--headid 1 \
--token "***"
```
@ -68,7 +68,7 @@ Method at API documentation: [department.add](https://dev.1c-bitrix.ru/rest_help
oint bitrix24 CreateDepartment ^
--url "b24-ar17wx.bitrix24.by" ^
--title "Subordinate department" ^
--parentid 904 ^
--parentid 916 ^
--headid 1 ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [department.delete](https://dev.1c-bitrix.ru/rest_h
```bash
oint bitrix24 DeleteDepartment \
--url "b24-ar17wx.bitrix24.by" \
--depid 904 \
--depid 916 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [department.delete](https://dev.1c-bitrix.ru/rest_h
```batch
oint bitrix24 DeleteDepartment ^
--url "b24-ar17wx.bitrix24.by" ^
--depid 904 ^
--depid 916 ^
--token "***"
```
</TabItem>

View File

@ -63,7 +63,7 @@ Method at API documentation: [department.update](https://dev.1c-bitrix.ru/rest_h
```bash
oint bitrix24 UpdateDepartment \
--url "b24-ar17wx.bitrix24.by" \
--depid 906 \
--depid 918 \
--title "New department" \
--parentid 1 \
--headid 10 \
@ -75,7 +75,7 @@ Method at API documentation: [department.update](https://dev.1c-bitrix.ru/rest_h
```batch
oint bitrix24 UpdateDepartment ^
--url "b24-ar17wx.bitrix24.by" ^
--depid 906 ^
--depid 918 ^
--title "New department" ^
--parentid 1 ^
--headid 10 ^

View File

@ -51,7 +51,7 @@ Method at API documentation: [log.blogcomment.add](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 AddPostComment \
--url "b24-ar17wx.bitrix24.by" \
--postid 1252 \
--postid 1264 \
--text "Another comment" \
--token "***"
```
@ -61,7 +61,7 @@ Method at API documentation: [log.blogcomment.add](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 AddPostComment ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1252 ^
--postid 1264 ^
--text "Another comment" ^
--token "***"
```

View File

@ -50,7 +50,7 @@ Method at API documentation: [log.blogpost.share](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 AddPostRecipients \
--url "b24-ar17wx.bitrix24.by" \
--postid 1252 \
--postid 1264 \
--vision "UA" \
--token "***"
```
@ -60,7 +60,7 @@ Method at API documentation: [log.blogpost.share](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 AddPostRecipients ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1252 ^
--postid 1264 ^
--vision "UA" ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [log.blogpost.delete](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 DeletePost \
--url "b24-ar17wx.bitrix24.by" \
--postid 1252 \
--postid 1264 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [log.blogpost.delete](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 DeletePost ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1252 ^
--postid 1264 ^
--token "***"
```
</TabItem>

View File

@ -48,7 +48,7 @@ Method at API documentation: [log.blogpost.getusers.important](https://dev.1c-bi
```bash
oint bitrix24 GetImportantPostViewers \
--url "b24-ar17wx.bitrix24.by" \
--postid 1250 \
--postid 1262 \
--token "***"
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [log.blogpost.getusers.important](https://dev.1c-bi
```batch
oint bitrix24 GetImportantPostViewers ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1250 ^
--postid 1262 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [log.blogpost.get](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 GetPosts \
--url "b24-ar17wx.bitrix24.by" \
--postid 1252 \
--postid 1264 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [log.blogpost.get](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 GetPosts ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1252 ^
--postid 1264 ^
--token "***"
```
</TabItem>

View File

@ -62,7 +62,7 @@ Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest
oint bitrix24 UpdatePost \
--url "b24-ar17wx.bitrix24.by" \
--postid 1250 \
--postid 1262 \
--text "New post text" \
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" \
--title "New post title" \
@ -76,7 +76,7 @@ Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest
oint bitrix24 UpdatePost ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1250 ^
--postid 1262 ^
--text "New post text" ^
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" ^
--title "New post title" ^

View File

@ -49,7 +49,7 @@ Method at API documentation: [disk.file.delete](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 DeleteFile \
--url "b24-ar17wx.bitrix24.by" \
--fileid 17174 \
--fileid 17354 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [disk.file.delete](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 DeleteFile ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 17174 ^
--fileid 17354 ^
--token "***"
```
</TabItem>

View File

@ -50,7 +50,7 @@ The method has suddenly disappeared from the API on the cloud Bitrix24 where it
```bash
oint bitrix24 GetFileExternalLink \
--url "b24-ar17wx.bitrix24.by" \
--fileid 17174 \
--fileid 17354 \
--token "***"
```
</TabItem>
@ -59,7 +59,7 @@ The method has suddenly disappeared from the API on the cloud Bitrix24 where it
```batch
oint bitrix24 GetFileExternalLink ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 17174 ^
--fileid 17354 ^
--token "***"
```
</TabItem>

View File

@ -48,7 +48,7 @@ Method at API documentation: [disk.file.get](https://dev.1c-bitrix.ru/rest_help/
```bash
oint bitrix24 GetFileInformation \
--url "b24-ar17wx.bitrix24.by" \
--fileid 17174 \
--fileid 17354 \
--token "***"
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [disk.file.get](https://dev.1c-bitrix.ru/rest_help/
```batch
oint bitrix24 GetFileInformation ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 17174 ^
--fileid 17354 ^
--token "***"
```
</TabItem>

View File

@ -55,8 +55,8 @@ Method at API documentation: [disk.file.copyto](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 MakeCopyFile \
--url "b24-ar17wx.bitrix24.by" \
--fileid 17174 \
--folderid 17180 \
--fileid 17354 \
--folderid 17360 \
--token "***"
```
</TabItem>
@ -65,8 +65,8 @@ Method at API documentation: [disk.file.copyto](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 MakeCopyFile ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 17174 ^
--folderid 17180 ^
--fileid 17354 ^
--folderid 17360 ^
--token "***"
```
</TabItem>

View File

@ -48,7 +48,7 @@ Method at API documentation: [disk.file.markdeleted](https://dev.1c-bitrix.ru/re
```bash
oint bitrix24 MarkFileAsDeleted \
--url "b24-ar17wx.bitrix24.by" \
--fileid 17174 \
--fileid 17354 \
--token "***"
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [disk.file.markdeleted](https://dev.1c-bitrix.ru/re
```batch
oint bitrix24 MarkFileAsDeleted ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 17174 ^
--fileid 17354 ^
--token "***"
```
</TabItem>

View File

@ -55,8 +55,8 @@ Method at API documentation: [disk.file.moveto](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 MoveFileToFolder \
--url "b24-ar17wx.bitrix24.by" \
--fileid 17174 \
--folderid 17184 \
--fileid 17354 \
--folderid 17364 \
--token "***"
```
</TabItem>
@ -65,8 +65,8 @@ Method at API documentation: [disk.file.moveto](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 MoveFileToFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 17174 ^
--folderid 17184 ^
--fileid 17354 ^
--folderid 17364 ^
--token "***"
```
</TabItem>

View File

@ -53,7 +53,7 @@ Method at API documentation: [disk.file.rename](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 RenameFile \
--url "b24-ar17wx.bitrix24.by" \
--fileid 17174 \
--fileid 17354 \
--title "New file name.jpg" \
--token "***"
```
@ -63,7 +63,7 @@ Method at API documentation: [disk.file.rename](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 RenameFile ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 17174 ^
--fileid 17354 ^
--title "New file name.jpg" ^
--token "***"
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [disk.file.restore](https://dev.1c-bitrix.ru/rest_h
```bash
oint bitrix24 RestoreFile \
--url "b24-ar17wx.bitrix24.by" \
--fileid 17174 \
--fileid 17354 \
--token "***"
```
</TabItem>
@ -57,7 +57,7 @@ Method at API documentation: [disk.file.restore](https://dev.1c-bitrix.ru/rest_h
```batch
oint bitrix24 RestoreFile ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 17174 ^
--fileid 17354 ^
--token "***"
```
</TabItem>

View File

@ -60,7 +60,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
--url "https://b24-ar17wx.bitrix24.by/rest/1/yg22op67699ca9jx" \
--title "Imortant doc.docx" \
--file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
--folderid 17206
--folderid 17386
```
</TabItem>
@ -70,7 +70,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
--url "https://b24-ar17wx.bitrix24.by/rest/1/yg22op67699ca9jx" ^
--title "Imortant doc.docx" ^
--file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^
--folderid 17206
--folderid 17386
```
</TabItem>
</Tabs>

View File

@ -61,7 +61,7 @@ Method at API documentation: [task.stages.add](https://dev.1c-bitrix.ru/rest_hel
--url "b24-ar17wx.bitrix24.by" \
--title "New stage 2" \
--color "0026FF" \
--prevstage 1150 \
--prevstage 1162 \
--admin true \
--token "***"
```
@ -73,7 +73,7 @@ Method at API documentation: [task.stages.add](https://dev.1c-bitrix.ru/rest_hel
--url "b24-ar17wx.bitrix24.by" ^
--title "New stage 2" ^
--color "0026FF" ^
--prevstage 1150 ^
--prevstage 1162 ^
--admin true ^
--token "***"
```

View File

@ -52,7 +52,7 @@ Method at API documentation: [task.stages.delete](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 DeleteKanbanStage \
--url "b24-ar17wx.bitrix24.by" \
--stage 1152 \
--stage 1164 \
--token "***"
```
</TabItem>
@ -61,7 +61,7 @@ Method at API documentation: [task.stages.delete](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 DeleteKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^
--stage 1152 ^
--stage 1164 ^
--token "***"
```
</TabItem>

View File

@ -55,8 +55,8 @@ Method at API documentation: [task.stages.movetask](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 MoveTaskToKanbanStage \
--url "b24-ar17wx.bitrix24.by" \
--task "3202" \
--stage 1152 \
--task "3232" \
--stage 1164 \
--token "***"
```
</TabItem>
@ -65,8 +65,8 @@ Method at API documentation: [task.stages.movetask](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 MoveTaskToKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3202" ^
--stage 1152 ^
--task "3232" ^
--stage 1164 ^
--token "***"
```
</TabItem>

View File

@ -60,7 +60,7 @@ Method at API documentation: [task.stages.update](https://dev.1c-bitrix.ru/rest_
oint bitrix24 UpdateKanbansStage \
--url "b24-ar17wx.bitrix24.by" \
--title "New stage name 2" \
--stage 1152 \
--stage 1164 \
--color "000000" \
--prevstage 6 \
--admin true \
@ -73,7 +73,7 @@ Method at API documentation: [task.stages.update](https://dev.1c-bitrix.ru/rest_
oint bitrix24 UpdateKanbansStage ^
--url "b24-ar17wx.bitrix24.by" ^
--title "New stage name 2" ^
--stage 1152 ^
--stage 1164 ^
--color "000000" ^
--prevstage 6 ^
--admin true ^

View File

@ -49,7 +49,7 @@ Method at API documentation: [crm.lead.delete](https://dev.1c-bitrix.ru/rest_hel
```bash
oint bitrix24 DeleteLead \
--url "b24-ar17wx.bitrix24.by" \
--lead 694 \
--lead 706 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [crm.lead.delete](https://dev.1c-bitrix.ru/rest_hel
```batch
oint bitrix24 DeleteLead ^
--url "b24-ar17wx.bitrix24.by" ^
--lead 694 ^
--lead 706 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [crm.lead.get](https://dev.1c-bitrix.ru/rest_help/c
```bash
oint bitrix24 GetLead \
--url "b24-ar17wx.bitrix24.by" \
--lead 694 \
--lead 706 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [crm.lead.get](https://dev.1c-bitrix.ru/rest_help/c
```batch
oint bitrix24 GetLead ^
--url "b24-ar17wx.bitrix24.by" ^
--lead 694 ^
--lead 706 ^
--token "***"
```
</TabItem>

View File

@ -60,7 +60,7 @@ Method at API documentation: [crm.lead.update](https://dev.1c-bitrix.ru/rest_hel
oint bitrix24 UpdateLead \
--url "b24-ar17wx.bitrix24.by" \
--lead 694 \
--lead 706 \
--fields "{'ADDRESS':'Lermontov st., b. 20','ADDRESS_COUNTRY':'Belarus','TITLE':'SuperClient','NAME':'Evgeniy','LAST_NAME':'Evgeniev'}" \
--token "***"
```
@ -72,7 +72,7 @@ Method at API documentation: [crm.lead.update](https://dev.1c-bitrix.ru/rest_hel
oint bitrix24 UpdateLead ^
--url "b24-ar17wx.bitrix24.by" ^
--lead 694 ^
--lead 706 ^
--fields "{'ADDRESS':'Lermontov st., b. 20','ADDRESS_COUNTRY':'Belarus','TITLE':'SuperClient','NAME':'Evgeniy','LAST_NAME':'Evgeniev'}" ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [im.message.delete](https://dev.1c-bitrix.ru/learni
```bash
oint bitrix24 DeleteMessage \
--url "b24-ar17wx.bitrix24.by" \
--message 23318 \
--message 23534 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [im.message.delete](https://dev.1c-bitrix.ru/learni
```batch
oint bitrix24 DeleteMessage ^
--url "b24-ar17wx.bitrix24.by" ^
--message 23318 ^
--message 23534 ^
--token "***"
```
</TabItem>

View File

@ -60,7 +60,7 @@ Method at API documentation: [im.message.update](https://dev.1c-bitrix.ru/learni
```bash
oint bitrix24 EditMessage \
--url "b24-ar17wx.bitrix24.by" \
--message 23318 \
--message 23534 \
--text "New message text" \
--blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" \
--token "***"
@ -71,7 +71,7 @@ Method at API documentation: [im.message.update](https://dev.1c-bitrix.ru/learni
```batch
oint bitrix24 EditMessage ^
--url "b24-ar17wx.bitrix24.by" ^
--message 23318 ^
--message 23534 ^
--text "New message text" ^
--blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" ^
--token "***"

View File

@ -65,8 +65,8 @@ Method at API documentation: [im.disk.file.commit](https://dev.1c-bitrix.ru/lear
```bash
oint bitrix24 SendFile \
--url "b24-ar17wx.bitrix24.by" \
--chat 1296 \
--fileid 17212 \
--chat 1308 \
--fileid 17392 \
--description "Very important file" \
--token "***"
```
@ -76,8 +76,8 @@ Method at API documentation: [im.disk.file.commit](https://dev.1c-bitrix.ru/lear
```batch
oint bitrix24 SendFile ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1296 ^
--fileid 17212 ^
--chat 1308 ^
--fileid 17392 ^
--description "Very important file" ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [im.message.like](https://dev.1c-bitrix.ru/learning
```bash
oint bitrix24 SetMessageReaction \
--url "b24-ar17wx.bitrix24.by" \
--message 23318 \
--message 23534 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [im.message.like](https://dev.1c-bitrix.ru/learning
```batch
oint bitrix24 SetMessageReaction ^
--url "b24-ar17wx.bitrix24.by" ^
--message 23318 ^
--message 23534 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [im.notify.delete](https://dev.1c-bitrix.ru/learnin
```bash
oint bitrix24 DeleteNotification \
--url "b24-ar17wx.bitrix24.by" \
--notif 23326 \
--notif 23542 \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [im.notify.delete](https://dev.1c-bitrix.ru/learnin
```batch
oint bitrix24 DeleteNotification ^
--url "b24-ar17wx.bitrix24.by" ^
--notif 23326 ^
--notif 23542 ^
--token "***"
```
</TabItem>

View File

@ -53,7 +53,7 @@ Method at API documentation: [task.checklistitem.add](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 AddTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--task "3228" \
--text "Checklist element" \
--token "***"
```
@ -63,7 +63,7 @@ Method at API documentation: [task.checklistitem.add](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 AddTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--task "3228" ^
--text "Checklist element" ^
--token "***"
```

View File

@ -53,8 +53,8 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```bash
oint bitrix24 CompleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--element 2076 \
--task "3228" \
--element 2100 \
--token "***"
```
</TabItem>
@ -63,8 +63,8 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```batch
oint bitrix24 CompleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--element 2076 ^
--task "3228" ^
--element 2100 ^
--token "***"
```
</TabItem>

View File

@ -53,8 +53,8 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
```bash
oint bitrix24 DeleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--element 2076 \
--task "3228" \
--element 2100 \
--token "***"
```
</TabItem>
@ -63,8 +63,8 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
```batch
oint bitrix24 DeleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--element 2076 ^
--task "3228" ^
--element 2100 ^
--token "***"
```
</TabItem>

View File

@ -53,8 +53,8 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 GetTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--element 2076 \
--task "3228" \
--element 2100 \
--token "***"
```
</TabItem>
@ -63,8 +63,8 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 GetTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--element 2076 ^
--task "3228" ^
--element 2100 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [task.checklistitem.getlist](https://dev.1c-bitrix.
```bash
oint bitrix24 GetTasksChecklist \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--task "3228" \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [task.checklistitem.getlist](https://dev.1c-bitrix.
```batch
oint bitrix24 GetTasksChecklist ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--task "3228" ^
--token "***"
```
</TabItem>

View File

@ -53,8 +53,8 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```bash
oint bitrix24 RenewTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--element 2076 \
--task "3228" \
--element 2100 \
--token "***"
```
</TabItem>
@ -63,8 +63,8 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```batch
oint bitrix24 RenewTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--element 2076 ^
--task "3228" ^
--element 2100 ^
--token "***"
```
</TabItem>

View File

@ -55,8 +55,8 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```bash
oint bitrix24 UpdateTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--element 2076 \
--task "3228" \
--element 2100 \
--text "New elements text" \
--token "***"
```
@ -66,8 +66,8 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```batch
oint bitrix24 UpdateTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--element 2076 ^
--task "3228" ^
--element 2100 ^
--text "New elements text" ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [tasks.task.favorite.add](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 AddTaskToFavorites \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--task "3228" \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [tasks.task.favorite.add](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 AddTaskToFavorites ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--task "3228" ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [tasks.task.approve](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 ApproveTask \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--task "3228" \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [tasks.task.approve](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 ApproveTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--task "3228" ^
--token "***"
```
</TabItem>

View File

@ -51,8 +51,8 @@ Method at API documentation: [tasks.task.files.attach](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 AttachFileToTopic \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--fileid 17170 \
--task "3228" \
--fileid 17350 \
--token "***"
```
</TabItem>
@ -61,8 +61,8 @@ Method at API documentation: [tasks.task.files.attach](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 AttachFileToTopic ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--fileid 17170 ^
--task "3228" ^
--fileid 17350 ^
--token "***"
```
</TabItem>

View File

@ -54,7 +54,7 @@ Method at API documentation: [tasks.task.getaccess](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 CheckTaskAccesses \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--task "3228" \
--users "['1','10']" \
--token "***"
```
@ -64,7 +64,7 @@ Method at API documentation: [tasks.task.getaccess](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 CheckTaskAccesses ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--task "3228" ^
--users "['1','10']" ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [tasks.task.complete](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 CompleteTask \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--task "3228" \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [tasks.task.complete](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 CompleteTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--task "3228" ^
--token "***"
```
</TabItem>

View File

@ -63,7 +63,7 @@ Method at API documentation: [tasks.task.add](https://dev.1c-bitrix.ru/rest_help
oint bitrix24 CreateTask \
--url "b24-ar17wx.bitrix24.by" \
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-11-11T20:40:35.0191512Z','RESPONSIBLE_ID':1}" \
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-11-12T22:58:45.8580445Z','RESPONSIBLE_ID':1}" \
--token "***"
```
</TabItem>
@ -74,7 +74,7 @@ Method at API documentation: [tasks.task.add](https://dev.1c-bitrix.ru/rest_help
oint bitrix24 CreateTask ^
--url "b24-ar17wx.bitrix24.by" ^
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-11-11T20:40:35.0191512Z','RESPONSIBLE_ID':1}" ^
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-11-12T22:58:45.8580445Z','RESPONSIBLE_ID':1}" ^
--token "***"
```
</TabItem>

View File

@ -57,8 +57,8 @@ Method at API documentation: [task.dependence.add](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 CreateTasksDependencies \
--url "b24-ar17wx.bitrix24.by" \
--taskfrom "3198" \
--taskto "3196" \
--taskfrom "3228" \
--taskto "3226" \
--linktype 2 \
--token "***"
```
@ -68,8 +68,8 @@ Method at API documentation: [task.dependence.add](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 CreateTasksDependencies ^
--url "b24-ar17wx.bitrix24.by" ^
--taskfrom "3198" ^
--taskto "3196" ^
--taskfrom "3228" ^
--taskto "3226" ^
--linktype 2 ^
--token "***"
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [tasks.task.defer](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 DeferTask \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--task "3228" \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [tasks.task.defer](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 DeferTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--task "3228" ^
--token "***"
```
</TabItem>

View File

@ -51,8 +51,8 @@ Method at API documentation: [tasks.task.delegate](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 DelegateTask \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--user 906 \
--task "3228" \
--user 914 \
--token "***"
```
</TabItem>
@ -61,8 +61,8 @@ Method at API documentation: [tasks.task.delegate](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 DelegateTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--user 906 ^
--task "3228" ^
--user 914 ^
--token "***"
```
</TabItem>

View File

@ -49,7 +49,7 @@ Method at API documentation: [tasks.task.delete](https://dev.1c-bitrix.ru/rest_h
```bash
oint bitrix24 DeleteTask \
--url "b24-ar17wx.bitrix24.by" \
--task "3198" \
--task "3228" \
--token "***"
```
</TabItem>
@ -58,7 +58,7 @@ Method at API documentation: [tasks.task.delete](https://dev.1c-bitrix.ru/rest_h
```batch
oint bitrix24 DeleteTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3198" ^
--task "3228" ^
--token "***"
```
</TabItem>

Some files were not shown because too many files have changed in this diff Show More