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

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-07 15:34:22 +00:00
parent 3ca0cfc415
commit 609a39a349
1616 changed files with 96497 additions and 98765 deletions

Binary file not shown.

View File

@@ -1,6 +1,6 @@
oint airtable CreateComment \ oint airtable CreateComment \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" \ --table "tblHkcDgxI3U2XnHf" \
--record "recdN26mlTGsP6wvu" \ --record "recA9qBHJkvsN0bh6" \
--text "TestComment" --text "TestComment"

View File

@@ -1,6 +1,6 @@
oint airtable CreateComment ^ oint airtable CreateComment ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" ^ --table "tblHkcDgxI3U2XnHf" ^
--record "recdN26mlTGsP6wvu" ^ --record "recA9qBHJkvsN0bh6" ^
--text "TestComment" --text "TestComment"

View File

@@ -1,3 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint airtable CreateDatabase \ oint airtable CreateDatabase \
--token "***" \ --token "***" \
--ws "wspdf8yl1yZz3PmWZ" \ --ws "wspdf8yl1yZz3PmWZ" \

View File

@@ -1,3 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint airtable CreateDatabase ^ oint airtable CreateDatabase ^
--token "***" ^ --token "***" ^
--ws "wspdf8yl1yZz3PmWZ" ^ --ws "wspdf8yl1yZz3PmWZ" ^

View File

@@ -1,5 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint airtable CreateField \ oint airtable CreateField \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" \ --table "tblHkcDgxI3U2XnHf" \
--fielddata "{'name':'b7bac892-9d6a-4a28-afc9-1bfaccbca053','type':'number','options':{'precision':'0'}}" --fielddata "{'name':'b926ae12-0b37-461f-97d3-ad7a66dadc2b','type':'number','options':{'precision':'0'}}"

View File

@@ -1,5 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint airtable CreateField ^ oint airtable CreateField ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" ^ --table "tblHkcDgxI3U2XnHf" ^
--fielddata "{'name':'b7bac892-9d6a-4a28-afc9-1bfaccbca053','type':'number','options':{'precision':'0'}}" --fielddata "{'name':'b926ae12-0b37-461f-97d3-ad7a66dadc2b','type':'number','options':{'precision':'0'}}"

View File

@@ -1,5 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint airtable CreatePosts \ oint airtable CreatePosts \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" \ --table "tblHkcDgxI3U2XnHf" \
--data "{'Number':'10','String':'Hello'}" --data "{'Number':'10','String':'Hello'}"

View File

@@ -1,5 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint airtable CreatePosts ^ oint airtable CreatePosts ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" ^ --table "tblHkcDgxI3U2XnHf" ^
--data "{'Number':'10','String':'Hello'}" --data "{'Number':'10','String':'Hello'}"

View File

@@ -1,6 +1,8 @@
# JSON data can also be passed as a path to a .json file
oint airtable CreateTable \ oint airtable CreateTable \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--title "TestTable2" \ --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'}]" \ --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" --description "NewTable"

View File

@@ -1,6 +1,8 @@
:: JSON data can also be passed as a path to a .json file
oint airtable CreateTable ^ oint airtable CreateTable ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--title "TestTable2" ^ --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'}]" ^ --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" --description "NewTable"

View File

@@ -1,6 +1,6 @@
oint airtable DeleteComment \ oint airtable DeleteComment \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" \ --table "tblHkcDgxI3U2XnHf" \
--record "recdN26mlTGsP6wvu" \ --record "recA9qBHJkvsN0bh6" \
--comment "comHZblp0HVlZdJw9" --comment "comYu63rtcU2Z6ESU"

View File

@@ -1,6 +1,6 @@
oint airtable DeleteComment ^ oint airtable DeleteComment ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" ^ --table "tblHkcDgxI3U2XnHf" ^
--record "recdN26mlTGsP6wvu" ^ --record "recA9qBHJkvsN0bh6" ^
--comment "comHZblp0HVlZdJw9" --comment "comYu63rtcU2Z6ESU"

View File

@@ -1,5 +1,5 @@
oint airtable DeleteRecords \ oint airtable DeleteRecords \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" \ --table "tblHkcDgxI3U2XnHf" \
--records "recdN26mlTGsP6wvu" --records "recA9qBHJkvsN0bh6"

View File

@@ -1,5 +1,5 @@
oint airtable DeleteRecords ^ oint airtable DeleteRecords ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" ^ --table "tblHkcDgxI3U2XnHf" ^
--records "recdN26mlTGsP6wvu" --records "recA9qBHJkvsN0bh6"

View File

@@ -1,7 +1,7 @@
oint airtable EditComment \ oint airtable EditComment \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" \ --table "tblHkcDgxI3U2XnHf" \
--record "recdN26mlTGsP6wvu" \ --record "recA9qBHJkvsN0bh6" \
--comment "comHZblp0HVlZdJw9" \ --comment "comYu63rtcU2Z6ESU" \
--text "Test comment (change.)" --text "Test comment (change.)"

View File

@@ -1,7 +1,7 @@
oint airtable EditComment ^ oint airtable EditComment ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" ^ --table "tblHkcDgxI3U2XnHf" ^
--record "recdN26mlTGsP6wvu" ^ --record "recA9qBHJkvsN0bh6" ^
--comment "comHZblp0HVlZdJw9" ^ --comment "comYu63rtcU2Z6ESU" ^
--text "Test comment (change.)" --text "Test comment (change.)"

View File

@@ -1,5 +1,5 @@
oint airtable GetComments \ oint airtable GetComments \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" \ --table "tblHkcDgxI3U2XnHf" \
--record "recdN26mlTGsP6wvu" --record "recA9qBHJkvsN0bh6"

View File

@@ -1,5 +1,5 @@
oint airtable GetComments ^ oint airtable GetComments ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" ^ --table "tblHkcDgxI3U2XnHf" ^
--record "recdN26mlTGsP6wvu" --record "recA9qBHJkvsN0bh6"

View File

@@ -1,3 +1,3 @@
oint airtable GetDatabaseTables \ oint airtable GetDatabaseTables \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" --base "apppLBhsU5rQXonVc"

View File

@@ -1,3 +1,3 @@
oint airtable GetDatabaseTables ^ oint airtable GetDatabaseTables ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" --base "apppLBhsU5rQXonVc"

View File

@@ -1,4 +1,4 @@
oint airtable GetListOfRecords \ oint airtable GetListOfRecords \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" --table "tblHkcDgxI3U2XnHf"

View File

@@ -1,4 +1,4 @@
oint airtable GetListOfRecords ^ oint airtable GetListOfRecords ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" --table "tblHkcDgxI3U2XnHf"

View File

@@ -1,2 +1,2 @@
oint airtable GetNumberField \ oint airtable GetNumberField \
--title "b7bac892-9d6a-4a28-afc9-1bfaccbca053" --title "b926ae12-0b37-461f-97d3-ad7a66dadc2b"

View File

@@ -1,2 +1,2 @@
oint airtable GetNumberField ^ oint airtable GetNumberField ^
--title "b7bac892-9d6a-4a28-afc9-1bfaccbca053" --title "b926ae12-0b37-461f-97d3-ad7a66dadc2b"

View File

@@ -1,5 +1,5 @@
oint airtable GetRecord \ oint airtable GetRecord \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" \ --table "tblHkcDgxI3U2XnHf" \
--record "recdN26mlTGsP6wvu" --record "recA9qBHJkvsN0bh6"

View File

@@ -1,5 +1,5 @@
oint airtable GetRecord ^ oint airtable GetRecord ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" ^ --table "tblHkcDgxI3U2XnHf" ^
--record "recdN26mlTGsP6wvu" --record "recA9qBHJkvsN0bh6"

View File

@@ -1,7 +1,7 @@
oint airtable ModifyField \ oint airtable ModifyField \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" \ --table "tblHkcDgxI3U2XnHf" \
--field "fldpyEz4pev32XZPi" \ --field "fldgQHD4BvAolprrB" \
--title "24880dcc-0ec8-4e56-a423-7707afb120c1(change.)" \ --title "d1a13355-67af-4730-b256-2870de214eb5(change.)" \
--description "New description" --description "New description"

View File

@@ -1,7 +1,7 @@
oint airtable ModifyField ^ oint airtable ModifyField ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" ^ --table "tblHkcDgxI3U2XnHf" ^
--field "fldpyEz4pev32XZPi" ^ --field "fldgQHD4BvAolprrB" ^
--title "24880dcc-0ec8-4e56-a423-7707afb120c1(change.)" ^ --title "d1a13355-67af-4730-b256-2870de214eb5(change.)" ^
--description "New description" --description "New description"

View File

@@ -1,6 +1,6 @@
oint airtable ModifyTable \ oint airtable ModifyTable \
--token "***" \ --token "***" \
--base "appUHJhiJ9eMFouSg" \ --base "apppLBhsU5rQXonVc" \
--table "tbl0Cgy9AVXbpuuqH" \ --table "tblHkcDgxI3U2XnHf" \
--title "Test table 2 (change.)" \ --title "Test table 2 (change.)" \
--description "New table (change.)" --description "New table (change.)"

View File

@@ -1,6 +1,6 @@
oint airtable ModifyTable ^ oint airtable ModifyTable ^
--token "***" ^ --token "***" ^
--base "appUHJhiJ9eMFouSg" ^ --base "apppLBhsU5rQXonVc" ^
--table "tbl0Cgy9AVXbpuuqH" ^ --table "tblHkcDgxI3U2XnHf" ^
--title "Test table 2 (change.)" ^ --title "Test table 2 (change.)" ^
--description "New table (change.)" --description "New table (change.)"

View File

@@ -1,8 +1,10 @@
# JSON data can also be passed as a path to a .json file
oint bitrix24 AddCustomTaskField \ oint bitrix24 AddCustomTaskField \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--type ""string"" \ --type "string" \
--fieldname ""TEXT_FIELD"" \ --fieldname "TEXT_FIELD" \
--externalid ""BITRIX_TEXT_FIELD"" \ --externalid "BITRIX_TEXT_FIELD" \
--title ""Text field"" \ --title "Text field" \
--label ""/tmp/i0ke10lr.cns.json"" \ --label "{'en':'Some field','ru':'Nekotoroe pole'}" \
--token "***" --token "***"

View File

@@ -1,8 +1,10 @@
:: JSON data can also be passed as a path to a .json file
oint bitrix24 AddCustomTaskField ^ oint bitrix24 AddCustomTaskField ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--type ""string"" ^ --type "string" ^
--fieldname ""TEXT_FIELD"" ^ --fieldname "TEXT_FIELD" ^
--externalid ""BITRIX_TEXT_FIELD"" ^ --externalid "BITRIX_TEXT_FIELD" ^
--title ""Text field"" ^ --title "Text field" ^
--label ""/tmp/i0ke10lr.cns.json"" ^ --label "{'en':'Some field','ru':'Nekotoroe pole'}" ^
--token "***" --token "***"

View File

@@ -1,7 +1,7 @@
oint bitrix24 AddKanbanStage \ oint bitrix24 AddKanbanStage \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--title ""New stage 2"" \ --title "New stage 2" \
--color ""0026FF"" \ --color "0026FF" \
--prevstage "2926" \ --prevstage 2978 \
--admin "true" \ --admin true \
--token "***" --token "***"

View File

@@ -1,7 +1,7 @@
oint bitrix24 AddKanbanStage ^ oint bitrix24 AddKanbanStage ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--title ""New stage 2"" ^ --title "New stage 2" ^
--color ""0026FF"" ^ --color "0026FF" ^
--prevstage "2926" ^ --prevstage 2978 ^
--admin "true" ^ --admin true ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 AddPostComment \ oint bitrix24 AddPostComment \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--postid "3028" \ --postid 3080 \
--text ""Another comment"" \ --text "Another comment" \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 AddPostComment ^ oint bitrix24 AddPostComment ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--postid "3028" ^ --postid 3080 ^
--text ""Another comment"" ^ --text "Another comment" ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 AddPostRecipients \ oint bitrix24 AddPostRecipients \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--postid "3028" \ --postid 3080 \
--vision ""UA"" \ --vision "UA" \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 AddPostRecipients ^ oint bitrix24 AddPostRecipients ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--postid "3028" ^ --postid 3080 ^
--vision ""UA"" ^ --vision "UA" ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 AddTaskComment \ oint bitrix24 AddTaskComment \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--task ""7994"" \ --task "8124" \
--text ""Task uninpossible, don't split up"" \ --text "Task uninpossible, don't split up" \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 AddTaskComment ^ oint bitrix24 AddTaskComment ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--task ""7994"" ^ --task "8124" ^
--text ""Task uninpossible, don't split up"" ^ --text "Task uninpossible, don't split up" ^
--token "***" --token "***"

View File

@@ -1,8 +1,8 @@
oint bitrix24 AddTaskTimeAccounting \ oint bitrix24 AddTaskTimeAccounting \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--task ""7998"" \ --task "8128" \
--amount "7200" \ --amount 7200 \
--user "10" \ --user 10 \
--text ""Time spent on work"" \ --text "Time spent on work" \
--date ""2025-08-15T22:51:17.3584369"" \ --date "2025-09-07T14:51:16.0192125" \
--token "***" --token "***"

View File

@@ -1,8 +1,8 @@
oint bitrix24 AddTaskTimeAccounting ^ oint bitrix24 AddTaskTimeAccounting ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--task ""7998"" ^ --task "8128" ^
--amount "7200" ^ --amount 7200 ^
--user "10" ^ --user 10 ^
--text ""Time spent on work"" ^ --text "Time spent on work" ^
--date ""2025-08-15T22:51:17.3584369"" ^ --date "2025-09-07T14:51:16.0192125" ^
--token "***" --token "***"

View File

@@ -1,4 +1,4 @@
oint bitrix24 AddTaskToFavorites \ oint bitrix24 AddTaskToFavorites \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--task ""7992"" \ --task "8122" \
--token "***" --token "***"

View File

@@ -1,4 +1,4 @@
oint bitrix24 AddTaskToFavorites ^ oint bitrix24 AddTaskToFavorites ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--task ""7992"" ^ --task "8122" ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 AddTasksChecklistElement \ oint bitrix24 AddTasksChecklistElement \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--task ""7992"" \ --task "8122" \
--text ""Checklist element"" \ --text "Checklist element" \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 AddTasksChecklistElement ^ oint bitrix24 AddTasksChecklistElement ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--task ""7992"" ^ --task "8122" ^
--text ""Checklist element"" ^ --text "Checklist element" ^
--token "***" --token "***"

View File

@@ -1,6 +1,6 @@
oint bitrix24 AddUsersToChat \ oint bitrix24 AddUsersToChat \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--chat "3102" \ --chat 3154 \
--users "10" \ --users 10 \
--hide "true" \ --hide true \
--token "***" --token "***"

View File

@@ -1,6 +1,6 @@
oint bitrix24 AddUsersToChat ^ oint bitrix24 AddUsersToChat ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--chat "3102" ^ --chat 3154 ^
--users "10" ^ --users 10 ^
--hide "true" ^ --hide true ^
--token "***" --token "***"

View File

@@ -1,4 +1,4 @@
oint bitrix24 ApproveTask \ oint bitrix24 ApproveTask \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--task ""7992"" \ --task "8122" \
--token "***" --token "***"

View File

@@ -1,4 +1,4 @@
oint bitrix24 ApproveTask ^ oint bitrix24 ApproveTask ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--task ""7992"" ^ --task "8122" ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 AttachFileToTopic \ oint bitrix24 AttachFileToTopic \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--task ""7992"" \ --task "8122" \
--fileid "42704" \ --fileid 43406 \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 AttachFileToTopic ^ oint bitrix24 AttachFileToTopic ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--task ""7992"" ^ --task "8122" ^
--fileid "42704" ^ --fileid 43406 ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatColor \ oint bitrix24 ChangeChatColor \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--chat "3100" \ --chat 3152 \
--color ""PURPLE"" \ --color "PURPLE" \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatColor ^ oint bitrix24 ChangeChatColor ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--chat "3100" ^ --chat 3152 ^
--color ""PURPLE"" ^ --color "PURPLE" ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatOwner \ oint bitrix24 ChangeChatOwner \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--chat "3102" \ --chat 3154 \
--user "10" \ --user 10 \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatOwner ^ oint bitrix24 ChangeChatOwner ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--chat "3102" ^ --chat 3154 ^
--user "10" ^ --user 10 ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatPicture \ oint bitrix24 ChangeChatPicture \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--chat "3102" \ --chat 3154 \
--picture ""https://hut.openintegrations.dev/test_data/picture2.jpg"" \ --picture "https://hut.openintegrations.dev/test_data/picture2.jpg" \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatPicture ^ oint bitrix24 ChangeChatPicture ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--chat "3102" ^ --chat 3154 ^
--picture ""https://hut.openintegrations.dev/test_data/picture2.jpg"" ^ --picture "https://hut.openintegrations.dev/test_data/picture2.jpg" ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatTitle \ oint bitrix24 ChangeChatTitle \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--chat "3102" \ --chat 3154 \
--title ""Another title"" \ --title "Another title" \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatTitle ^ oint bitrix24 ChangeChatTitle ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--chat "3102" ^ --chat 3154 ^
--title ""Another title"" ^ --title "Another title" ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 ChangeUserStatus \ oint bitrix24 ChangeUserStatus \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--userid "2668" \ --userid 2722 \
--fire "true" \ --fire true \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 ChangeUserStatus ^ oint bitrix24 ChangeUserStatus ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--userid "2668" ^ --userid 2722 ^
--fire "true" ^ --fire true ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 CheckTaskAccesses \ oint bitrix24 CheckTaskAccesses \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--task ""7992"" \ --task "8122" \
--users ""['1','10']"" \ --users "['1','10']" \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 CheckTaskAccesses ^ oint bitrix24 CheckTaskAccesses ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--task ""7992"" ^ --task "8122" ^
--users ""['1','10']"" ^ --users "['1','10']" ^
--token "***" --token "***"

View File

@@ -1,4 +1,4 @@
oint bitrix24 CompleteTask \ oint bitrix24 CompleteTask \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--task ""7992"" \ --task "8122" \
--token "***" --token "***"

View File

@@ -1,4 +1,4 @@
oint bitrix24 CompleteTask ^ oint bitrix24 CompleteTask ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--task ""7992"" ^ --task "8122" ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 CompleteTasksChecklistElement \ oint bitrix24 CompleteTasksChecklistElement \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--task ""7992"" \ --task "8122" \
--element "5582" \ --element 5686 \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 CompleteTasksChecklistElement ^ oint bitrix24 CompleteTasksChecklistElement ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--task ""7992"" ^ --task "8122" ^
--element "5582" ^ --element 5686 ^
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint bitrix24 CreateCalendar \ oint bitrix24 CreateCalendar \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--fields ""/tmp/ppwprhtw.wqu.json"" \ --fields "{'type':'user','ownerId':'1','name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint bitrix24 CreateCalendar ^ oint bitrix24 CreateCalendar ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--fields ""/tmp/ppwprhtw.wqu.json"" ^ --fields "{'type':'user','ownerId':'1','name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" ^
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint bitrix24 CreateCalendarEvent \ oint bitrix24 CreateCalendarEvent \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--fields ""/tmp/jhaqjeqm.24k.json"" \ --fields "{'type':'user','ownerId':'1','from':'10/08/2025 14:59:37','to':'10/08/2025 15:59:37','section':'1416','name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'quest','importance':'normal','private_event':'Y','rrule':{'FREQ':'DAILY','COUNT':'3','INTERVAL':'10','BYDAY':['SA','MO'],'UNTIL':'10/18/2025 14:59:37'},'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 "***" --token "***"

View File

@@ -1,4 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint bitrix24 CreateCalendarEvent ^ oint bitrix24 CreateCalendarEvent ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--fields ""/tmp/jhaqjeqm.24k.json"" ^ --fields "{'type':'user','ownerId':'1','from':'10/08/2025 14:59:37','to':'10/08/2025 15:59:37','section':'1416','name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'quest','importance':'normal','private_event':'Y','rrule':{'FREQ':'DAILY','COUNT':'3','INTERVAL':'10','BYDAY':['SA','MO'],'UNTIL':'10/18/2025 14:59:37'},'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 "***" --token "***"

View File

@@ -1,4 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint bitrix24 CreateChat \ oint bitrix24 CreateChat \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--fields ""/tmp/3tcehvfu.fxk.json"" \ --fields "{'TYPE':'CHAT','TITLE':'Private chat','USERS':['10','1']}" \
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint bitrix24 CreateChat ^ oint bitrix24 CreateChat ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--fields ""/tmp/3tcehvfu.fxk.json"" ^ --fields "{'TYPE':'CHAT','TITLE':'Private chat','USERS':['10','1']}" ^
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint bitrix24 CreateDeal \ oint bitrix24 CreateDeal \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--fields ""/tmp/rct13jig.lgj.json"" \ --fields "{'TITLE':'Another deal','TYPE_ID':'GOODS','STAGE_ID':'NEW','COMPANY_ID':'1','CONTACT_ID':'3','OPENED':'Y','ASSIGNED_BY_ID':'1','PROBABILITY':'30','CURRENCY_ID':'USD','OPPORTUNITY':'5000','CATEGORY_ID':'5','BEGINDATE':'2024-01-01','CLOSEDATE':'2031-01-01'}" \
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint bitrix24 CreateDeal ^ oint bitrix24 CreateDeal ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--fields ""/tmp/rct13jig.lgj.json"" ^ --fields "{'TITLE':'Another deal','TYPE_ID':'GOODS','STAGE_ID':'NEW','COMPANY_ID':'1','CONTACT_ID':'3','OPENED':'Y','ASSIGNED_BY_ID':'1','PROBABILITY':'30','CURRENCY_ID':'USD','OPPORTUNITY':'5000','CATEGORY_ID':'5','BEGINDATE':'2024-01-01','CLOSEDATE':'2031-01-01'}" ^
--token "***" --token "***"

View File

@@ -1,6 +1,6 @@
oint bitrix24 CreateDepartment \ oint bitrix24 CreateDepartment \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--title ""Subordinate department"" \ --title "Subordinate department" \
--parentid "2672" \ --parentid 2724 \
--headid "1" \ --headid 1 \
--token "***" --token "***"

View File

@@ -1,6 +1,6 @@
oint bitrix24 CreateDepartment ^ oint bitrix24 CreateDepartment ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--title ""Subordinate department"" ^ --title "Subordinate department" ^
--parentid "2672" ^ --parentid 2724 ^
--headid "1" ^ --headid 1 ^
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint bitrix24 CreateLead \ oint bitrix24 CreateLead \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--fields ""/tmp/qidxyhc0.zqk.json"" \ --fields "{'ADDRESS':'Pushkin st., b. 10','ADDRESS_COUNTRY':'Russia','EMAIL':[{'VALUE':'yo@example.com','VALUE_TYPE':'HOME'},{'VALUE':'hi@example.com','VALUE_TYPE':'WORK'}],'NAME':'Ivan','LAST_NAME':'Ivanov','PHONE':[{'VALUE':'88005553535','VALUE_TYPE':'WORK'}],'TITLE':'MegaClient'}" \
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint bitrix24 CreateLead ^ oint bitrix24 CreateLead ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--fields ""/tmp/qidxyhc0.zqk.json"" ^ --fields "{'ADDRESS':'Pushkin st., b. 10','ADDRESS_COUNTRY':'Russia','EMAIL':[{'VALUE':'yo@example.com','VALUE_TYPE':'HOME'},{'VALUE':'hi@example.com','VALUE_TYPE':'WORK'}],'NAME':'Ivan','LAST_NAME':'Ivanov','PHONE':[{'VALUE':'88005553535','VALUE_TYPE':'WORK'}],'TITLE':'MegaClient'}" ^
--token "***" --token "***"

View File

@@ -1,6 +1,6 @@
oint bitrix24 CreatePersonalNotification \ oint bitrix24 CreatePersonalNotification \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--user "10" \ --user 10 \
--text ""Message text"" \ --text "Message text" \
--tag ""New"" \ --tag "New" \
--token "***" --token "***"

View File

@@ -1,6 +1,6 @@
oint bitrix24 CreatePersonalNotification ^ oint bitrix24 CreatePersonalNotification ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--user "10" ^ --user 10 ^
--text ""Message text"" ^ --text "Message text" ^
--tag ""New"" ^ --tag "New" ^
--token "***" --token "***"

View File

@@ -1,6 +1,8 @@
# JSON data can also be passed as a path to a .json file
oint bitrix24 CreatePost \ oint bitrix24 CreatePost \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--text ""Text of post"" \ --text "Text of post" \
--files ""/tmp/ulq0ce0n.kpc.json"" \ --files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg','2.png':'https://hut.openintegrations.dev/test_data/picture2.jpg'}" \
--title ""Post title"" \ --title "Post title" \
--token "***" --token "***"

View File

@@ -1,6 +1,8 @@
:: JSON data can also be passed as a path to a .json file
oint bitrix24 CreatePost ^ oint bitrix24 CreatePost ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--text ""Text of post"" ^ --text "Text of post" ^
--files ""/tmp/ulq0ce0n.kpc.json"" ^ --files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg','2.png':'https://hut.openintegrations.dev/test_data/picture2.jpg'}" ^
--title ""Post title"" ^ --title "Post title" ^
--token "***" --token "***"

View File

@@ -1,4 +1,4 @@
oint bitrix24 CreateResultFromComment \ oint bitrix24 CreateResultFromComment \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--comment "18616" \ --comment 18908 \
--token "***" --token "***"

View File

@@ -1,4 +1,4 @@
oint bitrix24 CreateResultFromComment ^ oint bitrix24 CreateResultFromComment ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--comment "18616" ^ --comment 18908 ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 CreateStorageFolder \ oint bitrix24 CreateStorageFolder \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--storageid "3" \ --storageid 3 \
--title ""New catalog"" \ --title "New catalog" \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 CreateStorageFolder ^ oint bitrix24 CreateStorageFolder ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--storageid "3" ^ --storageid 3 ^
--title ""New catalog"" ^ --title "New catalog" ^
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 CreateSubfolder \ oint bitrix24 CreateSubfolder \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--folderid "42714" \ --folderid 43416 \
--title ""New subfolder"" \ --title "New subfolder" \
--token "***" --token "***"

View File

@@ -1,5 +1,5 @@
oint bitrix24 CreateSubfolder ^ oint bitrix24 CreateSubfolder ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--folderid "42714" ^ --folderid 43416 ^
--title ""New subfolder"" ^ --title "New subfolder" ^
--token "***" --token "***"

View File

@@ -1,6 +1,6 @@
oint bitrix24 CreateSystemNotification \ oint bitrix24 CreateSystemNotification \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--user "10" \ --user 10 \
--text ""Message text"" \ --text "Message text" \
--tag ""New"" \ --tag "New" \
--token "***" --token "***"

View File

@@ -1,6 +1,6 @@
oint bitrix24 CreateSystemNotification ^ oint bitrix24 CreateSystemNotification ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--user "10" ^ --user 10 ^
--text ""Message text"" ^ --text "Message text" ^
--tag ""New"" ^ --tag "New" ^
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint bitrix24 CreateTask \ oint bitrix24 CreateTask \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--fields ""/tmp/dpjrx4uz.1pa.json"" \ --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'10/08/2025 14:44:16','RESPONSIBLE_ID':'1'}" \
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint bitrix24 CreateTask ^ oint bitrix24 CreateTask ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--fields ""/tmp/dpjrx4uz.1pa.json"" ^ --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'10/08/2025 14:44:16','RESPONSIBLE_ID':'1'}" ^
--token "***" --token "***"

View File

@@ -1,6 +1,6 @@
oint bitrix24 CreateTasksDependencies \ oint bitrix24 CreateTasksDependencies \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--taskfrom ""7992"" \ --taskfrom "8122" \
--taskto ""7990"" \ --taskto "8120" \
--linktype "2" \ --linktype 2 \
--token "***" --token "***"

View File

@@ -1,6 +1,6 @@
oint bitrix24 CreateTasksDependencies ^ oint bitrix24 CreateTasksDependencies ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--taskfrom ""7992"" ^ --taskfrom "8122" ^
--taskto ""7990"" ^ --taskto "8120" ^
--linktype "2" ^ --linktype 2 ^
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint bitrix24 CreateUser \ oint bitrix24 CreateUser \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--fields ""/tmp/qrtlaa0g.gfu.json"" \ --fields "{'EMAIL':'73e0c389-7236-4ec4-86f0-f5cd190521e7@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':'1'}" \
--token "***" --token "***"

View File

@@ -1,4 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint bitrix24 CreateUser ^ oint bitrix24 CreateUser ^
--url ""b24-ar17wx.bitrix24.by"" ^ --url "b24-ar17wx.bitrix24.by" ^
--fields ""/tmp/qrtlaa0g.gfu.json"" ^ --fields "{'EMAIL':'73e0c389-7236-4ec4-86f0-f5cd190521e7@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':'1'}" ^
--token "***" --token "***"

View File

@@ -1,4 +1,4 @@
oint bitrix24 DeferTask \ oint bitrix24 DeferTask \
--url ""b24-ar17wx.bitrix24.by"" \ --url "b24-ar17wx.bitrix24.by" \
--task ""7992"" \ --task "8122" \
--token "***" --token "***"

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