1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-24 19:49:22 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-05-21 10:35:46 +03:00
parent 6dd460bdf7
commit 60ddd5e71e
394 changed files with 9416 additions and 8932 deletions

View File

@@ -47,9 +47,9 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable CreateComment \
--token "***" \
--base "app0SvCs0MbKiXML2" \
--table "tblHCb2NG3vEhdtJI" \
--record "recb6jdjM9HP92DQt" \
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj" \
--record "rech2bJe1XHNLUCtH" \
--text "TestComment"
```
</TabItem>
@@ -58,9 +58,9 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable CreateComment ^
--token "***" ^
--base "app0SvCs0MbKiXML2" ^
--table "tblHCb2NG3vEhdtJI" ^
--record "recb6jdjM9HP92DQt" ^
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj" ^
--record "rech2bJe1XHNLUCtH" ^
--text "TestComment"
```
</TabItem>

View File

@@ -47,10 +47,10 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable DeleteComment \
--token "***" \
--base "app0SvCs0MbKiXML2" \
--table "tblHCb2NG3vEhdtJI" \
--record "recb6jdjM9HP92DQt" \
--comment "com4ZBzCePGh9BBmu"
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj" \
--record "rech2bJe1XHNLUCtH" \
--comment "com8hpRheBuwLi56m"
```
</TabItem>
@@ -58,10 +58,10 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable DeleteComment ^
--token "***" ^
--base "app0SvCs0MbKiXML2" ^
--table "tblHCb2NG3vEhdtJI" ^
--record "recb6jdjM9HP92DQt" ^
--comment "com4ZBzCePGh9BBmu"
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj" ^
--record "rech2bJe1XHNLUCtH" ^
--comment "com8hpRheBuwLi56m"
```
</TabItem>
</Tabs>

View File

@@ -51,10 +51,10 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable EditComment \
--token "***" \
--base "app0SvCs0MbKiXML2" \
--table "tblHCb2NG3vEhdtJI" \
--record "recb6jdjM9HP92DQt" \
--comment "com4ZBzCePGh9BBmu" \
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj" \
--record "rech2bJe1XHNLUCtH" \
--comment "com8hpRheBuwLi56m" \
--text "Test comment (change.)"
```
</TabItem>
@@ -63,10 +63,10 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable EditComment ^
--token "***" ^
--base "app0SvCs0MbKiXML2" ^
--table "tblHCb2NG3vEhdtJI" ^
--record "recb6jdjM9HP92DQt" ^
--comment "com4ZBzCePGh9BBmu" ^
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj" ^
--record "rech2bJe1XHNLUCtH" ^
--comment "com8hpRheBuwLi56m" ^
--text "Test comment (change.)"
```
</TabItem>

View File

@@ -46,9 +46,9 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetComments \
--token "***" \
--base "app0SvCs0MbKiXML2" \
--table "tblHCb2NG3vEhdtJI" \
--record "recb6jdjM9HP92DQt"
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj" \
--record "rech2bJe1XHNLUCtH"
```
</TabItem>
@@ -56,9 +56,9 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable GetComments ^
--token "***" ^
--base "app0SvCs0MbKiXML2" ^
--table "tblHCb2NG3vEhdtJI" ^
--record "recb6jdjM9HP92DQt"
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj" ^
--record "rech2bJe1XHNLUCtH"
```
</TabItem>
</Tabs>

View File

@@ -52,21 +52,25 @@ import TabItem from '@theme/TabItem';
<TabItem value="bash" label="Bash" default>
```bash
# JSON data can also be passed as a path to a .json file
oint airtable CreatePosts \
--token "***" \
--base "appPli0MOZzZfk9cC" \
--table "tblCWdRHnJcWIZttO" \
--data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj" \
--data "{'Number':10,'String':'Hello'}"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
:: JSON data can also be passed as a path to a .json file
oint airtable CreatePosts ^
--token "***" ^
--base "appPli0MOZzZfk9cC" ^
--table "tblCWdRHnJcWIZttO" ^
--data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj" ^
--data "{'Number':10,'String':'Hello'}"
```
</TabItem>
</Tabs>

View File

@@ -45,9 +45,9 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable DeleteRecords \
--token "***" \
--base "app0SvCs0MbKiXML2" \
--table "tblHCb2NG3vEhdtJI" \
--records "recb6jdjM9HP92DQt"
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj" \
--records "rech2bJe1XHNLUCtH"
```
</TabItem>
@@ -55,9 +55,9 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable DeleteRecords ^
--token "***" ^
--base "app0SvCs0MbKiXML2" ^
--table "tblHCb2NG3vEhdtJI" ^
--records "recb6jdjM9HP92DQt"
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj" ^
--records "rech2bJe1XHNLUCtH"
```
</TabItem>
</Tabs>

View File

@@ -44,8 +44,8 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetListOfRecords \
--token "***" \
--base "app0SvCs0MbKiXML2" \
--table "tblHCb2NG3vEhdtJI"
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj"
```
</TabItem>
@@ -53,8 +53,8 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable GetListOfRecords ^
--token "***" ^
--base "app0SvCs0MbKiXML2" ^
--table "tblHCb2NG3vEhdtJI"
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj"
```
</TabItem>
</Tabs>

View File

@@ -45,9 +45,9 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetRecord \
--token "***" \
--base "app0SvCs0MbKiXML2" \
--table "tblHCb2NG3vEhdtJI" \
--record "recb6jdjM9HP92DQt"
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj" \
--record "rech2bJe1XHNLUCtH"
```
</TabItem>
@@ -55,9 +55,9 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable GetRecord ^
--token "***" ^
--base "app0SvCs0MbKiXML2" ^
--table "tblHCb2NG3vEhdtJI" ^
--record "recb6jdjM9HP92DQt"
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj" ^
--record "rech2bJe1XHNLUCtH"
```
</TabItem>
</Tabs>

View File

@@ -57,7 +57,7 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable CreateTable \
--token "***" \
--base "app0SvCs0MbKiXML2" \
--base "appd1JtQRWxOoweQg" \
--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"
@@ -68,7 +68,7 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable CreateTable ^
--token "***" ^
--base "app0SvCs0MbKiXML2" ^
--base "appd1JtQRWxOoweQg" ^
--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

@@ -47,8 +47,8 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable ModifyTable \
--token "***" \
--base "app0SvCs0MbKiXML2" \
--table "tblHCb2NG3vEhdtJI" \
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj" \
--title "Test table 2 (change.)" \
--description "New table (change.)"
```
@@ -58,8 +58,8 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable ModifyTable ^
--token "***" ^
--base "app0SvCs0MbKiXML2" ^
--table "tblHCb2NG3vEhdtJI" ^
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj" ^
--title "Test table 2 (change.)" ^
--description "New table (change.)"
```

View File

@@ -41,7 +41,7 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable GetDatabaseTables \
--token "***" \
--base "app0SvCs0MbKiXML2"
--base "appd1JtQRWxOoweQg"
```
</TabItem>
@@ -49,7 +49,7 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable GetDatabaseTables ^
--token "***" ^
--base "app0SvCs0MbKiXML2"
--base "appd1JtQRWxOoweQg"
```
</TabItem>
</Tabs>

View File

@@ -44,23 +44,27 @@ import TabItem from '@theme/TabItem';
<TabItem value="bash" label="Bash" default>
```bash
# JSON data can also be passed as a path to a .json file
oint airtable CreateField \
--token "***" \
--base "appPli0MOZzZfk9cC" \
--table "tblCWdRHnJcWIZttO" \
--title "8f3ad36c-8acc-4de6-8fb2-bb6d6f978eff" \
--fielddata "C:\Users\Administrator\AppData\Local\Temp\ycnnscsh0iz.tmp"
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj" \
--title "7b632a77-a9dd-4cd5-a0ce-794093229b7d" \
--fielddata "{'name':'7b632a77-a9dd-4cd5-a0ce-794093229b7d','type':'number','options':{'precision':0}}"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
:: JSON data can also be passed as a path to a .json file
oint airtable CreateField ^
--token "***" ^
--base "appPli0MOZzZfk9cC" ^
--table "tblCWdRHnJcWIZttO" ^
--title "8f3ad36c-8acc-4de6-8fb2-bb6d6f978eff" ^
--fielddata "C:\Users\Administrator\AppData\Local\Temp\ycnnscsh0iz.tmp"
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj" ^
--title "7b632a77-a9dd-4cd5-a0ce-794093229b7d" ^
--fielddata "{'name':'7b632a77-a9dd-4cd5-a0ce-794093229b7d','type':'number','options':{'precision':0}}"
```
</TabItem>
</Tabs>

View File

@@ -37,14 +37,14 @@ import TabItem from '@theme/TabItem';
<TabItem value="bash" label="Bash" default>
```bash
oint airtable GetNumberField \
--title "8f3ad36c-8acc-4de6-8fb2-bb6d6f978eff"
--title "7b632a77-a9dd-4cd5-a0ce-794093229b7d"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint airtable GetNumberField ^
--title "8f3ad36c-8acc-4de6-8fb2-bb6d6f978eff"
--title "7b632a77-a9dd-4cd5-a0ce-794093229b7d"
```
</TabItem>
</Tabs>

View File

@@ -50,10 +50,10 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable ModifyField \
--token "***" \
--base "app0SvCs0MbKiXML2" \
--table "tblHCb2NG3vEhdtJI" \
--field "fldiZSPgg3W3B3HGf" \
--title "8cf6fa1f-ffd5-41eb-b63d-701490bbd563(change.)" \
--base "appd1JtQRWxOoweQg" \
--table "tblh0DeyKd6T8nEUj" \
--field "fld8toLuRpM86wBML" \
--title "0a0fa0d9-d0a7-4f25-aee0-4c65088b592e(change.)" \
--description "New description"
```
</TabItem>
@@ -62,10 +62,10 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable ModifyField ^
--token "***" ^
--base "app0SvCs0MbKiXML2" ^
--table "tblHCb2NG3vEhdtJI" ^
--field "fldiZSPgg3W3B3HGf" ^
--title "8cf6fa1f-ffd5-41eb-b63d-701490bbd563(change.)" ^
--base "appd1JtQRWxOoweQg" ^
--table "tblh0DeyKd6T8nEUj" ^
--field "fld8toLuRpM86wBML" ^
--title "0a0fa0d9-d0a7-4f25-aee0-4c65088b592e(change.)" ^
--description "New description"
```
</TabItem>

View File

@@ -113,7 +113,7 @@ Method at API documentation: [calendar.event.add](https://apidocs.bitrix24.ru/ap
oint bitrix24 CreateCalendarEvent \
--url "b24-ar17wx.bitrix24.by" \
--fields "{'type':'user','ownerId':1,'from':'2025-05-02T16:30:18.6054419','to':'2025-05-02T17:30:18.6054419','section':650,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-05-12T16:30:18.6054419'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" \
--fields "{'type':'user','ownerId':1,'from':'2025-05-22T09:41:40.3026948','to':'2025-05-22T10:41:40.3026948','section':734,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-06-01T09:41:40.3026948'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" \
--token "***"
```
</TabItem>
@@ -124,7 +124,7 @@ Method at API documentation: [calendar.event.add](https://apidocs.bitrix24.ru/ap
oint bitrix24 CreateCalendarEvent ^
--url "b24-ar17wx.bitrix24.by" ^
--fields "{'type':'user','ownerId':1,'from':'2025-05-02T16:30:18.6054419','to':'2025-05-02T17:30:18.6054419','section':650,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-05-12T16:30:18.6054419'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" ^
--fields "{'type':'user','ownerId':1,'from':'2025-05-22T09:41:40.3026948','to':'2025-05-22T10:41:40.3026948','section':734,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-06-01T09:41:40.3026948'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" ^
--token "***"
```
</TabItem>

View File

@@ -52,7 +52,7 @@ Method at API documentation: [calendar.event.delete](https://apidocs.bitrix24.ru
```bash
oint bitrix24 DeleteCalendarEvent \
--url "b24-ar17wx.bitrix24.by" \
--event 1058 \
--event 1226 \
--token "***"
```
</TabItem>
@@ -61,7 +61,7 @@ Method at API documentation: [calendar.event.delete](https://apidocs.bitrix24.ru
```batch
oint bitrix24 DeleteCalendarEvent ^
--url "b24-ar17wx.bitrix24.by" ^
--event 1058 ^
--event 1226 ^
--token "***"
```
</TabItem>

View File

@@ -52,7 +52,7 @@ Method at API documentation: [calendar.event.getbyid](https://apidocs.bitrix24.r
```bash
oint bitrix24 GetCalendarEvent \
--url "b24-ar17wx.bitrix24.by" \
--event 1058 \
--event 1226 \
--token "***"
```
</TabItem>
@@ -61,7 +61,7 @@ Method at API documentation: [calendar.event.getbyid](https://apidocs.bitrix24.r
```batch
oint bitrix24 GetCalendarEvent ^
--url "b24-ar17wx.bitrix24.by" ^
--event 1058 ^
--event 1226 ^
--token "***"
```
</TabItem>

View File

@@ -73,7 +73,7 @@ Method at API documentation: [calendar.event.get](https://apidocs.bitrix24.ru/ap
--url "b24-ar17wx.bitrix24.by" \
--owner 1 \
--type "user" \
--filter "{'from':'2025-05-02T16:30:33.7377921Z','to':'2025-05-03T16:30:33.7377921Z','section':[648,650]}" \
--filter "{'from':'2025-05-22T09:41:58.092791Z','to':'2025-05-23T09:41:58.092791Z','section':[732,734]}" \
--token "***"
```
</TabItem>
@@ -86,7 +86,7 @@ Method at API documentation: [calendar.event.get](https://apidocs.bitrix24.ru/ap
--url "b24-ar17wx.bitrix24.by" ^
--owner 1 ^
--type "user" ^
--filter "{'from':'2025-05-02T16:30:33.7377921Z','to':'2025-05-03T16:30:33.7377921Z','section':[648,650]}" ^
--filter "{'from':'2025-05-22T09:41:58.092791Z','to':'2025-05-23T09:41:58.092791Z','section':[732,734]}" ^
--token "***"
```
</TabItem>

View File

@@ -52,7 +52,7 @@ Method at API documentation: [calendar.meeting.status.get](https://apidocs.bitri
```bash
oint bitrix24 GetUserParticipationStatus \
--url "b24-ar17wx.bitrix24.by" \
--event 1058 \
--event 1226 \
--token "***"
```
</TabItem>
@@ -61,7 +61,7 @@ Method at API documentation: [calendar.meeting.status.get](https://apidocs.bitri
```batch
oint bitrix24 GetUserParticipationStatus ^
--url "b24-ar17wx.bitrix24.by" ^
--event 1058 ^
--event 1226 ^
--token "***"
```
</TabItem>

View File

@@ -54,7 +54,7 @@ Method at API documentation: [calendar.meeting.status.set](https://apidocs.bitri
```bash
oint bitrix24 SetUserParticipationStatus \
--url "b24-ar17wx.bitrix24.by" \
--event 1058 \
--event 1226 \
--status "Y" \
--token "***"
```
@@ -64,7 +64,7 @@ Method at API documentation: [calendar.meeting.status.set](https://apidocs.bitri
```batch
oint bitrix24 SetUserParticipationStatus ^
--url "b24-ar17wx.bitrix24.by" ^
--event 1058 ^
--event 1226 ^
--status "Y" ^
--token "***"
```

View File

@@ -65,7 +65,7 @@ Method at API documentation: [calendar.event.update](https://apidocs.bitrix24.ru
oint bitrix24 UpdateCalendarEvent \
--url "b24-ar17wx.bitrix24.by" \
--event 1058 \
--event 1226 \
--fields "{'ownerId':1,'type':'user','name':'Modified event','description':'New event description','importance':'low','private_event':'Y'}" \
--token "***"
```
@@ -77,7 +77,7 @@ Method at API documentation: [calendar.event.update](https://apidocs.bitrix24.ru
oint bitrix24 UpdateCalendarEvent ^
--url "b24-ar17wx.bitrix24.by" ^
--event 1058 ^
--event 1226 ^
--fields "{'ownerId':1,'type':'user','name':'Modified event','description':'New event description','importance':'low','private_event':'Y'}" ^
--token "***"
```

View File

@@ -70,8 +70,9 @@ Method at API documentation: [calendar.section.add](https://apidocs.bitrix24.ru/
# JSON data can also be passed as a path to a .json file
oint bitrix24 CreateCalendar \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}"
--url "b24-ar17wx.bitrix24.by" \
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \
--token "***"
```
</TabItem>
@@ -80,8 +81,9 @@ Method at API documentation: [calendar.section.add](https://apidocs.bitrix24.ru/
:: JSON data can also be passed as a path to a .json file
oint bitrix24 CreateCalendar ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}"
--url "b24-ar17wx.bitrix24.by" ^
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" ^
--token "***"
```
</TabItem>
</Tabs>

View File

@@ -56,7 +56,7 @@ Method at API documentation: [calendar.section.delete](https://apidocs.bitrix24.
```bash
oint bitrix24 DeleteCalendar \
--url "b24-ar17wx.bitrix24.by" \
--calendar 650 \
--calendar 734 \
--owner 1 \
--type "user" \
--token "***"
@@ -67,7 +67,7 @@ Method at API documentation: [calendar.section.delete](https://apidocs.bitrix24.
```batch
oint bitrix24 DeleteCalendar ^
--url "b24-ar17wx.bitrix24.by" ^
--calendar 650 ^
--calendar 734 ^
--owner 1 ^
--type "user" ^
--token "***"

View File

@@ -63,8 +63,8 @@ Method at API documentation: [calendar.accessibility.get](https://apidocs.bitrix
oint bitrix24 GetUserBusy \
--url "b24-ar17wx.bitrix24.by" \
--users 1 \
--from "2025-05-01T16:30:39.0029144" \
--to "2025-05-08T16:30:39.0029144" \
--from "2025-05-21T09:42:03.4541713" \
--to "2025-05-28T09:42:03.4541713" \
--token "***"
```
</TabItem>
@@ -74,8 +74,8 @@ Method at API documentation: [calendar.accessibility.get](https://apidocs.bitrix
oint bitrix24 GetUserBusy ^
--url "b24-ar17wx.bitrix24.by" ^
--users 1 ^
--from "2025-05-01T16:30:39.0029144" ^
--to "2025-05-08T16:30:39.0029144" ^
--from "2025-05-21T09:42:03.4541713" ^
--to "2025-05-28T09:42:03.4541713" ^
--token "***"
```
</TabItem>

View File

@@ -63,7 +63,7 @@ Method at API documentation: [calendar.section.update](https://apidocs.bitrix24.
oint bitrix24 UpdateCalendar \
--url "b24-ar17wx.bitrix24.by" \
--calendar 650 \
--calendar 734 \
--fields "{'type':'user','ownerId':1,'name':'New calendar name','description':'This calendar has been changed'}" \
--token "***"
```
@@ -75,7 +75,7 @@ Method at API documentation: [calendar.section.update](https://apidocs.bitrix24.
oint bitrix24 UpdateCalendar ^
--url "b24-ar17wx.bitrix24.by" ^
--calendar 650 ^
--calendar 734 ^
--fields "{'type':'user','ownerId':1,'name':'New calendar name','description':'This calendar has been changed'}" ^
--token "***"
```

View File

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

View File

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

View File

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

View File

@@ -51,7 +51,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 32596 \
--folderid 33840 \
--token "***"
```
</TabItem>
@@ -60,7 +60,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 32596 ^
--folderid 33840 ^
--token "***"
```
</TabItem>

View File

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

View File

@@ -59,8 +59,8 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 MakeFolderCopy \
--url "b24-ar17wx.bitrix24.by" \
--folderid 32598 \
--tagetid 32600 \
--folderid 33842 \
--tagetid 33844 \
--token "***"
```
</TabItem>
@@ -69,8 +69,8 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 MakeFolderCopy ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 32598 ^
--tagetid 32600 ^
--folderid 33842 ^
--tagetid 33844 ^
--token "***"
```
</TabItem>

View File

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

View File

@@ -58,8 +58,8 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 MoveFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 32598 \
--tagetid 32594 \
--folderid 33842 \
--tagetid 33838 \
--token "***"
```
</TabItem>
@@ -68,8 +68,8 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 MoveFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 32598 ^
--tagetid 32594 ^
--folderid 33842 ^
--tagetid 33838 ^
--token "***"
```
</TabItem>

View File

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

View File

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

View File

@@ -59,7 +59,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 2348 \
--chat 2432 \
--users "[10,12]" \
--hide true \
--token "***"
@@ -70,7 +70,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 2348 ^
--chat 2432 ^
--users "[10,12]" ^
--hide true ^
--token "***"

View File

@@ -58,7 +58,7 @@ Available colours: RED, GREEN, MINT, LIGHT_BLUE, DARK_BLUE, PURPLE, AQUA, PINK,
```bash
oint bitrix24 ChangeChatColor \
--url "b24-ar17wx.bitrix24.by" \
--chat 2346 \
--chat 2430 \
--color "PURPLE" \
--token "***"
```
@@ -68,7 +68,7 @@ Available colours: RED, GREEN, MINT, LIGHT_BLUE, DARK_BLUE, PURPLE, AQUA, PINK,
```batch
oint bitrix24 ChangeChatColor ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 2346 ^
--chat 2430 ^
--color "PURPLE" ^
--token "***"
```

View File

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

View File

@@ -57,7 +57,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 2348 \
--chat 2432 \
--picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
--token "***"
```
@@ -67,7 +67,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 2348 ^
--chat 2432 ^
--picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^
--token "***"
```

View File

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

View File

@@ -55,7 +55,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 2348 \
--chat 2432 \
--user 10 \
--token "***"
```
@@ -65,7 +65,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 2348 ^
--chat 2432 ^
--user 10 ^
--token "***"
```

View File

@@ -52,7 +52,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 2348 \
--chat 2432 \
--token "***"
```
</TabItem>
@@ -61,7 +61,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 2348 ^
--chat 2432 ^
--token "***"
```
</TabItem>

View File

@@ -52,7 +52,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 2348 \
--chat 2432 \
--token "***"
```
</TabItem>
@@ -61,7 +61,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 2348 ^
--chat 2432 ^
--token "***"
```
</TabItem>

View File

@@ -52,7 +52,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/***" \
--chat 2346
--chat 2430
```
</TabItem>
@@ -60,7 +60,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/***" ^
--chat 2346
--chat 2430
```
</TabItem>
</Tabs>

View File

@@ -52,7 +52,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 2348 \
--chat 2432 \
--token "***"
```
</TabItem>
@@ -61,7 +61,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 2348 ^
--chat 2432 ^
--token "***"
```
</TabItem>

View File

@@ -48,14 +48,16 @@ Method at API documentation: [im.user.status.get](https://dev.1c-bitrix.ru/learn
<TabItem value="bash" label="Bash" default>
```bash
oint bitrix24 GetUserStatus \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--url "b24-ar17wx.bitrix24.by" \
--token "***"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint bitrix24 GetUserStatus ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--url "b24-ar17wx.bitrix24.by" ^
--token "***"
```
</TabItem>
</Tabs>

View File

@@ -52,7 +52,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 2348 \
--chat 2432 \
--token "***"
```
</TabItem>
@@ -61,7 +61,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 2348 ^
--chat 2432 ^
--token "***"
```
</TabItem>

View File

@@ -55,18 +55,20 @@ Method at API documentation: [task.commentitem.add](https://dev.1c-bitrix.ru/res
<TabItem value="bash" label="Bash" default>
```bash
oint bitrix24 AddTaskComment \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--task "6092" \
--text "Task impossible, let's split up"
--url "b24-ar17wx.bitrix24.by" \
--task "6102" \
--text "Task uninpossible, don't split up" \
--token "***"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint bitrix24 AddTaskComment ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--task "6092" ^
--text "Task impossible, let's split up"
--url "b24-ar17wx.bitrix24.by" ^
--task "6102" ^
--text "Task uninpossible, don't split up" ^
--token "***"
```
</TabItem>
</Tabs>

View File

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

View File

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

View File

@@ -54,8 +54,8 @@ Method at API documentation: [task.commentitem.delete](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 DeleteTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "5868" \
--comment 13672 \
--task "6102" \
--comment 14170 \
--token "***"
```
</TabItem>
@@ -64,8 +64,8 @@ Method at API documentation: [task.commentitem.delete](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 DeleteTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5868" ^
--comment 13672 ^
--task "6102" ^
--comment 14170 ^
--token "***"
```
</TabItem>

View File

@@ -51,7 +51,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 "5868" \
--task "6102" \
--token "***"
```
</TabItem>
@@ -60,7 +60,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 "5868" ^
--task "6102" ^
--token "***"
```
</TabItem>

View File

@@ -54,8 +54,8 @@ Method at API documentation: [task.commentitem.get](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 GetTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "5868" \
--comment 13672 \
--task "6102" \
--comment 14170 \
--token "***"
```
</TabItem>
@@ -64,8 +64,8 @@ Method at API documentation: [task.commentitem.get](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 GetTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5868" ^
--comment 13672 ^
--task "6102" ^
--comment 14170 ^
--token "***"
```
</TabItem>

View File

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

View File

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

View File

@@ -52,7 +52,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 3480 \
--deal 3648 \
--token "***"
```
</TabItem>
@@ -61,7 +61,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 3480 ^
--deal 3648 ^
--token "***"
```
</TabItem>

View File

@@ -52,7 +52,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 3478 \
--deal 3646 \
--token "***"
```
</TabItem>
@@ -61,7 +61,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 3478 ^
--deal 3646 ^
--token "***"
```
</TabItem>

View File

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

View File

@@ -58,18 +58,22 @@ Method at API documentation: [department.add](https://dev.1c-bitrix.ru/rest_help
<TabItem value="bash" label="Bash" default>
```bash
oint bitrix24 CreateDepartment \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--title "Main department" \
--parentid 1
--url "b24-ar17wx.bitrix24.by" \
--title "Subordinate department" \
--parentid 2038 \
--headid 1 \
--token "***"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint bitrix24 CreateDepartment ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--title "Main department" ^
--parentid 1
--url "b24-ar17wx.bitrix24.by" ^
--title "Subordinate department" ^
--parentid 2038 ^
--headid 1 ^
--token "***"
```
</TabItem>
</Tabs>

View File

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

View File

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

View File

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

View File

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

View File

@@ -64,11 +64,11 @@ Method at API documentation: [log.blogpost.add](https://dev.1c-bitrix.ru/rest_he
# JSON data can also be passed as a path to a .json file
oint bitrix24 CreatePost \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--url "b24-ar17wx.bitrix24.by" \
--text "Text of post" \
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" \
--title "Post title" \
--important true
--token "***"
```
</TabItem>
@@ -77,11 +77,11 @@ Method at API documentation: [log.blogpost.add](https://dev.1c-bitrix.ru/rest_he
:: JSON data can also be passed as a path to a .json file
oint bitrix24 CreatePost ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--url "b24-ar17wx.bitrix24.by" ^
--text "Text of post" ^
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" ^
--title "Post title" ^
--important true
--token "***"
```
</TabItem>
</Tabs>

View File

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

View File

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

View File

@@ -52,7 +52,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 2300 \
--postid 2384 \
--token "***"
```
</TabItem>
@@ -61,7 +61,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 2300 ^
--postid 2384 ^
--token "***"
```
</TabItem>

View File

@@ -65,7 +65,7 @@ Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest
oint bitrix24 UpdatePost \
--url "b24-ar17wx.bitrix24.by" \
--postid 2298 \
--postid 2382 \
--text "New post text" \
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" \
--title "New post title" \
@@ -79,7 +79,7 @@ Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest
oint bitrix24 UpdatePost ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 2298 ^
--postid 2382 ^
--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

@@ -52,7 +52,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 32590 \
--fileid 33834 \
--token "***"
```
</TabItem>
@@ -61,7 +61,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 32590 ^
--fileid 33834 ^
--token "***"
```
</TabItem>

View File

@@ -53,7 +53,7 @@ Method at API documentation: [disk.file.getExternalLink](https://dev.1c-bitrix.r
```bash
oint bitrix24 GetFileExternalLink \
--url "b24-ar17wx.bitrix24.by" \
--fileid 32590 \
--fileid 33834 \
--token "***"
```
</TabItem>
@@ -62,7 +62,7 @@ Method at API documentation: [disk.file.getExternalLink](https://dev.1c-bitrix.r
```batch
oint bitrix24 GetFileExternalLink ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 32590 ^
--fileid 33834 ^
--token "***"
```
</TabItem>

View File

@@ -51,7 +51,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 32590 \
--fileid 33834 \
--token "***"
```
</TabItem>
@@ -60,7 +60,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 32590 ^
--fileid 33834 ^
--token "***"
```
</TabItem>

View File

@@ -58,8 +58,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 32590 \
--folderid 32596 \
--fileid 33834 \
--folderid 33840 \
--token "***"
```
</TabItem>
@@ -68,8 +68,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 32590 ^
--folderid 32596 ^
--fileid 33834 ^
--folderid 33840 ^
--token "***"
```
</TabItem>

View File

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

View File

@@ -58,8 +58,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 32590 \
--folderid 32600 \
--fileid 33834 \
--folderid 33844 \
--token "***"
```
</TabItem>
@@ -68,8 +68,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 32590 ^
--folderid 32600 ^
--fileid 33834 ^
--folderid 33844 ^
--token "***"
```
</TabItem>

View File

@@ -56,7 +56,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 32590 \
--fileid 33834 \
--title "New file name.jpg" \
--token "***"
```
@@ -66,7 +66,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 32590 ^
--fileid 33834 ^
--title "New file name.jpg" ^
--token "***"
```

View File

@@ -51,7 +51,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 32590 \
--fileid 33834 \
--token "***"
```
</TabItem>
@@ -60,7 +60,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 32590 ^
--fileid 33834 ^
--token "***"
```
</TabItem>

View File

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

View File

@@ -61,20 +61,24 @@ Method at API documentation: [task.stages.add](https://dev.1c-bitrix.ru/rest_hel
<TabItem value="bash" label="Bash" default>
```bash
oint bitrix24 AddKanbanStage \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--title "New stage" \
--url "b24-ar17wx.bitrix24.by" \
--title "New stage 2" \
--color "0026FF" \
--prevstage 6
--prevstage 2284 \
--admin true \
--token "***"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint bitrix24 AddKanbanStage ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--title "New stage" ^
--url "b24-ar17wx.bitrix24.by" ^
--title "New stage 2" ^
--color "0026FF" ^
--prevstage 6
--prevstage 2284 ^
--admin true ^
--token "***"
```
</TabItem>
</Tabs>

View File

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

View File

@@ -58,8 +58,8 @@ Method at API documentation: [task.stages.movetask](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 MoveTaskToKanbanStage \
--url "b24-ar17wx.bitrix24.by" \
--task "5870" \
--stage 2202 \
--task "6104" \
--stage 2286 \
--token "***"
```
</TabItem>
@@ -68,8 +68,8 @@ Method at API documentation: [task.stages.movetask](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 MoveTaskToKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5870" ^
--stage 2202 ^
--task "6104" ^
--stage 2286 ^
--token "***"
```
</TabItem>

View File

@@ -63,7 +63,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 2202 \
--stage 2286 \
--color "000000" \
--prevstage 6 \
--admin true \
@@ -76,7 +76,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 2202 ^
--stage 2286 ^
--color "000000" ^
--prevstage 6 ^
--admin true ^

View File

@@ -52,7 +52,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 1748 \
--lead 1832 \
--token "***"
```
</TabItem>
@@ -61,7 +61,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 1748 ^
--lead 1832 ^
--token "***"
```
</TabItem>

View File

@@ -52,7 +52,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 1748 \
--lead 1832 \
--token "***"
```
</TabItem>
@@ -61,7 +61,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 1748 ^
--lead 1832 ^
--token "***"
```
</TabItem>

View File

@@ -54,14 +54,16 @@ Method at API documentation: [crm.lead.list](https://dev.1c-bitrix.ru/rest_help/
<TabItem value="bash" label="Bash" default>
```bash
oint bitrix24 GetLeadsList \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--url "b24-ar17wx.bitrix24.by" \
--token "***"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint bitrix24 GetLeadsList ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--url "b24-ar17wx.bitrix24.by" ^
--token "***"
```
</TabItem>
</Tabs>

View File

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

View File

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

View File

@@ -63,7 +63,7 @@ Method at API documentation: [im.message.update](https://dev.1c-bitrix.ru/learni
```bash
oint bitrix24 EditMessage \
--url "b24-ar17wx.bitrix24.by" \
--message 44608 \
--message 46470 \
--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 "***"
@@ -74,7 +74,7 @@ Method at API documentation: [im.message.update](https://dev.1c-bitrix.ru/learni
```batch
oint bitrix24 EditMessage ^
--url "b24-ar17wx.bitrix24.by" ^
--message 44608 ^
--message 46470 ^
--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

@@ -68,8 +68,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 2348 \
--fileid 32628 \
--chat 2432 \
--fileid 33872 \
--description "Very important file" \
--token "***"
```
@@ -79,8 +79,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 2348 ^
--fileid 32628 ^
--chat 2432 ^
--fileid 33872 ^
--description "Very important file" ^
--token "***"
```

View File

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

View File

@@ -63,20 +63,22 @@ Method at API documentation: [im.notify.personal.add](https://dev.1c-bitrix.ru/l
<TabItem value="bash" label="Bash" default>
```bash
oint bitrix24 CreatePersonalNotification \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--user 1 \
--url "b24-ar17wx.bitrix24.by" \
--user 10 \
--text "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'}}]"
--tag "New" \
--token "***"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint bitrix24 CreatePersonalNotification ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--user 1 ^
--url "b24-ar17wx.bitrix24.by" ^
--user 10 ^
--text "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'}}]"
--tag "New" ^
--token "***"
```
</TabItem>
</Tabs>

View File

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

View File

@@ -48,14 +48,16 @@ Method at API documentation: [server_time](https://dev.1c-bitrix.ru/rest_help/ge
<TabItem value="bash" label="Bash" default>
```bash
oint bitrix24 ServerTime \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--url "b24-ar17wx.bitrix24.by" \
--token "***"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint bitrix24 ServerTime ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--url "b24-ar17wx.bitrix24.by" ^
--token "***"
```
</TabItem>
</Tabs>

View File

@@ -47,14 +47,16 @@ Method at API documentation: [disk.storage.getlist](https://dev.1c-bitrix.ru/res
<TabItem value="bash" label="Bash" default>
```bash
oint bitrix24 GetStoragesList \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--url "b24-ar17wx.bitrix24.by" \
--token "***"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint bitrix24 GetStoragesList ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--url "b24-ar17wx.bitrix24.by" ^
--token "***"
```
</TabItem>
</Tabs>

View File

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

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```bash
oint bitrix24 CompleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--element 4154 \
--task "6100" \
--element 4322 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```batch
oint bitrix24 CompleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--element 4154 ^
--task "6100" ^
--element 4322 ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
```bash
oint bitrix24 DeleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--element 4154 \
--task "6100" \
--element 4322 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
```batch
oint bitrix24 DeleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--element 4154 ^
--task "6100" ^
--element 4322 ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 GetTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--element 4154 \
--task "6100" \
--element 4322 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 GetTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--element 4154 ^
--task "6100" ^
--element 4322 ^
--token "***"
```
</TabItem>

View File

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

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```bash
oint bitrix24 RenewTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--element 4154 \
--task "6100" \
--element 4322 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```batch
oint bitrix24 RenewTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--element 4154 ^
--task "6100" ^
--element 4322 ^
--token "***"
```
</TabItem>

View File

@@ -58,8 +58,8 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```bash
oint bitrix24 UpdateTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "5866" \
--element 4154 \
--task "6100" \
--element 4322 \
--text "New elements text" \
--token "***"
```
@@ -69,8 +69,8 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```batch
oint bitrix24 UpdateTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "5866" ^
--element 4154 ^
--task "6100" ^
--element 4322 ^
--text "New elements text" ^
--token "***"
```

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