diff --git a/data.json.gpg b/data.json.gpg
index c4de1a4fb9..3c67a83d0e 100644
Binary files a/data.json.gpg and b/data.json.gpg differ
diff --git a/docs/en/cli/airtable/CreateComment/bash.txt b/docs/en/cli/airtable/CreateComment/bash.txt
index 6c07747143..1f32948d4f 100644
--- a/docs/en/cli/airtable/CreateComment/bash.txt
+++ b/docs/en/cli/airtable/CreateComment/bash.txt
@@ -1,6 +1,6 @@
oint airtable CreateComment \
--token "***" \
- --base "appR5UuecMnWHjiem" \
- --table "tblmZDemgr7m6s7I2" \
- --record "rec9o5Xjz00RhO6hR" \
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc" \
+ --record "recoLBvuKOwIpsCWL" \
--text "TestComment"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/CreateComment/bat.txt b/docs/en/cli/airtable/CreateComment/bat.txt
index 24a3719186..54924638b0 100644
--- a/docs/en/cli/airtable/CreateComment/bat.txt
+++ b/docs/en/cli/airtable/CreateComment/bat.txt
@@ -1,6 +1,6 @@
oint airtable CreateComment ^
--token "***" ^
- --base "appR5UuecMnWHjiem" ^
- --table "tblmZDemgr7m6s7I2" ^
- --record "rec9o5Xjz00RhO6hR" ^
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc" ^
+ --record "recoLBvuKOwIpsCWL" ^
--text "TestComment"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/CreateField/bash.txt b/docs/en/cli/airtable/CreateField/bash.txt
index ca5e5d655d..5eb9f7c00e 100644
--- a/docs/en/cli/airtable/CreateField/bash.txt
+++ b/docs/en/cli/airtable/CreateField/bash.txt
@@ -1,6 +1,8 @@
+# JSON data can also be passed as a path to a .json file
+
oint airtable CreateField \
--token "***" \
- --base "appRcy8EFLtr6b7yZ" \
- --table "tbloefx2yd28cWJIS" \
- --title "0eb399b6-0ec7-45f1-acf0-44be25a42d69" \
- --fielddata "C:\Users\bayse\AppData\Local\Temp\m2ortvrnixj.tmp"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc" \
+ --title "602c0314-c4a3-471c-826d-3b2c5fd1af30" \
+ --fielddata "{'name':'602c0314-c4a3-471c-826d-3b2c5fd1af30','type':'number','options':{'precision':0}}"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/CreateField/bat.txt b/docs/en/cli/airtable/CreateField/bat.txt
index ced661a47e..9cda80cbb9 100644
--- a/docs/en/cli/airtable/CreateField/bat.txt
+++ b/docs/en/cli/airtable/CreateField/bat.txt
@@ -1,6 +1,8 @@
+:: JSON data can also be passed as a path to a .json file
+
oint airtable CreateField ^
--token "***" ^
- --base "appRcy8EFLtr6b7yZ" ^
- --table "tbloefx2yd28cWJIS" ^
- --title "0eb399b6-0ec7-45f1-acf0-44be25a42d69" ^
- --fielddata "C:\Users\bayse\AppData\Local\Temp\m2ortvrnixj.tmp"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc" ^
+ --title "602c0314-c4a3-471c-826d-3b2c5fd1af30" ^
+ --fielddata "{'name':'602c0314-c4a3-471c-826d-3b2c5fd1af30','type':'number','options':{'precision':0}}"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/CreatePosts/bash.txt b/docs/en/cli/airtable/CreatePosts/bash.txt
index e41fcb14f6..a7ecb655ba 100644
--- a/docs/en/cli/airtable/CreatePosts/bash.txt
+++ b/docs/en/cli/airtable/CreatePosts/bash.txt
@@ -1,5 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
oint airtable CreatePosts \
--token "***" \
- --base "appRcy8EFLtr6b7yZ" \
- --table "tbloefx2yd28cWJIS" \
- --data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc" \
+ --data "{'Number':10,'String':'Hello'}"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/CreatePosts/bat.txt b/docs/en/cli/airtable/CreatePosts/bat.txt
index 22b4987c75..114dc396c8 100644
--- a/docs/en/cli/airtable/CreatePosts/bat.txt
+++ b/docs/en/cli/airtable/CreatePosts/bat.txt
@@ -1,5 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
oint airtable CreatePosts ^
--token "***" ^
- --base "appRcy8EFLtr6b7yZ" ^
- --table "tbloefx2yd28cWJIS" ^
- --data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc" ^
+ --data "{'Number':10,'String':'Hello'}"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/CreateTable/bash.txt b/docs/en/cli/airtable/CreateTable/bash.txt
index fd53a45f02..946bb6edf5 100644
--- a/docs/en/cli/airtable/CreateTable/bash.txt
+++ b/docs/en/cli/airtable/CreateTable/bash.txt
@@ -1,6 +1,6 @@
oint airtable CreateTable \
--token "***" \
- --base "appR5UuecMnWHjiem" \
+ --base "app46SIZ5dMYWauqZ" \
--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"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/CreateTable/bat.txt b/docs/en/cli/airtable/CreateTable/bat.txt
index 7f2786479b..d2472187f1 100644
--- a/docs/en/cli/airtable/CreateTable/bat.txt
+++ b/docs/en/cli/airtable/CreateTable/bat.txt
@@ -1,6 +1,6 @@
oint airtable CreateTable ^
--token "***" ^
- --base "appR5UuecMnWHjiem" ^
+ --base "app46SIZ5dMYWauqZ" ^
--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"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/DeleteComment/bash.txt b/docs/en/cli/airtable/DeleteComment/bash.txt
index d38526ece9..a9466a2e99 100644
--- a/docs/en/cli/airtable/DeleteComment/bash.txt
+++ b/docs/en/cli/airtable/DeleteComment/bash.txt
@@ -1,6 +1,6 @@
oint airtable DeleteComment \
--token "***" \
- --base "appR5UuecMnWHjiem" \
- --table "tblmZDemgr7m6s7I2" \
- --record "rec9o5Xjz00RhO6hR" \
- --comment "comEW34gMbbgxsHJC"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc" \
+ --record "recoLBvuKOwIpsCWL" \
+ --comment "comWktgyRGioTJ8g8"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/DeleteComment/bat.txt b/docs/en/cli/airtable/DeleteComment/bat.txt
index c05803ad49..8874b825e4 100644
--- a/docs/en/cli/airtable/DeleteComment/bat.txt
+++ b/docs/en/cli/airtable/DeleteComment/bat.txt
@@ -1,6 +1,6 @@
oint airtable DeleteComment ^
--token "***" ^
- --base "appR5UuecMnWHjiem" ^
- --table "tblmZDemgr7m6s7I2" ^
- --record "rec9o5Xjz00RhO6hR" ^
- --comment "comEW34gMbbgxsHJC"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc" ^
+ --record "recoLBvuKOwIpsCWL" ^
+ --comment "comWktgyRGioTJ8g8"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/DeleteRecords/bash.txt b/docs/en/cli/airtable/DeleteRecords/bash.txt
index 47f0636204..08fee06dcf 100644
--- a/docs/en/cli/airtable/DeleteRecords/bash.txt
+++ b/docs/en/cli/airtable/DeleteRecords/bash.txt
@@ -1,5 +1,5 @@
oint airtable DeleteRecords \
--token "***" \
- --base "appR5UuecMnWHjiem" \
- --table "tblmZDemgr7m6s7I2" \
- --records "rec9o5Xjz00RhO6hR"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc" \
+ --records "recoLBvuKOwIpsCWL"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/DeleteRecords/bat.txt b/docs/en/cli/airtable/DeleteRecords/bat.txt
index d51228e835..816003e165 100644
--- a/docs/en/cli/airtable/DeleteRecords/bat.txt
+++ b/docs/en/cli/airtable/DeleteRecords/bat.txt
@@ -1,5 +1,5 @@
oint airtable DeleteRecords ^
--token "***" ^
- --base "appR5UuecMnWHjiem" ^
- --table "tblmZDemgr7m6s7I2" ^
- --records "rec9o5Xjz00RhO6hR"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc" ^
+ --records "recoLBvuKOwIpsCWL"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/EditComment/bash.txt b/docs/en/cli/airtable/EditComment/bash.txt
index 3c7ae78a24..234af16790 100644
--- a/docs/en/cli/airtable/EditComment/bash.txt
+++ b/docs/en/cli/airtable/EditComment/bash.txt
@@ -1,7 +1,7 @@
oint airtable EditComment \
--token "***" \
- --base "appR5UuecMnWHjiem" \
- --table "tblmZDemgr7m6s7I2" \
- --record "rec9o5Xjz00RhO6hR" \
- --comment "comEW34gMbbgxsHJC" \
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc" \
+ --record "recoLBvuKOwIpsCWL" \
+ --comment "comWktgyRGioTJ8g8" \
--text "Test comment (change.)"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/EditComment/bat.txt b/docs/en/cli/airtable/EditComment/bat.txt
index f3a45346b2..a1b429c88f 100644
--- a/docs/en/cli/airtable/EditComment/bat.txt
+++ b/docs/en/cli/airtable/EditComment/bat.txt
@@ -1,7 +1,7 @@
oint airtable EditComment ^
--token "***" ^
- --base "appR5UuecMnWHjiem" ^
- --table "tblmZDemgr7m6s7I2" ^
- --record "rec9o5Xjz00RhO6hR" ^
- --comment "comEW34gMbbgxsHJC" ^
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc" ^
+ --record "recoLBvuKOwIpsCWL" ^
+ --comment "comWktgyRGioTJ8g8" ^
--text "Test comment (change.)"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/GetComments/bash.txt b/docs/en/cli/airtable/GetComments/bash.txt
index 4d4066d127..7dcb32b6f7 100644
--- a/docs/en/cli/airtable/GetComments/bash.txt
+++ b/docs/en/cli/airtable/GetComments/bash.txt
@@ -1,5 +1,5 @@
oint airtable GetComments \
--token "***" \
- --base "appR5UuecMnWHjiem" \
- --table "tblmZDemgr7m6s7I2" \
- --record "rec9o5Xjz00RhO6hR"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc" \
+ --record "recoLBvuKOwIpsCWL"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/GetComments/bat.txt b/docs/en/cli/airtable/GetComments/bat.txt
index 85e7ed99aa..237371a8d5 100644
--- a/docs/en/cli/airtable/GetComments/bat.txt
+++ b/docs/en/cli/airtable/GetComments/bat.txt
@@ -1,5 +1,5 @@
oint airtable GetComments ^
--token "***" ^
- --base "appR5UuecMnWHjiem" ^
- --table "tblmZDemgr7m6s7I2" ^
- --record "rec9o5Xjz00RhO6hR"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc" ^
+ --record "recoLBvuKOwIpsCWL"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/GetDatabaseTables/bash.txt b/docs/en/cli/airtable/GetDatabaseTables/bash.txt
index 96b00f98b5..176c309ba8 100644
--- a/docs/en/cli/airtable/GetDatabaseTables/bash.txt
+++ b/docs/en/cli/airtable/GetDatabaseTables/bash.txt
@@ -1,3 +1,3 @@
oint airtable GetDatabaseTables \
--token "***" \
- --base "appR5UuecMnWHjiem"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/GetDatabaseTables/bat.txt b/docs/en/cli/airtable/GetDatabaseTables/bat.txt
index 890bdf5fd5..395747aa40 100644
--- a/docs/en/cli/airtable/GetDatabaseTables/bat.txt
+++ b/docs/en/cli/airtable/GetDatabaseTables/bat.txt
@@ -1,3 +1,3 @@
oint airtable GetDatabaseTables ^
--token "***" ^
- --base "appR5UuecMnWHjiem"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/GetListOfRecords/bash.txt b/docs/en/cli/airtable/GetListOfRecords/bash.txt
index 2e44c8328e..0f2e6ba35d 100644
--- a/docs/en/cli/airtable/GetListOfRecords/bash.txt
+++ b/docs/en/cli/airtable/GetListOfRecords/bash.txt
@@ -1,4 +1,4 @@
oint airtable GetListOfRecords \
--token "***" \
- --base "appR5UuecMnWHjiem" \
- --table "tblmZDemgr7m6s7I2"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/GetListOfRecords/bat.txt b/docs/en/cli/airtable/GetListOfRecords/bat.txt
index 20c5172901..ff78942aa2 100644
--- a/docs/en/cli/airtable/GetListOfRecords/bat.txt
+++ b/docs/en/cli/airtable/GetListOfRecords/bat.txt
@@ -1,4 +1,4 @@
oint airtable GetListOfRecords ^
--token "***" ^
- --base "appR5UuecMnWHjiem" ^
- --table "tblmZDemgr7m6s7I2"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/GetNumberField/bash.txt b/docs/en/cli/airtable/GetNumberField/bash.txt
index 681b5c1731..225e79854c 100644
--- a/docs/en/cli/airtable/GetNumberField/bash.txt
+++ b/docs/en/cli/airtable/GetNumberField/bash.txt
@@ -1,2 +1,2 @@
oint airtable GetNumberField \
- --title "0eb399b6-0ec7-45f1-acf0-44be25a42d69"
\ No newline at end of file
+ --title "602c0314-c4a3-471c-826d-3b2c5fd1af30"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/GetNumberField/bat.txt b/docs/en/cli/airtable/GetNumberField/bat.txt
index 6eba7faabd..412fc03b97 100644
--- a/docs/en/cli/airtable/GetNumberField/bat.txt
+++ b/docs/en/cli/airtable/GetNumberField/bat.txt
@@ -1,2 +1,2 @@
oint airtable GetNumberField ^
- --title "0eb399b6-0ec7-45f1-acf0-44be25a42d69"
\ No newline at end of file
+ --title "602c0314-c4a3-471c-826d-3b2c5fd1af30"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/GetRecord/bash.txt b/docs/en/cli/airtable/GetRecord/bash.txt
index 7aa1d7c18c..61223295bb 100644
--- a/docs/en/cli/airtable/GetRecord/bash.txt
+++ b/docs/en/cli/airtable/GetRecord/bash.txt
@@ -1,5 +1,5 @@
oint airtable GetRecord \
--token "***" \
- --base "appR5UuecMnWHjiem" \
- --table "tblmZDemgr7m6s7I2" \
- --record "rec9o5Xjz00RhO6hR"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc" \
+ --record "recoLBvuKOwIpsCWL"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/GetRecord/bat.txt b/docs/en/cli/airtable/GetRecord/bat.txt
index cc3c6e97d9..0133ce80b4 100644
--- a/docs/en/cli/airtable/GetRecord/bat.txt
+++ b/docs/en/cli/airtable/GetRecord/bat.txt
@@ -1,5 +1,5 @@
oint airtable GetRecord ^
--token "***" ^
- --base "appR5UuecMnWHjiem" ^
- --table "tblmZDemgr7m6s7I2" ^
- --record "rec9o5Xjz00RhO6hR"
\ No newline at end of file
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc" ^
+ --record "recoLBvuKOwIpsCWL"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/ModifyField/bash.txt b/docs/en/cli/airtable/ModifyField/bash.txt
index 0ff55bdca6..badf62e5fd 100644
--- a/docs/en/cli/airtable/ModifyField/bash.txt
+++ b/docs/en/cli/airtable/ModifyField/bash.txt
@@ -1,7 +1,7 @@
oint airtable ModifyField \
--token "***" \
- --base "appR5UuecMnWHjiem" \
- --table "tblmZDemgr7m6s7I2" \
- --field "fld9X9UVAqTxKdWyb" \
- --title "20db27d6-87ec-44d1-9064-17ab4cc292d7(change.)" \
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc" \
+ --field "fldC569cMU2gdlrg4" \
+ --title "13f6cb22-af95-4ae7-bf17-9098d5cddf50(change.)" \
--description "New description"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/ModifyField/bat.txt b/docs/en/cli/airtable/ModifyField/bat.txt
index 3a4f1d6e03..8e9e4b2b68 100644
--- a/docs/en/cli/airtable/ModifyField/bat.txt
+++ b/docs/en/cli/airtable/ModifyField/bat.txt
@@ -1,7 +1,7 @@
oint airtable ModifyField ^
--token "***" ^
- --base "appR5UuecMnWHjiem" ^
- --table "tblmZDemgr7m6s7I2" ^
- --field "fld9X9UVAqTxKdWyb" ^
- --title "20db27d6-87ec-44d1-9064-17ab4cc292d7(change.)" ^
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc" ^
+ --field "fldC569cMU2gdlrg4" ^
+ --title "13f6cb22-af95-4ae7-bf17-9098d5cddf50(change.)" ^
--description "New description"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/ModifyTable/bash.txt b/docs/en/cli/airtable/ModifyTable/bash.txt
index 2bba5d7eef..9162d52422 100644
--- a/docs/en/cli/airtable/ModifyTable/bash.txt
+++ b/docs/en/cli/airtable/ModifyTable/bash.txt
@@ -1,6 +1,6 @@
oint airtable ModifyTable \
--token "***" \
- --base "appR5UuecMnWHjiem" \
- --table "tblmZDemgr7m6s7I2" \
+ --base "app46SIZ5dMYWauqZ" \
+ --table "tbl67It1uCTF8JDQc" \
--title "Test table 2 (change.)" \
--description "New table (change.)"
\ No newline at end of file
diff --git a/docs/en/cli/airtable/ModifyTable/bat.txt b/docs/en/cli/airtable/ModifyTable/bat.txt
index 54876c5301..792c595830 100644
--- a/docs/en/cli/airtable/ModifyTable/bat.txt
+++ b/docs/en/cli/airtable/ModifyTable/bat.txt
@@ -1,6 +1,6 @@
oint airtable ModifyTable ^
--token "***" ^
- --base "appR5UuecMnWHjiem" ^
- --table "tblmZDemgr7m6s7I2" ^
+ --base "app46SIZ5dMYWauqZ" ^
+ --table "tbl67It1uCTF8JDQc" ^
--title "Test table 2 (change.)" ^
--description "New table (change.)"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddKanbanStage/bash.txt b/docs/en/cli/bitrix24/AddKanbanStage/bash.txt
index 52015e6df3..733ed46e77 100644
--- a/docs/en/cli/bitrix24/AddKanbanStage/bash.txt
+++ b/docs/en/cli/bitrix24/AddKanbanStage/bash.txt
@@ -1,5 +1,7 @@
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
\ No newline at end of file
+ --prevstage 2502 \
+ --admin true \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddKanbanStage/bat.txt b/docs/en/cli/bitrix24/AddKanbanStage/bat.txt
index ff4d18b61c..346dc80707 100644
--- a/docs/en/cli/bitrix24/AddKanbanStage/bat.txt
+++ b/docs/en/cli/bitrix24/AddKanbanStage/bat.txt
@@ -1,5 +1,7 @@
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
\ No newline at end of file
+ --prevstage 2502 ^
+ --admin true ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddPostComment/bash.txt b/docs/en/cli/bitrix24/AddPostComment/bash.txt
index f99b23db94..7f1b8e9a79 100644
--- a/docs/en/cli/bitrix24/AddPostComment/bash.txt
+++ b/docs/en/cli/bitrix24/AddPostComment/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 AddPostComment \
--url "b24-ar17wx.bitrix24.by" \
- --postid 2492 \
+ --postid 2606 \
--text "Another comment" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddPostComment/bat.txt b/docs/en/cli/bitrix24/AddPostComment/bat.txt
index 6b2cc9ee3a..cdfef43f58 100644
--- a/docs/en/cli/bitrix24/AddPostComment/bat.txt
+++ b/docs/en/cli/bitrix24/AddPostComment/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 AddPostComment ^
--url "b24-ar17wx.bitrix24.by" ^
- --postid 2492 ^
+ --postid 2606 ^
--text "Another comment" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddPostRecipients/bash.txt b/docs/en/cli/bitrix24/AddPostRecipients/bash.txt
index 72e82d3a95..ec132e8add 100644
--- a/docs/en/cli/bitrix24/AddPostRecipients/bash.txt
+++ b/docs/en/cli/bitrix24/AddPostRecipients/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 AddPostRecipients \
--url "b24-ar17wx.bitrix24.by" \
- --postid 2492 \
+ --postid 2606 \
--vision "UA" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddPostRecipients/bat.txt b/docs/en/cli/bitrix24/AddPostRecipients/bat.txt
index 0dd3c935c3..097c6730b1 100644
--- a/docs/en/cli/bitrix24/AddPostRecipients/bat.txt
+++ b/docs/en/cli/bitrix24/AddPostRecipients/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 AddPostRecipients ^
--url "b24-ar17wx.bitrix24.by" ^
- --postid 2492 ^
+ --postid 2606 ^
--vision "UA" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddTaskComment/bash.txt b/docs/en/cli/bitrix24/AddTaskComment/bash.txt
index 33044313b2..c3ccb5ec2e 100644
--- a/docs/en/cli/bitrix24/AddTaskComment/bash.txt
+++ b/docs/en/cli/bitrix24/AddTaskComment/bash.txt
@@ -1,4 +1,5 @@
oint bitrix24 AddTaskComment \
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
- --task "6916" \
- --text "Task impossible, let's split up"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" \
+ --task "6926" \
+ --text "Task uninpossible, don't split up" \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddTaskComment/bat.txt b/docs/en/cli/bitrix24/AddTaskComment/bat.txt
index 41a1a2afa6..9c916fbfc2 100644
--- a/docs/en/cli/bitrix24/AddTaskComment/bat.txt
+++ b/docs/en/cli/bitrix24/AddTaskComment/bat.txt
@@ -1,4 +1,5 @@
oint bitrix24 AddTaskComment ^
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
- --task "6916" ^
- --text "Task impossible, let's split up"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" ^
+ --task "6926" ^
+ --text "Task uninpossible, don't split up" ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt
index 655007a0e5..28862036b0 100644
--- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt
+++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt
@@ -1,4 +1,8 @@
oint bitrix24 AddTaskTimeAccounting \
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
- --task "6920" \
- --amount 3600
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" \
+ --task "6930" \
+ --amount 7200 \
+ --user 10 \
+ --text "Time spent on work" \
+ --date "2025-06-05T12:38:37.0682737" \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt
index 721c0f5302..b3c8e3bc89 100644
--- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt
+++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt
@@ -1,4 +1,8 @@
oint bitrix24 AddTaskTimeAccounting ^
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
- --task "6920" ^
- --amount 3600
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" ^
+ --task "6930" ^
+ --amount 7200 ^
+ --user 10 ^
+ --text "Time spent on work" ^
+ --date "2025-06-05T12:38:37.0682737" ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddTaskToFavorites/bash.txt b/docs/en/cli/bitrix24/AddTaskToFavorites/bash.txt
index a2e5a8bf1a..01e72caa93 100644
--- a/docs/en/cli/bitrix24/AddTaskToFavorites/bash.txt
+++ b/docs/en/cli/bitrix24/AddTaskToFavorites/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 AddTaskToFavorites \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddTaskToFavorites/bat.txt b/docs/en/cli/bitrix24/AddTaskToFavorites/bat.txt
index 73ef328a31..2a6ed4b13f 100644
--- a/docs/en/cli/bitrix24/AddTaskToFavorites/bat.txt
+++ b/docs/en/cli/bitrix24/AddTaskToFavorites/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 AddTaskToFavorites ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/AddTasksChecklistElement/bash.txt
index 8eb7d63f1e..44952008b4 100644
--- a/docs/en/cli/bitrix24/AddTasksChecklistElement/bash.txt
+++ b/docs/en/cli/bitrix24/AddTasksChecklistElement/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 AddTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--text "Checklist element" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/AddTasksChecklistElement/bat.txt
index 6cf5a45492..8e8ff91930 100644
--- a/docs/en/cli/bitrix24/AddTasksChecklistElement/bat.txt
+++ b/docs/en/cli/bitrix24/AddTasksChecklistElement/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 AddTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--text "Checklist element" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddUsersToChat/bash.txt b/docs/en/cli/bitrix24/AddUsersToChat/bash.txt
index bc51d085bf..5d605e0fe1 100644
--- a/docs/en/cli/bitrix24/AddUsersToChat/bash.txt
+++ b/docs/en/cli/bitrix24/AddUsersToChat/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 AddUsersToChat \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2548 \
+ --chat 2660 \
--users "[10,12]" \
--hide true \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AddUsersToChat/bat.txt b/docs/en/cli/bitrix24/AddUsersToChat/bat.txt
index 2169042a1f..28f44c465d 100644
--- a/docs/en/cli/bitrix24/AddUsersToChat/bat.txt
+++ b/docs/en/cli/bitrix24/AddUsersToChat/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 AddUsersToChat ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2548 ^
+ --chat 2660 ^
--users "[10,12]" ^
--hide true ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ApproveTask/bash.txt b/docs/en/cli/bitrix24/ApproveTask/bash.txt
index f8e70de446..c292c14ed0 100644
--- a/docs/en/cli/bitrix24/ApproveTask/bash.txt
+++ b/docs/en/cli/bitrix24/ApproveTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 ApproveTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ApproveTask/bat.txt b/docs/en/cli/bitrix24/ApproveTask/bat.txt
index bcae5a7122..458395f0e2 100644
--- a/docs/en/cli/bitrix24/ApproveTask/bat.txt
+++ b/docs/en/cli/bitrix24/ApproveTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 ApproveTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AttachFileToTopic/bash.txt b/docs/en/cli/bitrix24/AttachFileToTopic/bash.txt
index d00ba2499c..921c54ecc3 100644
--- a/docs/en/cli/bitrix24/AttachFileToTopic/bash.txt
+++ b/docs/en/cli/bitrix24/AttachFileToTopic/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 AttachFileToTopic \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
- --fileid 35380 \
+ --task "6924" \
+ --fileid 36738 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/AttachFileToTopic/bat.txt b/docs/en/cli/bitrix24/AttachFileToTopic/bat.txt
index 11a3ae2e19..dda3d3dcd0 100644
--- a/docs/en/cli/bitrix24/AttachFileToTopic/bat.txt
+++ b/docs/en/cli/bitrix24/AttachFileToTopic/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 AttachFileToTopic ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
- --fileid 35380 ^
+ --task "6924" ^
+ --fileid 36738 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ChangeChatColor/bash.txt b/docs/en/cli/bitrix24/ChangeChatColor/bash.txt
index 5737c727b0..5dfa485b4a 100644
--- a/docs/en/cli/bitrix24/ChangeChatColor/bash.txt
+++ b/docs/en/cli/bitrix24/ChangeChatColor/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatColor \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2546 \
+ --chat 2658 \
--color "PURPLE" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ChangeChatColor/bat.txt b/docs/en/cli/bitrix24/ChangeChatColor/bat.txt
index 69c8d19997..3fd3925768 100644
--- a/docs/en/cli/bitrix24/ChangeChatColor/bat.txt
+++ b/docs/en/cli/bitrix24/ChangeChatColor/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatColor ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2546 ^
+ --chat 2658 ^
--color "PURPLE" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt b/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt
index 03a32a8643..bf4585b0b7 100644
--- a/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt
+++ b/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatOwner \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2548 \
+ --chat 2660 \
--user 10 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt b/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt
index 1d21dd422d..15bc45a2c3 100644
--- a/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt
+++ b/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatOwner ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2548 ^
+ --chat 2660 ^
--user 10 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt b/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt
index e9125890ed..cf70736268 100644
--- a/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt
+++ b/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatPicture \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2548 \
- --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
+ --chat 2660 \
+ --picture "https://hut.openintegrations.dev/test_data/picture2.jpg" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt b/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt
index dc7ddb1418..d3e189d01c 100644
--- a/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt
+++ b/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatPicture ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2548 ^
- --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^
+ --chat 2660 ^
+ --picture "https://hut.openintegrations.dev/test_data/picture2.jpg" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt b/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt
index a6ab35655e..3c8dee23f6 100644
--- a/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt
+++ b/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatTitle \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2548 \
+ --chat 2660 \
--title "Another title" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt b/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt
index 3ba9bef0e9..3ad324ae9b 100644
--- a/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt
+++ b/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 ChangeChatTitle ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2548 ^
+ --chat 2660 ^
--title "Another title" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt b/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt
index ff65b9343f..f835fb8edc 100644
--- a/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt
+++ b/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 ChangeUserStatus \
--url "b24-ar17wx.bitrix24.by" \
- --userid 2150 \
+ --userid 2258 \
--fire true \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt b/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt
index 8b2f69a807..3cca4f9633 100644
--- a/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt
+++ b/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 ChangeUserStatus ^
--url "b24-ar17wx.bitrix24.by" ^
- --userid 2150 ^
+ --userid 2258 ^
--fire true ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CheckTaskAccesses/bash.txt b/docs/en/cli/bitrix24/CheckTaskAccesses/bash.txt
index 803cde4552..4775f0da96 100644
--- a/docs/en/cli/bitrix24/CheckTaskAccesses/bash.txt
+++ b/docs/en/cli/bitrix24/CheckTaskAccesses/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 CheckTaskAccesses \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--users "['1','10']" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CheckTaskAccesses/bat.txt b/docs/en/cli/bitrix24/CheckTaskAccesses/bat.txt
index 4054afa322..4c948f3606 100644
--- a/docs/en/cli/bitrix24/CheckTaskAccesses/bat.txt
+++ b/docs/en/cli/bitrix24/CheckTaskAccesses/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 CheckTaskAccesses ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--users "['1','10']" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CompleteTask/bash.txt b/docs/en/cli/bitrix24/CompleteTask/bash.txt
index afb4e58b80..910f9ea715 100644
--- a/docs/en/cli/bitrix24/CompleteTask/bash.txt
+++ b/docs/en/cli/bitrix24/CompleteTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 CompleteTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CompleteTask/bat.txt b/docs/en/cli/bitrix24/CompleteTask/bat.txt
index 628fe9aaa0..2ffd8e957b 100644
--- a/docs/en/cli/bitrix24/CompleteTask/bat.txt
+++ b/docs/en/cli/bitrix24/CompleteTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 CompleteTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bash.txt
index 096a5bf7b2..a0a791ba87 100644
--- a/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bash.txt
+++ b/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 CompleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
- --element 4538 \
+ --task "6924" \
+ --element 4754 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bat.txt
index 8f320820a0..007bba1878 100644
--- a/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bat.txt
+++ b/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 CompleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
- --element 4538 ^
+ --task "6924" ^
+ --element 4754 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateCalendar/bash.txt b/docs/en/cli/bitrix24/CreateCalendar/bash.txt
index fa20979232..12f5f86b20 100644
--- a/docs/en/cli/bitrix24/CreateCalendar/bash.txt
+++ b/docs/en/cli/bitrix24/CreateCalendar/bash.txt
@@ -1,5 +1,6 @@
# 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'}}"
\ No newline at end of file
+ --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 "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateCalendar/bat.txt b/docs/en/cli/bitrix24/CreateCalendar/bat.txt
index 6ef8923125..d7185a0035 100644
--- a/docs/en/cli/bitrix24/CreateCalendar/bat.txt
+++ b/docs/en/cli/bitrix24/CreateCalendar/bat.txt
@@ -1,5 +1,6 @@
:: 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'}}"
\ No newline at end of file
+ --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 "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt b/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt
index 25c572d19a..0fbee9d01a 100644
--- a/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt
+++ b/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt
@@ -2,5 +2,5 @@
oint bitrix24 CreateCalendarEvent \
--url "b24-ar17wx.bitrix24.by" \
- --fields "{'type':'user','ownerId':1,'from':'2025-06-19T20:48:05.4932959','to':'2025-06-19T21:48:05.4932959','section':838,'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-29T20:48:05.4932959'},'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-07-06T12:43:22.7040276','to':'2025-07-06T13:43:22.7040276','section':948,'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-07-16T12:43:22.7040276'},'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 "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt b/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt
index 6b4e18d3ca..e29d753997 100644
--- a/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt
+++ b/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt
@@ -2,5 +2,5 @@
oint bitrix24 CreateCalendarEvent ^
--url "b24-ar17wx.bitrix24.by" ^
- --fields "{'type':'user','ownerId':1,'from':'2025-06-19T20:48:05.4932959','to':'2025-06-19T21:48:05.4932959','section':838,'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-29T20:48:05.4932959'},'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-07-06T12:43:22.7040276','to':'2025-07-06T13:43:22.7040276','section':948,'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-07-16T12:43:22.7040276'},'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 "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateDepartment/bash.txt b/docs/en/cli/bitrix24/CreateDepartment/bash.txt
index bdd834011c..ae215dd280 100644
--- a/docs/en/cli/bitrix24/CreateDepartment/bash.txt
+++ b/docs/en/cli/bitrix24/CreateDepartment/bash.txt
@@ -1,4 +1,6 @@
oint bitrix24 CreateDepartment \
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
- --title "Main department" \
- --parentid 1
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" \
+ --title "Subordinate department" \
+ --parentid 2252 \
+ --headid 1 \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateDepartment/bat.txt b/docs/en/cli/bitrix24/CreateDepartment/bat.txt
index cdbac85fad..bf8af3c2c5 100644
--- a/docs/en/cli/bitrix24/CreateDepartment/bat.txt
+++ b/docs/en/cli/bitrix24/CreateDepartment/bat.txt
@@ -1,4 +1,6 @@
oint bitrix24 CreateDepartment ^
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
- --title "Main department" ^
- --parentid 1
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" ^
+ --title "Subordinate department" ^
+ --parentid 2252 ^
+ --headid 1 ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt b/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt
index 908a36de9e..6713e4ae7b 100644
--- a/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt
+++ b/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt
@@ -1,5 +1,6 @@
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'}}]"
\ No newline at end of file
+ --tag "New" \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt b/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt
index bfb227068a..eba1ff07a7 100644
--- a/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt
+++ b/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt
@@ -1,5 +1,6 @@
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'}}]"
\ No newline at end of file
+ --tag "New" ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreatePost/bash.txt b/docs/en/cli/bitrix24/CreatePost/bash.txt
index 42986e13f5..932ddec542 100644
--- a/docs/en/cli/bitrix24/CreatePost/bash.txt
+++ b/docs/en/cli/bitrix24/CreatePost/bash.txt
@@ -1,8 +1,8 @@
# 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://hut.openintegrations.dev/test_data/picture.jpg','2.png':'https://hut.openintegrations.dev/test_data/picture2.jpg'}" \
--title "Post title" \
- --important true
\ No newline at end of file
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreatePost/bat.txt b/docs/en/cli/bitrix24/CreatePost/bat.txt
index a6aa35c24c..5e41335b70 100644
--- a/docs/en/cli/bitrix24/CreatePost/bat.txt
+++ b/docs/en/cli/bitrix24/CreatePost/bat.txt
@@ -1,8 +1,8 @@
:: 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://hut.openintegrations.dev/test_data/picture.jpg','2.png':'https://hut.openintegrations.dev/test_data/picture2.jpg'}" ^
--title "Post title" ^
- --important true
\ No newline at end of file
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateResultFromComment/bash.txt b/docs/en/cli/bitrix24/CreateResultFromComment/bash.txt
index f4edc02b86..5f001c6e6d 100644
--- a/docs/en/cli/bitrix24/CreateResultFromComment/bash.txt
+++ b/docs/en/cli/bitrix24/CreateResultFromComment/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 CreateResultFromComment \
--url "b24-ar17wx.bitrix24.by" \
- --comment 14828 \
+ --comment 16216 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateResultFromComment/bat.txt b/docs/en/cli/bitrix24/CreateResultFromComment/bat.txt
index 539867d895..68e7811b5f 100644
--- a/docs/en/cli/bitrix24/CreateResultFromComment/bat.txt
+++ b/docs/en/cli/bitrix24/CreateResultFromComment/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 CreateResultFromComment ^
--url "b24-ar17wx.bitrix24.by" ^
- --comment 14828 ^
+ --comment 16216 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateSubfolder/bash.txt b/docs/en/cli/bitrix24/CreateSubfolder/bash.txt
index 51df55ae02..2e0f5df708 100644
--- a/docs/en/cli/bitrix24/CreateSubfolder/bash.txt
+++ b/docs/en/cli/bitrix24/CreateSubfolder/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 CreateSubfolder \
--url "b24-ar17wx.bitrix24.by" \
- --folderid 35390 \
+ --folderid 36748 \
--title "New subfolder" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateSubfolder/bat.txt b/docs/en/cli/bitrix24/CreateSubfolder/bat.txt
index 9954edaba9..90fa021021 100644
--- a/docs/en/cli/bitrix24/CreateSubfolder/bat.txt
+++ b/docs/en/cli/bitrix24/CreateSubfolder/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 CreateSubfolder ^
--url "b24-ar17wx.bitrix24.by" ^
- --folderid 35390 ^
+ --folderid 36748 ^
--title "New subfolder" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateTask/bash.txt b/docs/en/cli/bitrix24/CreateTask/bash.txt
index ce5ab3c33a..0127b4339b 100644
--- a/docs/en/cli/bitrix24/CreateTask/bash.txt
+++ b/docs/en/cli/bitrix24/CreateTask/bash.txt
@@ -2,5 +2,5 @@
oint bitrix24 CreateTask \
--url "b24-ar17wx.bitrix24.by" \
- --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-06-19T20:37:37.5381696Z','RESPONSIBLE_ID':1}" \
+ --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-07-06T12:34:15.9617492Z','RESPONSIBLE_ID':1}" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateTask/bat.txt b/docs/en/cli/bitrix24/CreateTask/bat.txt
index f2ebf4af13..92ddd1f4ff 100644
--- a/docs/en/cli/bitrix24/CreateTask/bat.txt
+++ b/docs/en/cli/bitrix24/CreateTask/bat.txt
@@ -2,5 +2,5 @@
oint bitrix24 CreateTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-06-19T20:37:37.5381696Z','RESPONSIBLE_ID':1}" ^
+ --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-07-06T12:34:15.9617492Z','RESPONSIBLE_ID':1}" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateTasksDependencies/bash.txt b/docs/en/cli/bitrix24/CreateTasksDependencies/bash.txt
index 5f72f6a9b5..4873107a9a 100644
--- a/docs/en/cli/bitrix24/CreateTasksDependencies/bash.txt
+++ b/docs/en/cli/bitrix24/CreateTasksDependencies/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 CreateTasksDependencies \
--url "b24-ar17wx.bitrix24.by" \
- --taskfrom "6382" \
- --taskto "6380" \
+ --taskfrom "6924" \
+ --taskto "6922" \
--linktype 2 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateTasksDependencies/bat.txt b/docs/en/cli/bitrix24/CreateTasksDependencies/bat.txt
index 94fa6622a3..c16bcb21d3 100644
--- a/docs/en/cli/bitrix24/CreateTasksDependencies/bat.txt
+++ b/docs/en/cli/bitrix24/CreateTasksDependencies/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 CreateTasksDependencies ^
--url "b24-ar17wx.bitrix24.by" ^
- --taskfrom "6382" ^
- --taskto "6380" ^
+ --taskfrom "6924" ^
+ --taskto "6922" ^
--linktype 2 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateUser/bash.txt b/docs/en/cli/bitrix24/CreateUser/bash.txt
index b3b166061f..3f227dde69 100644
--- a/docs/en/cli/bitrix24/CreateUser/bash.txt
+++ b/docs/en/cli/bitrix24/CreateUser/bash.txt
@@ -2,5 +2,5 @@
oint bitrix24 CreateUser \
--url "b24-ar17wx.bitrix24.by" \
- --fields "{'EMAIL':'db2bed65-8b3e-4584-88ad-4a802742ed5c@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" \
+ --fields "{'EMAIL':'9cefb64b-4091-485d-ad4e-fb18e1643554@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/CreateUser/bat.txt b/docs/en/cli/bitrix24/CreateUser/bat.txt
index 0cda71f29d..9295b77264 100644
--- a/docs/en/cli/bitrix24/CreateUser/bat.txt
+++ b/docs/en/cli/bitrix24/CreateUser/bat.txt
@@ -2,5 +2,5 @@
oint bitrix24 CreateUser ^
--url "b24-ar17wx.bitrix24.by" ^
- --fields "{'EMAIL':'db2bed65-8b3e-4584-88ad-4a802742ed5c@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" ^
+ --fields "{'EMAIL':'9cefb64b-4091-485d-ad4e-fb18e1643554@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeferTask/bash.txt b/docs/en/cli/bitrix24/DeferTask/bash.txt
index 5a188180cc..3ff4f12ed7 100644
--- a/docs/en/cli/bitrix24/DeferTask/bash.txt
+++ b/docs/en/cli/bitrix24/DeferTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeferTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeferTask/bat.txt b/docs/en/cli/bitrix24/DeferTask/bat.txt
index 4fca9a88df..2d482bd3c4 100644
--- a/docs/en/cli/bitrix24/DeferTask/bat.txt
+++ b/docs/en/cli/bitrix24/DeferTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeferTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DelegateTask/bash.txt b/docs/en/cli/bitrix24/DelegateTask/bash.txt
index ef5fb3b21d..0bb3492b44 100644
--- a/docs/en/cli/bitrix24/DelegateTask/bash.txt
+++ b/docs/en/cli/bitrix24/DelegateTask/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 DelegateTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
- --user 2146 \
+ --task "6924" \
+ --user 2254 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DelegateTask/bat.txt b/docs/en/cli/bitrix24/DelegateTask/bat.txt
index f410ad8c85..6871358383 100644
--- a/docs/en/cli/bitrix24/DelegateTask/bat.txt
+++ b/docs/en/cli/bitrix24/DelegateTask/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 DelegateTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
- --user 2146 ^
+ --task "6924" ^
+ --user 2254 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteCalendar/bash.txt b/docs/en/cli/bitrix24/DeleteCalendar/bash.txt
index 63916a4b1b..327858aac7 100644
--- a/docs/en/cli/bitrix24/DeleteCalendar/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteCalendar/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 DeleteCalendar \
--url "b24-ar17wx.bitrix24.by" \
- --calendar 838 \
+ --calendar 948 \
--owner 1 \
--type "user" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteCalendar/bat.txt b/docs/en/cli/bitrix24/DeleteCalendar/bat.txt
index 87c1dbfe30..456c2cd04a 100644
--- a/docs/en/cli/bitrix24/DeleteCalendar/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteCalendar/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 DeleteCalendar ^
--url "b24-ar17wx.bitrix24.by" ^
- --calendar 838 ^
+ --calendar 948 ^
--owner 1 ^
--type "user" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt b/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt
index 2cf4e6f708..0cb03e5afb 100644
--- a/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteCalendarEvent \
--url "b24-ar17wx.bitrix24.by" \
- --event 1434 \
+ --event 1650 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt b/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt
index 3dcc7a7fee..ab806d3027 100644
--- a/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteCalendarEvent ^
--url "b24-ar17wx.bitrix24.by" ^
- --event 1434 ^
+ --event 1650 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteDeal/bash.txt b/docs/en/cli/bitrix24/DeleteDeal/bash.txt
index 14c54eec19..3f8f564d66 100644
--- a/docs/en/cli/bitrix24/DeleteDeal/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteDeal/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteDeal \
--url "b24-ar17wx.bitrix24.by" \
- --deal 3856 \
+ --deal 4072 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteDeal/bat.txt b/docs/en/cli/bitrix24/DeleteDeal/bat.txt
index 02814e2c09..aa4b74f43f 100644
--- a/docs/en/cli/bitrix24/DeleteDeal/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteDeal/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteDeal ^
--url "b24-ar17wx.bitrix24.by" ^
- --deal 3856 ^
+ --deal 4072 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteDepartment/bash.txt b/docs/en/cli/bitrix24/DeleteDepartment/bash.txt
index db8269677c..94822ea8de 100644
--- a/docs/en/cli/bitrix24/DeleteDepartment/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteDepartment/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteDepartment \
--url "b24-ar17wx.bitrix24.by" \
- --depid 2142 \
+ --depid 2252 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteDepartment/bat.txt b/docs/en/cli/bitrix24/DeleteDepartment/bat.txt
index ee2f27b19f..3369124d74 100644
--- a/docs/en/cli/bitrix24/DeleteDepartment/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteDepartment/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteDepartment ^
--url "b24-ar17wx.bitrix24.by" ^
- --depid 2142 ^
+ --depid 2252 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteFile/bash.txt b/docs/en/cli/bitrix24/DeleteFile/bash.txt
index b0ec10e263..61caa057de 100644
--- a/docs/en/cli/bitrix24/DeleteFile/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteFile/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteFile \
--url "b24-ar17wx.bitrix24.by" \
- --fileid 35384 \
+ --fileid 36742 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteFile/bat.txt b/docs/en/cli/bitrix24/DeleteFile/bat.txt
index 0228722171..e2e2e66e95 100644
--- a/docs/en/cli/bitrix24/DeleteFile/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteFile/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteFile ^
--url "b24-ar17wx.bitrix24.by" ^
- --fileid 35384 ^
+ --fileid 36742 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteFolder/bash.txt b/docs/en/cli/bitrix24/DeleteFolder/bash.txt
index 8f2a1299c5..e38c8d0702 100644
--- a/docs/en/cli/bitrix24/DeleteFolder/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteFolder/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteFolder \
--url "b24-ar17wx.bitrix24.by" \
- --folderid 35390 \
+ --folderid 36748 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteFolder/bat.txt b/docs/en/cli/bitrix24/DeleteFolder/bat.txt
index 3c2ccd9d7c..362d338f51 100644
--- a/docs/en/cli/bitrix24/DeleteFolder/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteFolder/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteFolder ^
--url "b24-ar17wx.bitrix24.by" ^
- --folderid 35390 ^
+ --folderid 36748 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteKanbanStage/bash.txt b/docs/en/cli/bitrix24/DeleteKanbanStage/bash.txt
index 904d8190cb..23f4df2c30 100644
--- a/docs/en/cli/bitrix24/DeleteKanbanStage/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteKanbanStage/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteKanbanStage \
--url "b24-ar17wx.bitrix24.by" \
- --stage 2394 \
+ --stage 2504 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteKanbanStage/bat.txt b/docs/en/cli/bitrix24/DeleteKanbanStage/bat.txt
index 42c43908e7..0c33f7a7f4 100644
--- a/docs/en/cli/bitrix24/DeleteKanbanStage/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteKanbanStage/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^
- --stage 2394 ^
+ --stage 2504 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteLead/bash.txt b/docs/en/cli/bitrix24/DeleteLead/bash.txt
index 3a4dce3186..08adcadace 100644
--- a/docs/en/cli/bitrix24/DeleteLead/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteLead/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteLead \
--url "b24-ar17wx.bitrix24.by" \
- --lead 1936 \
+ --lead 2044 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteLead/bat.txt b/docs/en/cli/bitrix24/DeleteLead/bat.txt
index 8699eefbaa..51cd6fad28 100644
--- a/docs/en/cli/bitrix24/DeleteLead/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteLead/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteLead ^
--url "b24-ar17wx.bitrix24.by" ^
- --lead 1936 ^
+ --lead 2044 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteMessage/bash.txt b/docs/en/cli/bitrix24/DeleteMessage/bash.txt
index 97b8053a3c..cb052a69ed 100644
--- a/docs/en/cli/bitrix24/DeleteMessage/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteMessage/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteMessage \
--url "b24-ar17wx.bitrix24.by" \
- --message 48994 \
+ --message 51838 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteMessage/bat.txt b/docs/en/cli/bitrix24/DeleteMessage/bat.txt
index 9766708a3d..c46d972768 100644
--- a/docs/en/cli/bitrix24/DeleteMessage/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteMessage/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteMessage ^
--url "b24-ar17wx.bitrix24.by" ^
- --message 48994 ^
+ --message 51838 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteNotification/bash.txt b/docs/en/cli/bitrix24/DeleteNotification/bash.txt
index 8a57cf5cb6..c58a2f798e 100644
--- a/docs/en/cli/bitrix24/DeleteNotification/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteNotification/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteNotification \
--url "b24-ar17wx.bitrix24.by" \
- --notif 49004 \
+ --notif 51848 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteNotification/bat.txt b/docs/en/cli/bitrix24/DeleteNotification/bat.txt
index 2f00caf3b6..8f4b3febca 100644
--- a/docs/en/cli/bitrix24/DeleteNotification/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteNotification/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteNotification ^
--url "b24-ar17wx.bitrix24.by" ^
- --notif 49004 ^
+ --notif 51848 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeletePost/bash.txt b/docs/en/cli/bitrix24/DeletePost/bash.txt
index c009b54589..1e079875f7 100644
--- a/docs/en/cli/bitrix24/DeletePost/bash.txt
+++ b/docs/en/cli/bitrix24/DeletePost/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeletePost \
--url "b24-ar17wx.bitrix24.by" \
- --postid 2492 \
+ --postid 2606 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeletePost/bat.txt b/docs/en/cli/bitrix24/DeletePost/bat.txt
index 0592823cfa..7be9a3fc89 100644
--- a/docs/en/cli/bitrix24/DeletePost/bat.txt
+++ b/docs/en/cli/bitrix24/DeletePost/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeletePost ^
--url "b24-ar17wx.bitrix24.by" ^
- --postid 2492 ^
+ --postid 2606 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteResultFromComment/bash.txt b/docs/en/cli/bitrix24/DeleteResultFromComment/bash.txt
index 44be95acd0..696c1505bf 100644
--- a/docs/en/cli/bitrix24/DeleteResultFromComment/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteResultFromComment/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteResultFromComment \
--url "b24-ar17wx.bitrix24.by" \
- --comment 14828 \
+ --comment 16216 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteResultFromComment/bat.txt b/docs/en/cli/bitrix24/DeleteResultFromComment/bat.txt
index e9415ebf15..7e86ae9d2b 100644
--- a/docs/en/cli/bitrix24/DeleteResultFromComment/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteResultFromComment/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteResultFromComment ^
--url "b24-ar17wx.bitrix24.by" ^
- --comment 14828 ^
+ --comment 16216 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteTask/bash.txt b/docs/en/cli/bitrix24/DeleteTask/bash.txt
index 971e59da7e..9f22bdd216 100644
--- a/docs/en/cli/bitrix24/DeleteTask/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteTask/bat.txt b/docs/en/cli/bitrix24/DeleteTask/bat.txt
index e6cb83de63..d7a0e0a948 100644
--- a/docs/en/cli/bitrix24/DeleteTask/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DeleteTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteTaskComment/bash.txt b/docs/en/cli/bitrix24/DeleteTaskComment/bash.txt
index 7d907a8bbc..d62eb541c2 100644
--- a/docs/en/cli/bitrix24/DeleteTaskComment/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteTaskComment/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 DeleteTaskComment \
--url "b24-ar17wx.bitrix24.by" \
- --task "6384" \
- --comment 14828 \
+ --task "6926" \
+ --comment 16216 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteTaskComment/bat.txt b/docs/en/cli/bitrix24/DeleteTaskComment/bat.txt
index 15be7301d0..2a986a7858 100644
--- a/docs/en/cli/bitrix24/DeleteTaskComment/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteTaskComment/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 DeleteTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6384" ^
- --comment 14828 ^
+ --task "6926" ^
+ --comment 16216 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bash.txt b/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bash.txt
index f39ea7aa89..ee5d6dfe5b 100644
--- a/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 DeleteTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \
- --task "6388" \
- --record 2380 \
+ --task "6930" \
+ --record 2490 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bat.txt b/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bat.txt
index 3bedc2ff9d..95b80f325c 100644
--- a/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 DeleteTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6388" ^
- --record 2380 ^
+ --task "6930" ^
+ --record 2490 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bash.txt
index b1d755038f..60bf5171bb 100644
--- a/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 DeleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
- --element 4538 \
+ --task "6924" \
+ --element 4754 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bat.txt
index abaeb11596..653c3d5c6e 100644
--- a/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 DeleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
- --element 4538 ^
+ --task "6924" ^
+ --element 4754 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteTasksDependencies/bash.txt b/docs/en/cli/bitrix24/DeleteTasksDependencies/bash.txt
index d1454478f7..980172ceb5 100644
--- a/docs/en/cli/bitrix24/DeleteTasksDependencies/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteTasksDependencies/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 DeleteTasksDependencies \
--url "b24-ar17wx.bitrix24.by" \
- --taskfrom "6382" \
- --taskto "6380" \
+ --taskfrom "6924" \
+ --taskto "6922" \
--linktype 2 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteTasksDependencies/bat.txt b/docs/en/cli/bitrix24/DeleteTasksDependencies/bat.txt
index e9c40d61a4..5a4f5f9ae9 100644
--- a/docs/en/cli/bitrix24/DeleteTasksDependencies/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteTasksDependencies/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 DeleteTasksDependencies ^
--url "b24-ar17wx.bitrix24.by" ^
- --taskfrom "6382" ^
- --taskto "6380" ^
+ --taskfrom "6924" ^
+ --taskto "6922" ^
--linktype 2 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt b/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt
index 4beca2ac6e..a547e46833 100644
--- a/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt
+++ b/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 DeleteUserFromChat \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2548 \
+ --chat 2660 \
--user 10 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt b/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt
index 364cf5b338..8f05b2b8bf 100644
--- a/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt
+++ b/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 DeleteUserFromChat ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2548 ^
+ --chat 2660 ^
--user 10 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt b/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt
index 365f39fc7c..cb56e54537 100644
--- a/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt
+++ b/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DisableChatNotifications \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2548 \
+ --chat 2660 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt b/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt
index a4dc696b8a..6afec9faa6 100644
--- a/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt
+++ b/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DisableChatNotifications ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2548 ^
+ --chat 2660 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DisapproveTask/bash.txt b/docs/en/cli/bitrix24/DisapproveTask/bash.txt
index 51d4804888..cb0f8052e1 100644
--- a/docs/en/cli/bitrix24/DisapproveTask/bash.txt
+++ b/docs/en/cli/bitrix24/DisapproveTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 DisapproveTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/DisapproveTask/bat.txt b/docs/en/cli/bitrix24/DisapproveTask/bat.txt
index 4490e2fb84..acc3795f9e 100644
--- a/docs/en/cli/bitrix24/DisapproveTask/bat.txt
+++ b/docs/en/cli/bitrix24/DisapproveTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 DisapproveTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/EditMessage/bash.txt b/docs/en/cli/bitrix24/EditMessage/bash.txt
index 121b3a3f3a..801e9becfb 100644
--- a/docs/en/cli/bitrix24/EditMessage/bash.txt
+++ b/docs/en/cli/bitrix24/EditMessage/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 EditMessage \
--url "b24-ar17wx.bitrix24.by" \
- --message 48994 \
+ --message 51838 \
--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 "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/EditMessage/bat.txt b/docs/en/cli/bitrix24/EditMessage/bat.txt
index 9f38e87779..11aeb04995 100644
--- a/docs/en/cli/bitrix24/EditMessage/bat.txt
+++ b/docs/en/cli/bitrix24/EditMessage/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 EditMessage ^
--url "b24-ar17wx.bitrix24.by" ^
- --message 48994 ^
+ --message 51838 ^
--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 "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt b/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt
index 40016a2b5d..48af76c119 100644
--- a/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt
+++ b/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 EnableChatNotifications \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2548 \
+ --chat 2660 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt b/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt
index cc705dedbf..4b7e7f7909 100644
--- a/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt
+++ b/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 EnableChatNotifications ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2548 ^
+ --chat 2660 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt b/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt
index 34961057ab..c08cbca5e8 100644
--- a/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt
+++ b/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetCalendarEvent \
--url "b24-ar17wx.bitrix24.by" \
- --event 1434 \
+ --event 1650 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt b/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt
index 1f917f7958..3df25480ef 100644
--- a/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt
+++ b/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetCalendarEvent ^
--url "b24-ar17wx.bitrix24.by" ^
- --event 1434 ^
+ --event 1650 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt b/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt
index 1b5a581262..d78b554404 100644
--- a/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt
+++ b/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt
@@ -4,5 +4,5 @@ oint bitrix24 GetCalendarEvents \
--url "b24-ar17wx.bitrix24.by" \
--owner 1 \
--type "user" \
- --filter "{'from':'2025-06-19T20:48:23.7071294Z','to':'2025-06-20T20:48:23.7071294Z','section':[836,838]}" \
+ --filter "{'from':'2025-07-06T12:43:36.7955579Z','to':'2025-07-07T12:43:36.7955579Z','section':[946,948]}" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt b/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt
index 47414e26d9..afee529388 100644
--- a/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt
+++ b/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt
@@ -4,5 +4,5 @@ oint bitrix24 GetCalendarEvents ^
--url "b24-ar17wx.bitrix24.by" ^
--owner 1 ^
--type "user" ^
- --filter "{'from':'2025-06-19T20:48:23.7071294Z','to':'2025-06-20T20:48:23.7071294Z','section':[836,838]}" ^
+ --filter "{'from':'2025-07-06T12:43:36.7955579Z','to':'2025-07-07T12:43:36.7955579Z','section':[946,948]}" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt b/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt
index 1a2af2f459..6c52f74a99 100644
--- a/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt
+++ b/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt
@@ -1,3 +1,3 @@
oint bitrix24 GetChatFilesFolder \
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
- --chat 2546
\ No newline at end of file
+ --chat 2658
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt b/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt
index 39cfedc4b6..dbdc8d442a 100644
--- a/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt
+++ b/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt
@@ -1,3 +1,3 @@
oint bitrix24 GetChatFilesFolder ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
- --chat 2546
\ No newline at end of file
+ --chat 2658
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetChatUsers/bash.txt b/docs/en/cli/bitrix24/GetChatUsers/bash.txt
index ac2c061843..6965863465 100644
--- a/docs/en/cli/bitrix24/GetChatUsers/bash.txt
+++ b/docs/en/cli/bitrix24/GetChatUsers/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetChatUsers \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2548 \
+ --chat 2660 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetChatUsers/bat.txt b/docs/en/cli/bitrix24/GetChatUsers/bat.txt
index c9b15491f3..c11d2591af 100644
--- a/docs/en/cli/bitrix24/GetChatUsers/bat.txt
+++ b/docs/en/cli/bitrix24/GetChatUsers/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetChatUsers ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2548 ^
+ --chat 2660 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetCurrentUser/bash.txt b/docs/en/cli/bitrix24/GetCurrentUser/bash.txt
index eadf29ad00..d7c853cf96 100644
--- a/docs/en/cli/bitrix24/GetCurrentUser/bash.txt
+++ b/docs/en/cli/bitrix24/GetCurrentUser/bash.txt
@@ -1,2 +1,3 @@
oint bitrix24 GetCurrentUser \
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetCurrentUser/bat.txt b/docs/en/cli/bitrix24/GetCurrentUser/bat.txt
index 09ebac732d..e8bc75d842 100644
--- a/docs/en/cli/bitrix24/GetCurrentUser/bat.txt
+++ b/docs/en/cli/bitrix24/GetCurrentUser/bat.txt
@@ -1,2 +1,3 @@
oint bitrix24 GetCurrentUser ^
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetDeal/bash.txt b/docs/en/cli/bitrix24/GetDeal/bash.txt
index f6dc3dc9e2..b6bafdb08f 100644
--- a/docs/en/cli/bitrix24/GetDeal/bash.txt
+++ b/docs/en/cli/bitrix24/GetDeal/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetDeal \
--url "b24-ar17wx.bitrix24.by" \
- --deal 3854 \
+ --deal 4070 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetDeal/bat.txt b/docs/en/cli/bitrix24/GetDeal/bat.txt
index b1253298c7..b8f402450b 100644
--- a/docs/en/cli/bitrix24/GetDeal/bat.txt
+++ b/docs/en/cli/bitrix24/GetDeal/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetDeal ^
--url "b24-ar17wx.bitrix24.by" ^
- --deal 3854 ^
+ --deal 4070 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFileBlock/bash.txt b/docs/en/cli/bitrix24/GetFileBlock/bash.txt
index 1a24c61cf9..ed51cb5a94 100644
--- a/docs/en/cli/bitrix24/GetFileBlock/bash.txt
+++ b/docs/en/cli/bitrix24/GetFileBlock/bash.txt
@@ -1,3 +1,3 @@
oint bitrix24 GetFileBlock \
--title "Image" \
- --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"
\ No newline at end of file
+ --url "https://hut.openintegrations.dev/test_data/document.docx"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFileBlock/bat.txt b/docs/en/cli/bitrix24/GetFileBlock/bat.txt
index 89baabf3ab..36270c87df 100644
--- a/docs/en/cli/bitrix24/GetFileBlock/bat.txt
+++ b/docs/en/cli/bitrix24/GetFileBlock/bat.txt
@@ -1,3 +1,3 @@
oint bitrix24 GetFileBlock ^
--title "Image" ^
- --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"
\ No newline at end of file
+ --url "https://hut.openintegrations.dev/test_data/document.docx"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFileExternalLink/bash.txt b/docs/en/cli/bitrix24/GetFileExternalLink/bash.txt
index a0931d276f..75492e3369 100644
--- a/docs/en/cli/bitrix24/GetFileExternalLink/bash.txt
+++ b/docs/en/cli/bitrix24/GetFileExternalLink/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetFileExternalLink \
--url "b24-ar17wx.bitrix24.by" \
- --fileid 35384 \
+ --fileid 36742 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFileExternalLink/bat.txt b/docs/en/cli/bitrix24/GetFileExternalLink/bat.txt
index 7ddc1b298d..46b41ff995 100644
--- a/docs/en/cli/bitrix24/GetFileExternalLink/bat.txt
+++ b/docs/en/cli/bitrix24/GetFileExternalLink/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetFileExternalLink ^
--url "b24-ar17wx.bitrix24.by" ^
- --fileid 35384 ^
+ --fileid 36742 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFileInformation/bash.txt b/docs/en/cli/bitrix24/GetFileInformation/bash.txt
index a2c190d682..c8355b058f 100644
--- a/docs/en/cli/bitrix24/GetFileInformation/bash.txt
+++ b/docs/en/cli/bitrix24/GetFileInformation/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetFileInformation \
--url "b24-ar17wx.bitrix24.by" \
- --fileid 35384 \
+ --fileid 36742 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFileInformation/bat.txt b/docs/en/cli/bitrix24/GetFileInformation/bat.txt
index 2e84a357bf..63be01ea2e 100644
--- a/docs/en/cli/bitrix24/GetFileInformation/bat.txt
+++ b/docs/en/cli/bitrix24/GetFileInformation/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetFileInformation ^
--url "b24-ar17wx.bitrix24.by" ^
- --fileid 35384 ^
+ --fileid 36742 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFolderExternalLink/bash.txt b/docs/en/cli/bitrix24/GetFolderExternalLink/bash.txt
index 5e11870525..41ade8611c 100644
--- a/docs/en/cli/bitrix24/GetFolderExternalLink/bash.txt
+++ b/docs/en/cli/bitrix24/GetFolderExternalLink/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetFolderExternalLink \
--url "b24-ar17wx.bitrix24.by" \
- --folderid 35390 \
+ --folderid 36748 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFolderExternalLink/bat.txt b/docs/en/cli/bitrix24/GetFolderExternalLink/bat.txt
index 1594948c8b..ac07422e44 100644
--- a/docs/en/cli/bitrix24/GetFolderExternalLink/bat.txt
+++ b/docs/en/cli/bitrix24/GetFolderExternalLink/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetFolderExternalLink ^
--url "b24-ar17wx.bitrix24.by" ^
- --folderid 35390 ^
+ --folderid 36748 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFolderInformation/bash.txt b/docs/en/cli/bitrix24/GetFolderInformation/bash.txt
index a830e8e838..e10c75e733 100644
--- a/docs/en/cli/bitrix24/GetFolderInformation/bash.txt
+++ b/docs/en/cli/bitrix24/GetFolderInformation/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetFolderInformation \
--url "b24-ar17wx.bitrix24.by" \
- --folderid 35390 \
+ --folderid 36748 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFolderInformation/bat.txt b/docs/en/cli/bitrix24/GetFolderInformation/bat.txt
index c30b179d1e..5c20a99de5 100644
--- a/docs/en/cli/bitrix24/GetFolderInformation/bat.txt
+++ b/docs/en/cli/bitrix24/GetFolderInformation/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetFolderInformation ^
--url "b24-ar17wx.bitrix24.by" ^
- --folderid 35390 ^
+ --folderid 36748 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFolderItems/bash.txt b/docs/en/cli/bitrix24/GetFolderItems/bash.txt
index ce81c41048..c0433d28c1 100644
--- a/docs/en/cli/bitrix24/GetFolderItems/bash.txt
+++ b/docs/en/cli/bitrix24/GetFolderItems/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetFolderItems \
--url "b24-ar17wx.bitrix24.by" \
- --folderid 35390 \
+ --folderid 36748 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetFolderItems/bat.txt b/docs/en/cli/bitrix24/GetFolderItems/bat.txt
index 4f4bf3c12f..b764aede72 100644
--- a/docs/en/cli/bitrix24/GetFolderItems/bat.txt
+++ b/docs/en/cli/bitrix24/GetFolderItems/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetFolderItems ^
--url "b24-ar17wx.bitrix24.by" ^
- --folderid 35390 ^
+ --folderid 36748 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetImportantPostViewers/bash.txt b/docs/en/cli/bitrix24/GetImportantPostViewers/bash.txt
index 0b0662a646..2886f52e3f 100644
--- a/docs/en/cli/bitrix24/GetImportantPostViewers/bash.txt
+++ b/docs/en/cli/bitrix24/GetImportantPostViewers/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetImportantPostViewers \
--url "b24-ar17wx.bitrix24.by" \
- --postid 2490 \
+ --postid 2604 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetImportantPostViewers/bat.txt b/docs/en/cli/bitrix24/GetImportantPostViewers/bat.txt
index 2e93e8b3fd..bc2a7edda6 100644
--- a/docs/en/cli/bitrix24/GetImportantPostViewers/bat.txt
+++ b/docs/en/cli/bitrix24/GetImportantPostViewers/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetImportantPostViewers ^
--url "b24-ar17wx.bitrix24.by" ^
- --postid 2490 ^
+ --postid 2604 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetLead/bash.txt b/docs/en/cli/bitrix24/GetLead/bash.txt
index 0655fa113a..66f6320873 100644
--- a/docs/en/cli/bitrix24/GetLead/bash.txt
+++ b/docs/en/cli/bitrix24/GetLead/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetLead \
--url "b24-ar17wx.bitrix24.by" \
- --lead 1936 \
+ --lead 2044 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetLead/bat.txt b/docs/en/cli/bitrix24/GetLead/bat.txt
index a7b7e4f27f..121916c452 100644
--- a/docs/en/cli/bitrix24/GetLead/bat.txt
+++ b/docs/en/cli/bitrix24/GetLead/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetLead ^
--url "b24-ar17wx.bitrix24.by" ^
- --lead 1936 ^
+ --lead 2044 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetLeadsList/bash.txt b/docs/en/cli/bitrix24/GetLeadsList/bash.txt
index 64150fbcfa..6601be7579 100644
--- a/docs/en/cli/bitrix24/GetLeadsList/bash.txt
+++ b/docs/en/cli/bitrix24/GetLeadsList/bash.txt
@@ -1,2 +1,3 @@
oint bitrix24 GetLeadsList \
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetLeadsList/bat.txt b/docs/en/cli/bitrix24/GetLeadsList/bat.txt
index 45c465624b..4da5b699b6 100644
--- a/docs/en/cli/bitrix24/GetLeadsList/bat.txt
+++ b/docs/en/cli/bitrix24/GetLeadsList/bat.txt
@@ -1,2 +1,3 @@
oint bitrix24 GetLeadsList ^
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetPictureBlock/bash.txt b/docs/en/cli/bitrix24/GetPictureBlock/bash.txt
index 70e25e2e25..d2257c7407 100644
--- a/docs/en/cli/bitrix24/GetPictureBlock/bash.txt
+++ b/docs/en/cli/bitrix24/GetPictureBlock/bash.txt
@@ -1,3 +1,3 @@
oint bitrix24 GetPictureBlock \
--title "Image" \
- --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
\ No newline at end of file
+ --url "https://hut.openintegrations.dev/test_data/picture.jpg"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetPictureBlock/bat.txt b/docs/en/cli/bitrix24/GetPictureBlock/bat.txt
index 550bf1bef1..ef230e22d1 100644
--- a/docs/en/cli/bitrix24/GetPictureBlock/bat.txt
+++ b/docs/en/cli/bitrix24/GetPictureBlock/bat.txt
@@ -1,3 +1,3 @@
oint bitrix24 GetPictureBlock ^
--title "Image" ^
- --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
\ No newline at end of file
+ --url "https://hut.openintegrations.dev/test_data/picture.jpg"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetPosts/bash.txt b/docs/en/cli/bitrix24/GetPosts/bash.txt
index 2e3122d192..f3e2573150 100644
--- a/docs/en/cli/bitrix24/GetPosts/bash.txt
+++ b/docs/en/cli/bitrix24/GetPosts/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetPosts \
--url "b24-ar17wx.bitrix24.by" \
- --postid 2492 \
+ --postid 2606 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetPosts/bat.txt b/docs/en/cli/bitrix24/GetPosts/bat.txt
index 39cc281875..e2e4bd3719 100644
--- a/docs/en/cli/bitrix24/GetPosts/bat.txt
+++ b/docs/en/cli/bitrix24/GetPosts/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetPosts ^
--url "b24-ar17wx.bitrix24.by" ^
- --postid 2492 ^
+ --postid 2606 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetResultsList/bash.txt b/docs/en/cli/bitrix24/GetResultsList/bash.txt
index b4589230e7..0341f99415 100644
--- a/docs/en/cli/bitrix24/GetResultsList/bash.txt
+++ b/docs/en/cli/bitrix24/GetResultsList/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetResultsList \
--url "b24-ar17wx.bitrix24.by" \
- --task "6384" \
+ --task "6926" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetResultsList/bat.txt b/docs/en/cli/bitrix24/GetResultsList/bat.txt
index 755493a896..a9ba4e671f 100644
--- a/docs/en/cli/bitrix24/GetResultsList/bat.txt
+++ b/docs/en/cli/bitrix24/GetResultsList/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetResultsList ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6384" ^
+ --task "6926" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetStoragesList/bash.txt b/docs/en/cli/bitrix24/GetStoragesList/bash.txt
index 538b982595..02b3d512a1 100644
--- a/docs/en/cli/bitrix24/GetStoragesList/bash.txt
+++ b/docs/en/cli/bitrix24/GetStoragesList/bash.txt
@@ -1,2 +1,3 @@
oint bitrix24 GetStoragesList \
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetStoragesList/bat.txt b/docs/en/cli/bitrix24/GetStoragesList/bat.txt
index 254e91e9d4..2d913768cd 100644
--- a/docs/en/cli/bitrix24/GetStoragesList/bat.txt
+++ b/docs/en/cli/bitrix24/GetStoragesList/bat.txt
@@ -1,2 +1,3 @@
oint bitrix24 GetStoragesList ^
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTask/bash.txt b/docs/en/cli/bitrix24/GetTask/bash.txt
index 1810d9899d..14c9cbf964 100644
--- a/docs/en/cli/bitrix24/GetTask/bash.txt
+++ b/docs/en/cli/bitrix24/GetTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTask/bat.txt b/docs/en/cli/bitrix24/GetTask/bat.txt
index f8d8e55b34..83a404f7ce 100644
--- a/docs/en/cli/bitrix24/GetTask/bat.txt
+++ b/docs/en/cli/bitrix24/GetTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskComment/bash.txt b/docs/en/cli/bitrix24/GetTaskComment/bash.txt
index 3641dc05f1..5a56ef605a 100644
--- a/docs/en/cli/bitrix24/GetTaskComment/bash.txt
+++ b/docs/en/cli/bitrix24/GetTaskComment/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 GetTaskComment \
--url "b24-ar17wx.bitrix24.by" \
- --task "6384" \
- --comment 14828 \
+ --task "6926" \
+ --comment 16216 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskComment/bat.txt b/docs/en/cli/bitrix24/GetTaskComment/bat.txt
index e8a4093808..238ff42e31 100644
--- a/docs/en/cli/bitrix24/GetTaskComment/bat.txt
+++ b/docs/en/cli/bitrix24/GetTaskComment/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 GetTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6384" ^
- --comment 14828 ^
+ --task "6926" ^
+ --comment 16216 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskCommentsList/bash.txt b/docs/en/cli/bitrix24/GetTaskCommentsList/bash.txt
index 26fd141a70..60f3ec18a0 100644
--- a/docs/en/cli/bitrix24/GetTaskCommentsList/bash.txt
+++ b/docs/en/cli/bitrix24/GetTaskCommentsList/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetTaskCommentsList \
--url "b24-ar17wx.bitrix24.by" \
- --task "6384" \
+ --task "6926" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskCommentsList/bat.txt b/docs/en/cli/bitrix24/GetTaskCommentsList/bat.txt
index 88ed2e57ec..9ff55e511d 100644
--- a/docs/en/cli/bitrix24/GetTaskCommentsList/bat.txt
+++ b/docs/en/cli/bitrix24/GetTaskCommentsList/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetTaskCommentsList ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6384" ^
+ --task "6926" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt
index 41e8a19f36..778be65c77 100644
--- a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt
+++ b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt
@@ -1,2 +1,3 @@
oint bitrix24 GetTaskFieldsStructure \
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt
index 406fe19cb4..7b507e0756 100644
--- a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt
+++ b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt
@@ -1,2 +1,3 @@
oint bitrix24 GetTaskFieldsStructure ^
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskHistory/bash.txt b/docs/en/cli/bitrix24/GetTaskHistory/bash.txt
index a0ef392930..b2baf07da8 100644
--- a/docs/en/cli/bitrix24/GetTaskHistory/bash.txt
+++ b/docs/en/cli/bitrix24/GetTaskHistory/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetTaskHistory \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskHistory/bat.txt b/docs/en/cli/bitrix24/GetTaskHistory/bat.txt
index 20497d1821..6bf9d9f8f2 100644
--- a/docs/en/cli/bitrix24/GetTaskHistory/bat.txt
+++ b/docs/en/cli/bitrix24/GetTaskHistory/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetTaskHistory ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskTimeAccounting/bash.txt b/docs/en/cli/bitrix24/GetTaskTimeAccounting/bash.txt
index e717b68c84..4f7640f861 100644
--- a/docs/en/cli/bitrix24/GetTaskTimeAccounting/bash.txt
+++ b/docs/en/cli/bitrix24/GetTaskTimeAccounting/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 GetTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \
- --task "6388" \
- --record 2380 \
+ --task "6930" \
+ --record 2490 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskTimeAccounting/bat.txt b/docs/en/cli/bitrix24/GetTaskTimeAccounting/bat.txt
index a307842cbe..bf68563a15 100644
--- a/docs/en/cli/bitrix24/GetTaskTimeAccounting/bat.txt
+++ b/docs/en/cli/bitrix24/GetTaskTimeAccounting/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 GetTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6388" ^
- --record 2380 ^
+ --task "6930" ^
+ --record 2490 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bash.txt b/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bash.txt
index e2b6424465..a0ad2e8456 100644
--- a/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bash.txt
+++ b/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetTaskTimeAccountingList \
--url "b24-ar17wx.bitrix24.by" \
- --task "6388" \
+ --task "6930" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bat.txt b/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bat.txt
index 60eccb2b31..0e24539dda 100644
--- a/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bat.txt
+++ b/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetTaskTimeAccountingList ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6388" ^
+ --task "6930" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTasksChecklist/bash.txt b/docs/en/cli/bitrix24/GetTasksChecklist/bash.txt
index 674982ca93..0bbe69a4c1 100644
--- a/docs/en/cli/bitrix24/GetTasksChecklist/bash.txt
+++ b/docs/en/cli/bitrix24/GetTasksChecklist/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetTasksChecklist \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTasksChecklist/bat.txt b/docs/en/cli/bitrix24/GetTasksChecklist/bat.txt
index ff74b1e94c..68f274644f 100644
--- a/docs/en/cli/bitrix24/GetTasksChecklist/bat.txt
+++ b/docs/en/cli/bitrix24/GetTasksChecklist/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetTasksChecklist ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/GetTasksChecklistElement/bash.txt
index 05ca4dbceb..8943b66eec 100644
--- a/docs/en/cli/bitrix24/GetTasksChecklistElement/bash.txt
+++ b/docs/en/cli/bitrix24/GetTasksChecklistElement/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 GetTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
- --element 4538 \
+ --task "6924" \
+ --element 4754 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/GetTasksChecklistElement/bat.txt
index ecc1e9d23a..9f538ad14d 100644
--- a/docs/en/cli/bitrix24/GetTasksChecklistElement/bat.txt
+++ b/docs/en/cli/bitrix24/GetTasksChecklistElement/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 GetTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
- --element 4538 ^
+ --task "6924" ^
+ --element 4754 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetUser/bash.txt b/docs/en/cli/bitrix24/GetUser/bash.txt
index 05c1575d30..28399f4f1c 100644
--- a/docs/en/cli/bitrix24/GetUser/bash.txt
+++ b/docs/en/cli/bitrix24/GetUser/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetUser \
--url "b24-ar17wx.bitrix24.by" \
- --userid 2150 \
+ --userid 2258 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetUser/bat.txt b/docs/en/cli/bitrix24/GetUser/bat.txt
index 1f258829e6..aa087334bb 100644
--- a/docs/en/cli/bitrix24/GetUser/bat.txt
+++ b/docs/en/cli/bitrix24/GetUser/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetUser ^
--url "b24-ar17wx.bitrix24.by" ^
- --userid 2150 ^
+ --userid 2258 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetUserBusy/bash.txt b/docs/en/cli/bitrix24/GetUserBusy/bash.txt
index be533b35a0..f140f11b90 100644
--- a/docs/en/cli/bitrix24/GetUserBusy/bash.txt
+++ b/docs/en/cli/bitrix24/GetUserBusy/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 GetUserBusy \
--url "b24-ar17wx.bitrix24.by" \
--users 1 \
- --from "2025-06-18T20:48:29.1192143" \
- --to "2025-06-25T20:48:29.1192143" \
+ --from "2025-07-05T12:43:41.6098916" \
+ --to "2025-07-12T12:43:41.6098916" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetUserBusy/bat.txt b/docs/en/cli/bitrix24/GetUserBusy/bat.txt
index 83b16cca31..f54162539b 100644
--- a/docs/en/cli/bitrix24/GetUserBusy/bat.txt
+++ b/docs/en/cli/bitrix24/GetUserBusy/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 GetUserBusy ^
--url "b24-ar17wx.bitrix24.by" ^
--users 1 ^
- --from "2025-06-18T20:48:29.1192143" ^
- --to "2025-06-25T20:48:29.1192143" ^
+ --from "2025-07-05T12:43:41.6098916" ^
+ --to "2025-07-12T12:43:41.6098916" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt b/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt
index a3adc1ddca..e99e0dd8fb 100644
--- a/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt
+++ b/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetUserParticipationStatus \
--url "b24-ar17wx.bitrix24.by" \
- --event 1434 \
+ --event 1650 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt b/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt
index fddf343bc6..761052b4d0 100644
--- a/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt
+++ b/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 GetUserParticipationStatus ^
--url "b24-ar17wx.bitrix24.by" ^
- --event 1434 ^
+ --event 1650 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetUserStatus/bash.txt b/docs/en/cli/bitrix24/GetUserStatus/bash.txt
index cfeb0498ca..3e9ffdcaaa 100644
--- a/docs/en/cli/bitrix24/GetUserStatus/bash.txt
+++ b/docs/en/cli/bitrix24/GetUserStatus/bash.txt
@@ -1,2 +1,3 @@
oint bitrix24 GetUserStatus \
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/GetUserStatus/bat.txt b/docs/en/cli/bitrix24/GetUserStatus/bat.txt
index 20699f5220..d38b4507e6 100644
--- a/docs/en/cli/bitrix24/GetUserStatus/bat.txt
+++ b/docs/en/cli/bitrix24/GetUserStatus/bat.txt
@@ -1,2 +1,3 @@
oint bitrix24 GetUserStatus ^
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/LeaveChat/bash.txt b/docs/en/cli/bitrix24/LeaveChat/bash.txt
index cdf0d93e53..a5443e9689 100644
--- a/docs/en/cli/bitrix24/LeaveChat/bash.txt
+++ b/docs/en/cli/bitrix24/LeaveChat/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 LeaveChat \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2548 \
+ --chat 2660 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/LeaveChat/bat.txt b/docs/en/cli/bitrix24/LeaveChat/bat.txt
index c27e5d1590..e8794174a5 100644
--- a/docs/en/cli/bitrix24/LeaveChat/bat.txt
+++ b/docs/en/cli/bitrix24/LeaveChat/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 LeaveChat ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2548 ^
+ --chat 2660 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MakeCopyFile/bash.txt b/docs/en/cli/bitrix24/MakeCopyFile/bash.txt
index 0cb80b2055..999814dc33 100644
--- a/docs/en/cli/bitrix24/MakeCopyFile/bash.txt
+++ b/docs/en/cli/bitrix24/MakeCopyFile/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 MakeCopyFile \
--url "b24-ar17wx.bitrix24.by" \
- --fileid 35384 \
- --folderid 35390 \
+ --fileid 36742 \
+ --folderid 36748 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MakeCopyFile/bat.txt b/docs/en/cli/bitrix24/MakeCopyFile/bat.txt
index 92edd4a075..b0bfd7f542 100644
--- a/docs/en/cli/bitrix24/MakeCopyFile/bat.txt
+++ b/docs/en/cli/bitrix24/MakeCopyFile/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 MakeCopyFile ^
--url "b24-ar17wx.bitrix24.by" ^
- --fileid 35384 ^
- --folderid 35390 ^
+ --fileid 36742 ^
+ --folderid 36748 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MakeFolderCopy/bash.txt b/docs/en/cli/bitrix24/MakeFolderCopy/bash.txt
index b0f0c48dbb..9a7e4f5978 100644
--- a/docs/en/cli/bitrix24/MakeFolderCopy/bash.txt
+++ b/docs/en/cli/bitrix24/MakeFolderCopy/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 MakeFolderCopy \
--url "b24-ar17wx.bitrix24.by" \
- --folderid 35392 \
- --tagetid 35394 \
+ --folderid 36750 \
+ --tagetid 36752 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MakeFolderCopy/bat.txt b/docs/en/cli/bitrix24/MakeFolderCopy/bat.txt
index 9214f4e492..de24e184a4 100644
--- a/docs/en/cli/bitrix24/MakeFolderCopy/bat.txt
+++ b/docs/en/cli/bitrix24/MakeFolderCopy/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 MakeFolderCopy ^
--url "b24-ar17wx.bitrix24.by" ^
- --folderid 35392 ^
- --tagetid 35394 ^
+ --folderid 36750 ^
+ --tagetid 36752 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MarkFileAsDeleted/bash.txt b/docs/en/cli/bitrix24/MarkFileAsDeleted/bash.txt
index 952909331b..08af23cbb6 100644
--- a/docs/en/cli/bitrix24/MarkFileAsDeleted/bash.txt
+++ b/docs/en/cli/bitrix24/MarkFileAsDeleted/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 MarkFileAsDeleted \
--url "b24-ar17wx.bitrix24.by" \
- --fileid 35384 \
+ --fileid 36742 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MarkFileAsDeleted/bat.txt b/docs/en/cli/bitrix24/MarkFileAsDeleted/bat.txt
index b3ebfc9130..256d62436f 100644
--- a/docs/en/cli/bitrix24/MarkFileAsDeleted/bat.txt
+++ b/docs/en/cli/bitrix24/MarkFileAsDeleted/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 MarkFileAsDeleted ^
--url "b24-ar17wx.bitrix24.by" ^
- --fileid 35384 ^
+ --fileid 36742 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MarkFolderAsDeleted/bash.txt b/docs/en/cli/bitrix24/MarkFolderAsDeleted/bash.txt
index e68a80e034..a4bd41a458 100644
--- a/docs/en/cli/bitrix24/MarkFolderAsDeleted/bash.txt
+++ b/docs/en/cli/bitrix24/MarkFolderAsDeleted/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 MarkFolderAsDeleted \
--url "b24-ar17wx.bitrix24.by" \
- --folderid 35390 \
+ --folderid 36748 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MarkFolderAsDeleted/bat.txt b/docs/en/cli/bitrix24/MarkFolderAsDeleted/bat.txt
index cb617fddec..538d40c9a5 100644
--- a/docs/en/cli/bitrix24/MarkFolderAsDeleted/bat.txt
+++ b/docs/en/cli/bitrix24/MarkFolderAsDeleted/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 MarkFolderAsDeleted ^
--url "b24-ar17wx.bitrix24.by" ^
- --folderid 35390 ^
+ --folderid 36748 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MoveFileToFolder/bash.txt b/docs/en/cli/bitrix24/MoveFileToFolder/bash.txt
index ee0bbdedef..b27ca3eb47 100644
--- a/docs/en/cli/bitrix24/MoveFileToFolder/bash.txt
+++ b/docs/en/cli/bitrix24/MoveFileToFolder/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 MoveFileToFolder \
--url "b24-ar17wx.bitrix24.by" \
- --fileid 35384 \
- --folderid 35394 \
+ --fileid 36742 \
+ --folderid 36752 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MoveFileToFolder/bat.txt b/docs/en/cli/bitrix24/MoveFileToFolder/bat.txt
index d64203a921..320d9b63d2 100644
--- a/docs/en/cli/bitrix24/MoveFileToFolder/bat.txt
+++ b/docs/en/cli/bitrix24/MoveFileToFolder/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 MoveFileToFolder ^
--url "b24-ar17wx.bitrix24.by" ^
- --fileid 35384 ^
- --folderid 35394 ^
+ --fileid 36742 ^
+ --folderid 36752 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MoveFolder/bash.txt b/docs/en/cli/bitrix24/MoveFolder/bash.txt
index 937b165f22..b4e6edde81 100644
--- a/docs/en/cli/bitrix24/MoveFolder/bash.txt
+++ b/docs/en/cli/bitrix24/MoveFolder/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 MoveFolder \
--url "b24-ar17wx.bitrix24.by" \
- --folderid 35392 \
- --tagetid 35388 \
+ --folderid 36750 \
+ --tagetid 36746 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MoveFolder/bat.txt b/docs/en/cli/bitrix24/MoveFolder/bat.txt
index b08cb77b29..c0225c8007 100644
--- a/docs/en/cli/bitrix24/MoveFolder/bat.txt
+++ b/docs/en/cli/bitrix24/MoveFolder/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 MoveFolder ^
--url "b24-ar17wx.bitrix24.by" ^
- --folderid 35392 ^
- --tagetid 35388 ^
+ --folderid 36750 ^
+ --tagetid 36746 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bash.txt b/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bash.txt
index 3c1529b14a..f14d2f1a89 100644
--- a/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bash.txt
+++ b/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 MoveTaskToKanbanStage \
--url "b24-ar17wx.bitrix24.by" \
- --task "6386" \
- --stage 2394 \
+ --task "6928" \
+ --stage 2504 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bat.txt b/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bat.txt
index 604c3d67e8..56602835a0 100644
--- a/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bat.txt
+++ b/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 MoveTaskToKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6386" ^
- --stage 2394 ^
+ --task "6928" ^
+ --stage 2504 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MuteTask/bash.txt b/docs/en/cli/bitrix24/MuteTask/bash.txt
index a00de76820..457626803e 100644
--- a/docs/en/cli/bitrix24/MuteTask/bash.txt
+++ b/docs/en/cli/bitrix24/MuteTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 MuteTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/MuteTask/bat.txt b/docs/en/cli/bitrix24/MuteTask/bat.txt
index 5872787cdb..3d620e1da3 100644
--- a/docs/en/cli/bitrix24/MuteTask/bat.txt
+++ b/docs/en/cli/bitrix24/MuteTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 MuteTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/PauseTask/bash.txt b/docs/en/cli/bitrix24/PauseTask/bash.txt
index 4c76f4001c..b1d155a006 100644
--- a/docs/en/cli/bitrix24/PauseTask/bash.txt
+++ b/docs/en/cli/bitrix24/PauseTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 PauseTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/PauseTask/bat.txt b/docs/en/cli/bitrix24/PauseTask/bat.txt
index 50c0baf40f..8671a3d5cd 100644
--- a/docs/en/cli/bitrix24/PauseTask/bat.txt
+++ b/docs/en/cli/bitrix24/PauseTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 PauseTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bash.txt b/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bash.txt
index db922878b9..c7e45216c0 100644
--- a/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bash.txt
+++ b/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 RemoveTaskFromFavorites \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bat.txt b/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bat.txt
index 0f04cb8ee7..eead9073ae 100644
--- a/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bat.txt
+++ b/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 RemoveTaskFromFavorites ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RenameFile/bash.txt b/docs/en/cli/bitrix24/RenameFile/bash.txt
index 5229bbe911..b67d4e4452 100644
--- a/docs/en/cli/bitrix24/RenameFile/bash.txt
+++ b/docs/en/cli/bitrix24/RenameFile/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 RenameFile \
--url "b24-ar17wx.bitrix24.by" \
- --fileid 35384 \
+ --fileid 36742 \
--title "New file name.jpg" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RenameFile/bat.txt b/docs/en/cli/bitrix24/RenameFile/bat.txt
index cfc1000189..6b56319f4a 100644
--- a/docs/en/cli/bitrix24/RenameFile/bat.txt
+++ b/docs/en/cli/bitrix24/RenameFile/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 RenameFile ^
--url "b24-ar17wx.bitrix24.by" ^
- --fileid 35384 ^
+ --fileid 36742 ^
--title "New file name.jpg" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RenameFolder/bash.txt b/docs/en/cli/bitrix24/RenameFolder/bash.txt
index 76deab47c5..5912caed94 100644
--- a/docs/en/cli/bitrix24/RenameFolder/bash.txt
+++ b/docs/en/cli/bitrix24/RenameFolder/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 RenameFolder \
--url "b24-ar17wx.bitrix24.by" \
- --folderid 35390 \
+ --folderid 36748 \
--title "New catalog" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RenameFolder/bat.txt b/docs/en/cli/bitrix24/RenameFolder/bat.txt
index fdca6f10f4..44d7cd9e7a 100644
--- a/docs/en/cli/bitrix24/RenameFolder/bat.txt
+++ b/docs/en/cli/bitrix24/RenameFolder/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 RenameFolder ^
--url "b24-ar17wx.bitrix24.by" ^
- --folderid 35390 ^
+ --folderid 36748 ^
--title "New catalog" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RenewTask/bash.txt b/docs/en/cli/bitrix24/RenewTask/bash.txt
index 0a5ecce48f..6e0337d4c8 100644
--- a/docs/en/cli/bitrix24/RenewTask/bash.txt
+++ b/docs/en/cli/bitrix24/RenewTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 RenewTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RenewTask/bat.txt b/docs/en/cli/bitrix24/RenewTask/bat.txt
index d827fcdfec..59b1867249 100644
--- a/docs/en/cli/bitrix24/RenewTask/bat.txt
+++ b/docs/en/cli/bitrix24/RenewTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 RenewTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RenewTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/RenewTasksChecklistElement/bash.txt
index 409ff9ed24..21c07ce9ae 100644
--- a/docs/en/cli/bitrix24/RenewTasksChecklistElement/bash.txt
+++ b/docs/en/cli/bitrix24/RenewTasksChecklistElement/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 RenewTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
- --element 4538 \
+ --task "6924" \
+ --element 4754 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RenewTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/RenewTasksChecklistElement/bat.txt
index 97d3712821..af8d35b1f2 100644
--- a/docs/en/cli/bitrix24/RenewTasksChecklistElement/bat.txt
+++ b/docs/en/cli/bitrix24/RenewTasksChecklistElement/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 RenewTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
- --element 4538 ^
+ --task "6924" ^
+ --element 4754 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RestoreFile/bash.txt b/docs/en/cli/bitrix24/RestoreFile/bash.txt
index 36a0dbb518..5afb2898e7 100644
--- a/docs/en/cli/bitrix24/RestoreFile/bash.txt
+++ b/docs/en/cli/bitrix24/RestoreFile/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 RestoreFile \
--url "b24-ar17wx.bitrix24.by" \
- --fileid 35384 \
+ --fileid 36742 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RestoreFile/bat.txt b/docs/en/cli/bitrix24/RestoreFile/bat.txt
index a9a070146b..e4f8f00697 100644
--- a/docs/en/cli/bitrix24/RestoreFile/bat.txt
+++ b/docs/en/cli/bitrix24/RestoreFile/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 RestoreFile ^
--url "b24-ar17wx.bitrix24.by" ^
- --fileid 35384 ^
+ --fileid 36742 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RestoreFolder/bash.txt b/docs/en/cli/bitrix24/RestoreFolder/bash.txt
index b1a0dc12c3..adb5997d79 100644
--- a/docs/en/cli/bitrix24/RestoreFolder/bash.txt
+++ b/docs/en/cli/bitrix24/RestoreFolder/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 RestoreFolder \
--url "b24-ar17wx.bitrix24.by" \
- --folderid 35390 \
+ --folderid 36748 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/RestoreFolder/bat.txt b/docs/en/cli/bitrix24/RestoreFolder/bat.txt
index 3e74259d19..1b5417a273 100644
--- a/docs/en/cli/bitrix24/RestoreFolder/bat.txt
+++ b/docs/en/cli/bitrix24/RestoreFolder/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 RestoreFolder ^
--url "b24-ar17wx.bitrix24.by" ^
- --folderid 35390 ^
+ --folderid 36748 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/SendFile/bash.txt b/docs/en/cli/bitrix24/SendFile/bash.txt
index e2ded061bc..b11b6cbb5d 100644
--- a/docs/en/cli/bitrix24/SendFile/bash.txt
+++ b/docs/en/cli/bitrix24/SendFile/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 SendFile \
--url "b24-ar17wx.bitrix24.by" \
- --chat 2548 \
- --fileid 35422 \
+ --chat 2660 \
+ --fileid 36780 \
--description "Very important file" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/SendFile/bat.txt b/docs/en/cli/bitrix24/SendFile/bat.txt
index c922960225..cceab31c33 100644
--- a/docs/en/cli/bitrix24/SendFile/bat.txt
+++ b/docs/en/cli/bitrix24/SendFile/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 SendFile ^
--url "b24-ar17wx.bitrix24.by" ^
- --chat 2548 ^
- --fileid 35422 ^
+ --chat 2660 ^
+ --fileid 36780 ^
--description "Very important file" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ServerTime/bash.txt b/docs/en/cli/bitrix24/ServerTime/bash.txt
index 8176bcd9f3..250e2e6a35 100644
--- a/docs/en/cli/bitrix24/ServerTime/bash.txt
+++ b/docs/en/cli/bitrix24/ServerTime/bash.txt
@@ -1,2 +1,3 @@
oint bitrix24 ServerTime \
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" \
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/ServerTime/bat.txt b/docs/en/cli/bitrix24/ServerTime/bat.txt
index 28e9259bb0..e044c2facc 100644
--- a/docs/en/cli/bitrix24/ServerTime/bat.txt
+++ b/docs/en/cli/bitrix24/ServerTime/bat.txt
@@ -1,2 +1,3 @@
oint bitrix24 ServerTime ^
- --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
\ No newline at end of file
+ --url "b24-ar17wx.bitrix24.by" ^
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/SetMessageReaction/bash.txt b/docs/en/cli/bitrix24/SetMessageReaction/bash.txt
index 1e6235dcf9..f6075b9fac 100644
--- a/docs/en/cli/bitrix24/SetMessageReaction/bash.txt
+++ b/docs/en/cli/bitrix24/SetMessageReaction/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 SetMessageReaction \
--url "b24-ar17wx.bitrix24.by" \
- --message 48994 \
+ --message 51838 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/SetMessageReaction/bat.txt b/docs/en/cli/bitrix24/SetMessageReaction/bat.txt
index 12fb07a662..d7c62c1159 100644
--- a/docs/en/cli/bitrix24/SetMessageReaction/bat.txt
+++ b/docs/en/cli/bitrix24/SetMessageReaction/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 SetMessageReaction ^
--url "b24-ar17wx.bitrix24.by" ^
- --message 48994 ^
+ --message 51838 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt b/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt
index 0ffa58db13..4c7b1a18a5 100644
--- a/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt
+++ b/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 SetUserParticipationStatus \
--url "b24-ar17wx.bitrix24.by" \
- --event 1434 \
+ --event 1650 \
--status "Y" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt b/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt
index 9ae5237af0..2109172f5d 100644
--- a/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt
+++ b/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 SetUserParticipationStatus ^
--url "b24-ar17wx.bitrix24.by" ^
- --event 1434 ^
+ --event 1650 ^
--status "Y" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/StartTask/bash.txt b/docs/en/cli/bitrix24/StartTask/bash.txt
index c7c7069e91..28b3b7afdf 100644
--- a/docs/en/cli/bitrix24/StartTask/bash.txt
+++ b/docs/en/cli/bitrix24/StartTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 StartTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/StartTask/bat.txt b/docs/en/cli/bitrix24/StartTask/bat.txt
index 2b25da2413..1b47b82484 100644
--- a/docs/en/cli/bitrix24/StartTask/bat.txt
+++ b/docs/en/cli/bitrix24/StartTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 StartTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/StartTimekeeping/bash.txt b/docs/en/cli/bitrix24/StartTimekeeping/bash.txt
index 727b67d6f0..8689b8493b 100644
--- a/docs/en/cli/bitrix24/StartTimekeeping/bash.txt
+++ b/docs/en/cli/bitrix24/StartTimekeeping/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 StartTimekeeping \
--url "b24-ar17wx.bitrix24.by" \
--userid 1 \
- --time "2025-06-18T19:42:52.3452144" \
+ --time "2025-07-05T11:38:51.7116094" \
--report "Late" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/StartTimekeeping/bat.txt b/docs/en/cli/bitrix24/StartTimekeeping/bat.txt
index 7cb3b265cb..580cfc99d3 100644
--- a/docs/en/cli/bitrix24/StartTimekeeping/bat.txt
+++ b/docs/en/cli/bitrix24/StartTimekeeping/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 StartTimekeeping ^
--url "b24-ar17wx.bitrix24.by" ^
--userid 1 ^
- --time "2025-06-18T19:42:52.3452144" ^
+ --time "2025-07-05T11:38:51.7116094" ^
--report "Late" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/StartWatchingTask/bash.txt b/docs/en/cli/bitrix24/StartWatchingTask/bash.txt
index ee35463f89..37400e0c65 100644
--- a/docs/en/cli/bitrix24/StartWatchingTask/bash.txt
+++ b/docs/en/cli/bitrix24/StartWatchingTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 StartWatchingTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/StartWatchingTask/bat.txt b/docs/en/cli/bitrix24/StartWatchingTask/bat.txt
index f3022211f1..cc6775f74b 100644
--- a/docs/en/cli/bitrix24/StartWatchingTask/bat.txt
+++ b/docs/en/cli/bitrix24/StartWatchingTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 StartWatchingTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/StopTimekeeping/bash.txt b/docs/en/cli/bitrix24/StopTimekeeping/bash.txt
index e121acaa94..64b901fde6 100644
--- a/docs/en/cli/bitrix24/StopTimekeeping/bash.txt
+++ b/docs/en/cli/bitrix24/StopTimekeeping/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 StopTimekeeping \
--url "b24-ar17wx.bitrix24.by" \
--userid 1 \
- --time "2025-06-18T20:43:01.8412575" \
+ --time "2025-07-05T12:38:59.9691503" \
--report "Time off" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/StopTimekeeping/bat.txt b/docs/en/cli/bitrix24/StopTimekeeping/bat.txt
index d6409ad4da..b2c36d5501 100644
--- a/docs/en/cli/bitrix24/StopTimekeeping/bat.txt
+++ b/docs/en/cli/bitrix24/StopTimekeeping/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 StopTimekeeping ^
--url "b24-ar17wx.bitrix24.by" ^
--userid 1 ^
- --time "2025-06-18T20:43:01.8412575" ^
+ --time "2025-07-05T12:38:59.9691503" ^
--report "Time off" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/StopWatchingTask/bash.txt b/docs/en/cli/bitrix24/StopWatchingTask/bash.txt
index e51a04c68f..dba4b43153 100644
--- a/docs/en/cli/bitrix24/StopWatchingTask/bash.txt
+++ b/docs/en/cli/bitrix24/StopWatchingTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 StopWatchingTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/StopWatchingTask/bat.txt b/docs/en/cli/bitrix24/StopWatchingTask/bat.txt
index d23c7515d5..f8956a1489 100644
--- a/docs/en/cli/bitrix24/StopWatchingTask/bat.txt
+++ b/docs/en/cli/bitrix24/StopWatchingTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 StopWatchingTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UnmuteTask/bash.txt b/docs/en/cli/bitrix24/UnmuteTask/bash.txt
index 1b0e14d103..f1257edf72 100644
--- a/docs/en/cli/bitrix24/UnmuteTask/bash.txt
+++ b/docs/en/cli/bitrix24/UnmuteTask/bash.txt
@@ -1,4 +1,4 @@
oint bitrix24 UnmuteTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UnmuteTask/bat.txt b/docs/en/cli/bitrix24/UnmuteTask/bat.txt
index 15ebd3aec2..498b8d141f 100644
--- a/docs/en/cli/bitrix24/UnmuteTask/bat.txt
+++ b/docs/en/cli/bitrix24/UnmuteTask/bat.txt
@@ -1,4 +1,4 @@
oint bitrix24 UnmuteTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateCalendar/bash.txt b/docs/en/cli/bitrix24/UpdateCalendar/bash.txt
index 77b5692f0f..83e10399ec 100644
--- a/docs/en/cli/bitrix24/UpdateCalendar/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateCalendar/bash.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateCalendar \
--url "b24-ar17wx.bitrix24.by" \
- --calendar 838 \
+ --calendar 948 \
--fields "{'type':'user','ownerId':1,'name':'New calendar name','description':'This calendar has been changed'}" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateCalendar/bat.txt b/docs/en/cli/bitrix24/UpdateCalendar/bat.txt
index af9b48ba93..e0f8cb370b 100644
--- a/docs/en/cli/bitrix24/UpdateCalendar/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateCalendar/bat.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateCalendar ^
--url "b24-ar17wx.bitrix24.by" ^
- --calendar 838 ^
+ --calendar 948 ^
--fields "{'type':'user','ownerId':1,'name':'New calendar name','description':'This calendar has been changed'}" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt b/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt
index 59356f6ad0..a42e4d6da5 100644
--- a/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateCalendarEvent \
--url "b24-ar17wx.bitrix24.by" \
- --event 1434 \
+ --event 1650 \
--fields "{'ownerId':1,'type':'user','name':'Modified event','description':'New event description','importance':'low','private_event':'Y'}" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt b/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt
index 9be2967c93..ed61dfb7ab 100644
--- a/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateCalendarEvent ^
--url "b24-ar17wx.bitrix24.by" ^
- --event 1434 ^
+ --event 1650 ^
--fields "{'ownerId':1,'type':'user','name':'Modified event','description':'New event description','importance':'low','private_event':'Y'}" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateDeal/bash.txt b/docs/en/cli/bitrix24/UpdateDeal/bash.txt
index 7be9b98888..25d67955d2 100644
--- a/docs/en/cli/bitrix24/UpdateDeal/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateDeal/bash.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateDeal \
--url "b24-ar17wx.bitrix24.by" \
- --deal 3856 \
+ --deal 4072 \
--fields "{'TITLE':'Future deal in RUB','CURRENCY_ID':'RUB','OPPORTUNITY':50000,'BEGINDATE':'2025-01-01'}" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateDeal/bat.txt b/docs/en/cli/bitrix24/UpdateDeal/bat.txt
index 5c83a31e0a..0be8536298 100644
--- a/docs/en/cli/bitrix24/UpdateDeal/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateDeal/bat.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateDeal ^
--url "b24-ar17wx.bitrix24.by" ^
- --deal 3856 ^
+ --deal 4072 ^
--fields "{'TITLE':'Future deal in RUB','CURRENCY_ID':'RUB','OPPORTUNITY':50000,'BEGINDATE':'2025-01-01'}" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateDepartment/bash.txt b/docs/en/cli/bitrix24/UpdateDepartment/bash.txt
index 812c419033..3b01434dbe 100644
--- a/docs/en/cli/bitrix24/UpdateDepartment/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateDepartment/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 UpdateDepartment \
--url "b24-ar17wx.bitrix24.by" \
- --depid 2144 \
+ --depid 2254 \
--title "New department" \
--parentid 1 \
--headid 10 \
diff --git a/docs/en/cli/bitrix24/UpdateDepartment/bat.txt b/docs/en/cli/bitrix24/UpdateDepartment/bat.txt
index b6977bdcf1..053c16d399 100644
--- a/docs/en/cli/bitrix24/UpdateDepartment/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateDepartment/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 UpdateDepartment ^
--url "b24-ar17wx.bitrix24.by" ^
- --depid 2144 ^
+ --depid 2254 ^
--title "New department" ^
--parentid 1 ^
--headid 10 ^
diff --git a/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt b/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt
index f1c7dab088..7322535388 100644
--- a/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt
@@ -1,7 +1,7 @@
oint bitrix24 UpdateKanbansStage \
--url "b24-ar17wx.bitrix24.by" \
--title "New stage name 2" \
- --stage 2394 \
+ --stage 2504 \
--color "000000" \
--prevstage 6 \
--admin true \
diff --git a/docs/en/cli/bitrix24/UpdateKanbansStage/bat.txt b/docs/en/cli/bitrix24/UpdateKanbansStage/bat.txt
index aee703ee3d..8f3e834595 100644
--- a/docs/en/cli/bitrix24/UpdateKanbansStage/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateKanbansStage/bat.txt
@@ -1,7 +1,7 @@
oint bitrix24 UpdateKanbansStage ^
--url "b24-ar17wx.bitrix24.by" ^
--title "New stage name 2" ^
- --stage 2394 ^
+ --stage 2504 ^
--color "000000" ^
--prevstage 6 ^
--admin true ^
diff --git a/docs/en/cli/bitrix24/UpdateLead/bash.txt b/docs/en/cli/bitrix24/UpdateLead/bash.txt
index 92e20a1998..2b83af9290 100644
--- a/docs/en/cli/bitrix24/UpdateLead/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateLead/bash.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateLead \
--url "b24-ar17wx.bitrix24.by" \
- --lead 1936 \
+ --lead 2044 \
--fields "{'ADDRESS':'Lermontov st., b. 20','ADDRESS_COUNTRY':'Belarus','TITLE':'SuperClient','NAME':'Evgeniy','LAST_NAME':'Evgeniev'}" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateLead/bat.txt b/docs/en/cli/bitrix24/UpdateLead/bat.txt
index f2e70c2b3a..950b1f881b 100644
--- a/docs/en/cli/bitrix24/UpdateLead/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateLead/bat.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateLead ^
--url "b24-ar17wx.bitrix24.by" ^
- --lead 1936 ^
+ --lead 2044 ^
--fields "{'ADDRESS':'Lermontov st., b. 20','ADDRESS_COUNTRY':'Belarus','TITLE':'SuperClient','NAME':'Evgeniy','LAST_NAME':'Evgeniev'}" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdatePost/bash.txt b/docs/en/cli/bitrix24/UpdatePost/bash.txt
index 3612d83770..b9ddc0f24e 100644
--- a/docs/en/cli/bitrix24/UpdatePost/bash.txt
+++ b/docs/en/cli/bitrix24/UpdatePost/bash.txt
@@ -2,8 +2,8 @@
oint bitrix24 UpdatePost \
--url "b24-ar17wx.bitrix24.by" \
- --postid 2490 \
+ --postid 2604 \
--text "New post text" \
- --files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" \
+ --files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg'}" \
--title "New post title" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdatePost/bat.txt b/docs/en/cli/bitrix24/UpdatePost/bat.txt
index e10ad84c2e..43d01061f0 100644
--- a/docs/en/cli/bitrix24/UpdatePost/bat.txt
+++ b/docs/en/cli/bitrix24/UpdatePost/bat.txt
@@ -2,8 +2,8 @@
oint bitrix24 UpdatePost ^
--url "b24-ar17wx.bitrix24.by" ^
- --postid 2490 ^
+ --postid 2604 ^
--text "New post text" ^
- --files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" ^
+ --files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg'}" ^
--title "New post title" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateTask/bash.txt b/docs/en/cli/bitrix24/UpdateTask/bash.txt
index ebb92062e2..2735b41bbb 100644
--- a/docs/en/cli/bitrix24/UpdateTask/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateTask/bash.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateTask \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
+ --task "6924" \
--fields "{'TITLE':'Another task title','DESCRIPTION':'Another task description','PRIORITY':'1'}" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateTask/bat.txt b/docs/en/cli/bitrix24/UpdateTask/bat.txt
index 43b98eeef8..b2d872efdb 100644
--- a/docs/en/cli/bitrix24/UpdateTask/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateTask/bat.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateTask ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
+ --task "6924" ^
--fields "{'TITLE':'Another task title','DESCRIPTION':'Another task description','PRIORITY':'1'}" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateTaskComment/bash.txt b/docs/en/cli/bitrix24/UpdateTaskComment/bash.txt
index 14c316d089..a5c9f04ad9 100644
--- a/docs/en/cli/bitrix24/UpdateTaskComment/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateTaskComment/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 UpdateTaskComment \
--url "b24-ar17wx.bitrix24.by" \
- --task "6384" \
- --comment 14828 \
+ --task "6926" \
+ --comment 16216 \
--text "The task has been changed, let's split up" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateTaskComment/bat.txt b/docs/en/cli/bitrix24/UpdateTaskComment/bat.txt
index 85b9386e86..864e084824 100644
--- a/docs/en/cli/bitrix24/UpdateTaskComment/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateTaskComment/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 UpdateTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6384" ^
- --comment 14828 ^
+ --task "6926" ^
+ --comment 16216 ^
--text "The task has been changed, let's split up" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bash.txt b/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bash.txt
index 8de8ee9c61..4c4c18e1a4 100644
--- a/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bash.txt
@@ -1,8 +1,8 @@
oint bitrix24 UpdateTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \
- --task "6388" \
- --record 2380 \
+ --task "6930" \
+ --record 2490 \
--amount 4800 \
--text "New time record" \
- --date "2025-05-18T20:42:45.9792158" \
+ --date "2025-06-05T12:38:46.021842" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bat.txt b/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bat.txt
index 7b9586535b..bca1839301 100644
--- a/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bat.txt
@@ -1,8 +1,8 @@
oint bitrix24 UpdateTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6388" ^
- --record 2380 ^
+ --task "6930" ^
+ --record 2490 ^
--amount 4800 ^
--text "New time record" ^
- --date "2025-05-18T20:42:45.9792158" ^
+ --date "2025-06-05T12:38:46.021842" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bash.txt
index 4ebb4ec132..48586ab12d 100644
--- a/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 UpdateTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
- --task "6382" \
- --element 4538 \
+ --task "6924" \
+ --element 4754 \
--text "New elements text" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bat.txt
index 7320357975..029cd1e8b9 100644
--- a/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 UpdateTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
- --task "6382" ^
- --element 4538 ^
+ --task "6924" ^
+ --element 4754 ^
--text "New elements text" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateUser/bash.txt b/docs/en/cli/bitrix24/UpdateUser/bash.txt
index 9f63130a33..ed5f4e40b8 100644
--- a/docs/en/cli/bitrix24/UpdateUser/bash.txt
+++ b/docs/en/cli/bitrix24/UpdateUser/bash.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateUser \
--url "b24-ar17wx.bitrix24.by" \
- --userid 2150 \
- --fields "{'EMAIL':'cfbf2f89-0805-4c25-86a9-8bcefcabc1c5@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" \
+ --userid 2258 \
+ --fields "{'EMAIL':'c8aafc04-945c-41ca-a0cf-ea619029333b@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UpdateUser/bat.txt b/docs/en/cli/bitrix24/UpdateUser/bat.txt
index dbbee12a26..cd8ff9c1a5 100644
--- a/docs/en/cli/bitrix24/UpdateUser/bat.txt
+++ b/docs/en/cli/bitrix24/UpdateUser/bat.txt
@@ -2,6 +2,6 @@
oint bitrix24 UpdateUser ^
--url "b24-ar17wx.bitrix24.by" ^
- --userid 2150 ^
- --fields "{'EMAIL':'cfbf2f89-0805-4c25-86a9-8bcefcabc1c5@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" ^
+ --userid 2258 ^
+ --fields "{'EMAIL':'c8aafc04-945c-41ca-a0cf-ea619029333b@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt b/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt
index d6601ac714..1722d35c73 100644
--- a/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt
+++ b/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt
@@ -1,5 +1,5 @@
oint bitrix24 UploadFileToFolder \
--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 35416
\ No newline at end of file
+ --file "https://hut.openintegrations.dev/test_data/document.docx" \
+ --folderid 36774
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt b/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt
index 425cfd7efc..6a13921db9 100644
--- a/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt
+++ b/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt
@@ -1,5 +1,5 @@
oint bitrix24 UploadFileToFolder ^
--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 35416
\ No newline at end of file
+ --file "https://hut.openintegrations.dev/test_data/document.docx" ^
+ --folderid 36774
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UploadFileToStorage/bash.txt b/docs/en/cli/bitrix24/UploadFileToStorage/bash.txt
index fa77b59d08..eb97bc033f 100644
--- a/docs/en/cli/bitrix24/UploadFileToStorage/bash.txt
+++ b/docs/en/cli/bitrix24/UploadFileToStorage/bash.txt
@@ -1,6 +1,6 @@
oint bitrix24 UploadFileToStorage \
--url "b24-ar17wx.bitrix24.by" \
--title "Picture1.jpg" \
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
+ --file "https://hut.openintegrations.dev/test_data/picture2.jpg" \
--storageid 3 \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/bitrix24/UploadFileToStorage/bat.txt b/docs/en/cli/bitrix24/UploadFileToStorage/bat.txt
index 38245c19c6..31063f7913 100644
--- a/docs/en/cli/bitrix24/UploadFileToStorage/bat.txt
+++ b/docs/en/cli/bitrix24/UploadFileToStorage/bat.txt
@@ -1,6 +1,6 @@
oint bitrix24 UploadFileToStorage ^
--url "b24-ar17wx.bitrix24.by" ^
--title "Picture1.jpg" ^
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^
+ --file "https://hut.openintegrations.dev/test_data/picture2.jpg" ^
--storageid 3 ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateBarcode/bash.txt b/docs/en/cli/cdek/CreateBarcode/bash.txt
index 50f8b4883f..af239c89ba 100644
--- a/docs/en/cli/cdek/CreateBarcode/bash.txt
+++ b/docs/en/cli/cdek/CreateBarcode/bash.txt
@@ -1,6 +1,6 @@
oint cdek CreateBarcode \
--token "***" \
- --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" \
+ --uuids "f23abaac-a74b-4308-afc2-25e658dd5455" \
--count 1 \
--format "A5" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateBarcode/bat.txt b/docs/en/cli/cdek/CreateBarcode/bat.txt
index 210278a1f8..279c4c45f4 100644
--- a/docs/en/cli/cdek/CreateBarcode/bat.txt
+++ b/docs/en/cli/cdek/CreateBarcode/bat.txt
@@ -1,6 +1,6 @@
oint cdek CreateBarcode ^
--token "***" ^
- --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" ^
+ --uuids "f23abaac-a74b-4308-afc2-25e658dd5455" ^
--count 1 ^
--format "A5" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateCourierInvitation/bash.txt b/docs/en/cli/cdek/CreateCourierInvitation/bash.txt
index d38f6f161e..a3824f93eb 100644
--- a/docs/en/cli/cdek/CreateCourierInvitation/bash.txt
+++ b/docs/en/cli/cdek/CreateCourierInvitation/bash.txt
@@ -2,5 +2,5 @@
oint cdek CreateCourierInvitation \
--token "***" \
- --intake "{'intake_date':'2025-06-19','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" \
+ --intake "{'intake_date':'2025-07-06','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateCourierInvitation/bat.txt b/docs/en/cli/cdek/CreateCourierInvitation/bat.txt
index 581bbdeb6c..69046569c9 100644
--- a/docs/en/cli/cdek/CreateCourierInvitation/bat.txt
+++ b/docs/en/cli/cdek/CreateCourierInvitation/bat.txt
@@ -2,5 +2,5 @@
oint cdek CreateCourierInvitation ^
--token "***" ^
- --intake "{'intake_date':'2025-06-19','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" ^
+ --intake "{'intake_date':'2025-07-06','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateCustomerRefund/bash.txt b/docs/en/cli/cdek/CreateCustomerRefund/bash.txt
index 19d6b5b6c9..915ce3f821 100644
--- a/docs/en/cli/cdek/CreateCustomerRefund/bash.txt
+++ b/docs/en/cli/cdek/CreateCustomerRefund/bash.txt
@@ -1,5 +1,5 @@
oint cdek CreateCustomerRefund \
--token "***" \
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" \
--tariff 139 \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateCustomerRefund/bat.txt b/docs/en/cli/cdek/CreateCustomerRefund/bat.txt
index 90fa3e8d0a..ab1b20b694 100644
--- a/docs/en/cli/cdek/CreateCustomerRefund/bat.txt
+++ b/docs/en/cli/cdek/CreateCustomerRefund/bat.txt
@@ -1,5 +1,5 @@
oint cdek CreateCustomerRefund ^
--token "***" ^
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" ^
--tariff 139 ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateOrder/bash.txt b/docs/en/cli/cdek/CreateOrder/bash.txt
index b89c2346a7..e014a46643 100644
--- a/docs/en/cli/cdek/CreateOrder/bash.txt
+++ b/docs/en/cli/cdek/CreateOrder/bash.txt
@@ -2,6 +2,6 @@
oint cdek CreateOrder \
--token "***" \
- --order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'11d1c116-cb35-4978-99ea-9b97e709d0e7','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" \
+ --order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'f73f1fd7-31e4-4b55-8087-6a47db3304a8','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" \
--ostore true \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateOrder/bat.txt b/docs/en/cli/cdek/CreateOrder/bat.txt
index d529f49e2e..97a84676aa 100644
--- a/docs/en/cli/cdek/CreateOrder/bat.txt
+++ b/docs/en/cli/cdek/CreateOrder/bat.txt
@@ -2,6 +2,6 @@
oint cdek CreateOrder ^
--token "***" ^
- --order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'11d1c116-cb35-4978-99ea-9b97e709d0e7','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" ^
+ --order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'f73f1fd7-31e4-4b55-8087-6a47db3304a8','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" ^
--ostore true ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreatePrealert/bash.txt b/docs/en/cli/cdek/CreatePrealert/bash.txt
index 026c4e0d4e..0ce203605e 100644
--- a/docs/en/cli/cdek/CreatePrealert/bash.txt
+++ b/docs/en/cli/cdek/CreatePrealert/bash.txt
@@ -1,6 +1,6 @@
oint cdek CreatePrealert \
--token "***" \
- --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" \
- --date "2025-06-19T20:56:01.7001818" \
+ --uuids "f23abaac-a74b-4308-afc2-25e658dd5455" \
+ --date "2025-07-06T12:48:57.2301194" \
--point "NSK27" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreatePrealert/bat.txt b/docs/en/cli/cdek/CreatePrealert/bat.txt
index 5bbb798b7c..41cad30ce3 100644
--- a/docs/en/cli/cdek/CreatePrealert/bat.txt
+++ b/docs/en/cli/cdek/CreatePrealert/bat.txt
@@ -1,6 +1,6 @@
oint cdek CreatePrealert ^
--token "***" ^
- --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" ^
- --date "2025-06-19T20:56:01.7001818" ^
+ --uuids "f23abaac-a74b-4308-afc2-25e658dd5455" ^
+ --date "2025-07-06T12:48:57.2301194" ^
--point "NSK27" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateReceipt/bash.txt b/docs/en/cli/cdek/CreateReceipt/bash.txt
index ba5001f056..01e345047f 100644
--- a/docs/en/cli/cdek/CreateReceipt/bash.txt
+++ b/docs/en/cli/cdek/CreateReceipt/bash.txt
@@ -1,6 +1,6 @@
oint cdek CreateReceipt \
--token "***" \
- --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" \
+ --uuids "f23abaac-a74b-4308-afc2-25e658dd5455" \
--type "tpl_russia" \
--count 1 \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateReceipt/bat.txt b/docs/en/cli/cdek/CreateReceipt/bat.txt
index 8c045dbf46..10bd0ddbb3 100644
--- a/docs/en/cli/cdek/CreateReceipt/bat.txt
+++ b/docs/en/cli/cdek/CreateReceipt/bat.txt
@@ -1,6 +1,6 @@
oint cdek CreateReceipt ^
--token "***" ^
- --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" ^
+ --uuids "f23abaac-a74b-4308-afc2-25e658dd5455" ^
--type "tpl_russia" ^
--count 1 ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateRefusal/bash.txt b/docs/en/cli/cdek/CreateRefusal/bash.txt
index 9213369fd1..f62c3c9352 100644
--- a/docs/en/cli/cdek/CreateRefusal/bash.txt
+++ b/docs/en/cli/cdek/CreateRefusal/bash.txt
@@ -1,4 +1,4 @@
oint cdek CreateRefusal \
--token "***" \
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/CreateRefusal/bat.txt b/docs/en/cli/cdek/CreateRefusal/bat.txt
index bf5ead5225..d7a1a174ca 100644
--- a/docs/en/cli/cdek/CreateRefusal/bat.txt
+++ b/docs/en/cli/cdek/CreateRefusal/bat.txt
@@ -1,4 +1,4 @@
oint cdek CreateRefusal ^
--token "***" ^
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt b/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt
index cceb72fb46..7a612cbb14 100644
--- a/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt
+++ b/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt
@@ -1,4 +1,4 @@
oint cdek DeleteCourierInvitation \
--token "***" \
- --uuid "72753031-83b0-486a-bb3d-df75f5461bf3" \
+ --uuid "8fccf5a6-7f0c-4bf5-82da-edf4c617fbc6" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt b/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt
index 46a5a93ad2..5691bcf108 100644
--- a/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt
+++ b/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt
@@ -1,4 +1,4 @@
oint cdek DeleteCourierInvitation ^
--token "***" ^
- --uuid "72753031-83b0-486a-bb3d-df75f5461bf3" ^
+ --uuid "8fccf5a6-7f0c-4bf5-82da-edf4c617fbc6" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/DeleteOrder/bash.txt b/docs/en/cli/cdek/DeleteOrder/bash.txt
index 63b9091a9d..c860e5c462 100644
--- a/docs/en/cli/cdek/DeleteOrder/bash.txt
+++ b/docs/en/cli/cdek/DeleteOrder/bash.txt
@@ -1,4 +1,4 @@
oint cdek DeleteOrder \
--token "***" \
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \
+ --uuid "13367735-6f9d-4567-a8ad-dfed9d9e3788" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/DeleteOrder/bat.txt b/docs/en/cli/cdek/DeleteOrder/bat.txt
index 672eec9eb8..99812b8fbe 100644
--- a/docs/en/cli/cdek/DeleteOrder/bat.txt
+++ b/docs/en/cli/cdek/DeleteOrder/bat.txt
@@ -1,4 +1,4 @@
oint cdek DeleteOrder ^
--token "***" ^
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^
+ --uuid "13367735-6f9d-4567-a8ad-dfed9d9e3788" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt
index aa4256d7cf..79059df596 100644
--- a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt
+++ b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt
@@ -1,4 +1,4 @@
oint cdek GetAvailableDeliveryIntervals \
--token "***" \
- --uuid "4c8f65d3-fd46-45af-b8a0-045f1d193a97" \
+ --uuid "13367735-6f9d-4567-a8ad-dfed9d9e3788" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt
index c5719be6eb..5435512f5d 100644
--- a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt
+++ b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt
@@ -1,4 +1,4 @@
oint cdek GetAvailableDeliveryIntervals ^
--token "***" ^
- --uuid "4c8f65d3-fd46-45af-b8a0-045f1d193a97" ^
+ --uuid "13367735-6f9d-4567-a8ad-dfed9d9e3788" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetBarcode/bash.txt b/docs/en/cli/cdek/GetBarcode/bash.txt
index fcd8c97c8e..2259a7ff6a 100644
--- a/docs/en/cli/cdek/GetBarcode/bash.txt
+++ b/docs/en/cli/cdek/GetBarcode/bash.txt
@@ -1,6 +1,6 @@
oint cdek GetBarcode \
--token "***" \
- --uuid "235999c0-7272-4685-8b35-a70e1201ef42" \
+ --uuid "a86e5d1e-3f4a-421f-8108-691bfa43b039" \
--getfile true \
--testapi "***" \
- --out "C:\Users\Administrator\AppData\Local\Temp\zdpyyhjof35.pdf"
\ No newline at end of file
+ --out "C:\Users\bayse\AppData\Local\Temp\m3wy4uxzmho.pdf"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetBarcode/bat.txt b/docs/en/cli/cdek/GetBarcode/bat.txt
index f78fd97af6..0fbea47368 100644
--- a/docs/en/cli/cdek/GetBarcode/bat.txt
+++ b/docs/en/cli/cdek/GetBarcode/bat.txt
@@ -1,6 +1,6 @@
oint cdek GetBarcode ^
--token "***" ^
- --uuid "235999c0-7272-4685-8b35-a70e1201ef42" ^
+ --uuid "a86e5d1e-3f4a-421f-8108-691bfa43b039" ^
--getfile true ^
--testapi "***" ^
- --out "C:\Users\Administrator\AppData\Local\Temp\zdpyyhjof35.pdf"
\ No newline at end of file
+ --out "C:\Users\bayse\AppData\Local\Temp\m3wy4uxzmho.pdf"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetCashboxCheck/bash.txt b/docs/en/cli/cdek/GetCashboxCheck/bash.txt
index a2a15aba38..77286734ae 100644
--- a/docs/en/cli/cdek/GetCashboxCheck/bash.txt
+++ b/docs/en/cli/cdek/GetCashboxCheck/bash.txt
@@ -1,4 +1,4 @@
oint cdek GetCashboxCheck \
--token "***" \
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetCashboxCheck/bat.txt b/docs/en/cli/cdek/GetCashboxCheck/bat.txt
index fefc857402..8b8f629c0b 100644
--- a/docs/en/cli/cdek/GetCashboxCheck/bat.txt
+++ b/docs/en/cli/cdek/GetCashboxCheck/bat.txt
@@ -1,4 +1,4 @@
oint cdek GetCashboxCheck ^
--token "***" ^
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt b/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt
index 4a63715e97..5d056e0708 100644
--- a/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt
+++ b/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt
@@ -1,4 +1,4 @@
oint cdek GetCashboxChecksByDate \
--token "***" \
- --date "2025-06-18T20:55:13.5487979" \
+ --date "2025-07-05T12:48:15.303818" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt b/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt
index ab2ccc884c..f0acad2d4a 100644
--- a/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt
+++ b/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt
@@ -1,4 +1,4 @@
oint cdek GetCashboxChecksByDate ^
--token "***" ^
- --date "2025-06-18T20:55:13.5487979" ^
+ --date "2025-07-05T12:48:15.303818" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetCourierInvitation/bash.txt b/docs/en/cli/cdek/GetCourierInvitation/bash.txt
index 018cafa79f..2201446fac 100644
--- a/docs/en/cli/cdek/GetCourierInvitation/bash.txt
+++ b/docs/en/cli/cdek/GetCourierInvitation/bash.txt
@@ -1,4 +1,4 @@
oint cdek GetCourierInvitation \
--token "***" \
- --uuid "49a98f48-4977-4ee0-abf6-c8affffc80c8" \
+ --uuid "8fccf5a6-7f0c-4bf5-82da-edf4c617fbc6" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetCourierInvitation/bat.txt b/docs/en/cli/cdek/GetCourierInvitation/bat.txt
index dd61427bbf..aeb7303e8a 100644
--- a/docs/en/cli/cdek/GetCourierInvitation/bat.txt
+++ b/docs/en/cli/cdek/GetCourierInvitation/bat.txt
@@ -1,4 +1,4 @@
oint cdek GetCourierInvitation ^
--token "***" ^
- --uuid "49a98f48-4977-4ee0-abf6-c8affffc80c8" ^
+ --uuid "8fccf5a6-7f0c-4bf5-82da-edf4c617fbc6" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt b/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt
index 6154b0fae9..d93598f26f 100644
--- a/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt
+++ b/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt
@@ -1,4 +1,4 @@
oint cdek GetDeliveryAppointment \
--token "***" \
- --uuid "72753031-8189-4e4b-b88a-f4640145f62a" \
+ --uuid "d8b96007-9399-45b9-aab7-470a9402a2d0" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt b/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt
index 80471f5fb2..f7ab2174bb 100644
--- a/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt
+++ b/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt
@@ -1,4 +1,4 @@
oint cdek GetDeliveryAppointment ^
--token "***" ^
- --uuid "72753031-8189-4e4b-b88a-f4640145f62a" ^
+ --uuid "d8b96007-9399-45b9-aab7-470a9402a2d0" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt b/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt
index 8d794f94c4..e21a237f9e 100644
--- a/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt
+++ b/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt
@@ -1,4 +1,4 @@
oint cdek GetDeliveryCashRegistry \
--token "***" \
- --date "2025-06-18T20:55:15.1484244" \
+ --date "2025-07-05T12:48:16.6251015" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt b/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt
index 1c166604e0..9db138bf40 100644
--- a/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt
+++ b/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt
@@ -1,4 +1,4 @@
oint cdek GetDeliveryCashRegistry ^
--token "***" ^
- --date "2025-06-18T20:55:15.1484244" ^
+ --date "2025-07-05T12:48:16.6251015" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt b/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt
index b921832e84..b6d35be460 100644
--- a/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt
+++ b/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt
@@ -1,4 +1,4 @@
oint cdek GetDeliveryCashTransfers \
--token "***" \
- --date "2025-06-18T20:55:16.8184048" \
+ --date "2025-07-05T12:48:18.0402008" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt b/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt
index b279ebafbb..291758923e 100644
--- a/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt
+++ b/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt
@@ -1,4 +1,4 @@
oint cdek GetDeliveryCashTransfers ^
--token "***" ^
- --date "2025-06-18T20:55:16.8184048" ^
+ --date "2025-07-05T12:48:18.0402008" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetOrder/bash.txt b/docs/en/cli/cdek/GetOrder/bash.txt
index d01cedff41..704e077208 100644
--- a/docs/en/cli/cdek/GetOrder/bash.txt
+++ b/docs/en/cli/cdek/GetOrder/bash.txt
@@ -1,4 +1,4 @@
oint cdek GetOrder \
--token "***" \
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetOrder/bat.txt b/docs/en/cli/cdek/GetOrder/bat.txt
index 20163198ba..6ab41a1793 100644
--- a/docs/en/cli/cdek/GetOrder/bat.txt
+++ b/docs/en/cli/cdek/GetOrder/bat.txt
@@ -1,4 +1,4 @@
oint cdek GetOrder ^
--token "***" ^
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetOrderByNumber/bash.txt b/docs/en/cli/cdek/GetOrderByNumber/bash.txt
index fcf8c40a14..1784922185 100644
--- a/docs/en/cli/cdek/GetOrderByNumber/bash.txt
+++ b/docs/en/cli/cdek/GetOrderByNumber/bash.txt
@@ -1,5 +1,5 @@
oint cdek GetOrderByNumber \
--token "***" \
- --number "2dfe095f-c1dd-4282-9430-dce54850ab3b" \
+ --number "7a7cda99-1066-4cb4-b8a6-20353b38f503" \
--internal true \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetOrderByNumber/bat.txt b/docs/en/cli/cdek/GetOrderByNumber/bat.txt
index 5451f7f409..d4843d6130 100644
--- a/docs/en/cli/cdek/GetOrderByNumber/bat.txt
+++ b/docs/en/cli/cdek/GetOrderByNumber/bat.txt
@@ -1,5 +1,5 @@
oint cdek GetOrderByNumber ^
--token "***" ^
- --number "2dfe095f-c1dd-4282-9430-dce54850ab3b" ^
+ --number "7a7cda99-1066-4cb4-b8a6-20353b38f503" ^
--internal true ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetPassportDataStatus/bash.txt b/docs/en/cli/cdek/GetPassportDataStatus/bash.txt
index 363090c329..1612c43e81 100644
--- a/docs/en/cli/cdek/GetPassportDataStatus/bash.txt
+++ b/docs/en/cli/cdek/GetPassportDataStatus/bash.txt
@@ -1,4 +1,4 @@
oint cdek GetPassportDataStatus \
--token "***" \
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetPassportDataStatus/bat.txt b/docs/en/cli/cdek/GetPassportDataStatus/bat.txt
index 70895a9efd..dcb4686712 100644
--- a/docs/en/cli/cdek/GetPassportDataStatus/bat.txt
+++ b/docs/en/cli/cdek/GetPassportDataStatus/bat.txt
@@ -1,4 +1,4 @@
oint cdek GetPassportDataStatus ^
--token "***" ^
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetPrealert/bash.txt b/docs/en/cli/cdek/GetPrealert/bash.txt
index 6485d76c7e..55a6b025b4 100644
--- a/docs/en/cli/cdek/GetPrealert/bash.txt
+++ b/docs/en/cli/cdek/GetPrealert/bash.txt
@@ -1,4 +1,4 @@
oint cdek GetPrealert \
--token "***" \
- --uuid "dd20ab8f-2d42-4ee5-966d-b1eb46dd9303" \
+ --uuid "05182087-c2a2-4458-9d10-712a5a7d4ebe" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetPrealert/bat.txt b/docs/en/cli/cdek/GetPrealert/bat.txt
index b6b046782b..103074639f 100644
--- a/docs/en/cli/cdek/GetPrealert/bat.txt
+++ b/docs/en/cli/cdek/GetPrealert/bat.txt
@@ -1,4 +1,4 @@
oint cdek GetPrealert ^
--token "***" ^
- --uuid "dd20ab8f-2d42-4ee5-966d-b1eb46dd9303" ^
+ --uuid "05182087-c2a2-4458-9d10-712a5a7d4ebe" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetReceipt/bash.txt b/docs/en/cli/cdek/GetReceipt/bash.txt
index caed2fcfaf..2325a213ac 100644
--- a/docs/en/cli/cdek/GetReceipt/bash.txt
+++ b/docs/en/cli/cdek/GetReceipt/bash.txt
@@ -1,6 +1,6 @@
oint cdek GetReceipt \
--token "***" \
- --uuid "64ec04a7-3df7-4cb6-9fb9-62f7f2385340" \
+ --uuid "9f1908ac-68f2-424c-9343-dd03439fb713" \
--getfile true \
--testapi "***" \
- --out "C:\Users\Administrator\AppData\Local\Temp\ov3y45wuflr.pdf"
\ No newline at end of file
+ --out "C:\Users\bayse\AppData\Local\Temp\dehn4vvvjdo.pdf"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/GetReceipt/bat.txt b/docs/en/cli/cdek/GetReceipt/bat.txt
index 1c178f0316..263e166478 100644
--- a/docs/en/cli/cdek/GetReceipt/bat.txt
+++ b/docs/en/cli/cdek/GetReceipt/bat.txt
@@ -1,6 +1,6 @@
oint cdek GetReceipt ^
--token "***" ^
- --uuid "64ec04a7-3df7-4cb6-9fb9-62f7f2385340" ^
+ --uuid "9f1908ac-68f2-424c-9343-dd03439fb713" ^
--getfile true ^
--testapi "***" ^
- --out "C:\Users\Administrator\AppData\Local\Temp\ov3y45wuflr.pdf"
\ No newline at end of file
+ --out "C:\Users\bayse\AppData\Local\Temp\dehn4vvvjdo.pdf"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt b/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt
index 37e7c05330..9250801e6f 100644
--- a/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt
+++ b/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt
@@ -2,5 +2,5 @@
oint cdek RegisterDeliveryAppointment \
--token "***" \
- --appt "{'cdek_number':'1106207236','order_uuid':'4c8f65d3-fd46-45af-b8a0-045f1d193a97','date':'2025-06-04','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" \
+ --appt "{'cdek_number':'1106207236','order_uuid':'13367735-6f9d-4567-a8ad-dfed9d9e3788','date':'2025-07-21','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt b/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt
index 7cf8fe58e5..7de15b0cf5 100644
--- a/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt
+++ b/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt
@@ -2,5 +2,5 @@
oint cdek RegisterDeliveryAppointment ^
--token "***" ^
- --appt "{'cdek_number':'1106207236','order_uuid':'4c8f65d3-fd46-45af-b8a0-045f1d193a97','date':'2025-06-04','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" ^
+ --appt "{'cdek_number':'1106207236','order_uuid':'13367735-6f9d-4567-a8ad-dfed9d9e3788','date':'2025-07-21','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/UpdateOrder/bash.txt b/docs/en/cli/cdek/UpdateOrder/bash.txt
index 6b9f6ac180..521d7339b9 100644
--- a/docs/en/cli/cdek/UpdateOrder/bash.txt
+++ b/docs/en/cli/cdek/UpdateOrder/bash.txt
@@ -2,6 +2,6 @@
oint cdek UpdateOrder \
--token "***" \
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" \
--order "{'comment':'NewComment'}" \
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/cdek/UpdateOrder/bat.txt b/docs/en/cli/cdek/UpdateOrder/bat.txt
index daaa5ddd7d..cc98c15bb4 100644
--- a/docs/en/cli/cdek/UpdateOrder/bat.txt
+++ b/docs/en/cli/cdek/UpdateOrder/bat.txt
@@ -2,6 +2,6 @@
oint cdek UpdateOrder ^
--token "***" ^
- --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^
+ --uuid "f23abaac-a74b-4308-afc2-25e658dd5455" ^
--order "{'comment':'NewComment'}" ^
--testapi "***"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/AddUsersToFile/bash.txt b/docs/en/cli/dropbox/AddUsersToFile/bash.txt
index 673e307774..355f4b33c1 100644
--- a/docs/en/cli/dropbox/AddUsersToFile/bash.txt
+++ b/docs/en/cli/dropbox/AddUsersToFile/bash.txt
@@ -1,5 +1,5 @@
oint dropbox AddUsersToFile \
--token "***" \
--fileid "kJU6-a-pT48AAAAAAAAABw" \
- --emails "h5bk6ft62s@privaterelay.appleid.com" \
- --readonly false
\ No newline at end of file
+ --emails "['h5bk6ft62s@privaterelay.appleid.com']" \
+ --readonly true
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/AddUsersToFile/bat.txt b/docs/en/cli/dropbox/AddUsersToFile/bat.txt
index d48768c61b..c1876631f7 100644
--- a/docs/en/cli/dropbox/AddUsersToFile/bat.txt
+++ b/docs/en/cli/dropbox/AddUsersToFile/bat.txt
@@ -1,5 +1,5 @@
oint dropbox AddUsersToFile ^
--token "***" ^
--fileid "kJU6-a-pT48AAAAAAAAABw" ^
- --emails "h5bk6ft62s@privaterelay.appleid.com" ^
- --readonly false
\ No newline at end of file
+ --emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
+ --readonly true
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/AddUsersToFolder/bash.txt b/docs/en/cli/dropbox/AddUsersToFolder/bash.txt
index ece972f106..3ad5bfa812 100644
--- a/docs/en/cli/dropbox/AddUsersToFolder/bash.txt
+++ b/docs/en/cli/dropbox/AddUsersToFolder/bash.txt
@@ -1,5 +1,5 @@
oint dropbox AddUsersToFolder \
--token "***" \
- --folder "12488818929" \
+ --folder "12646845985" \
--emails "['h5bk6ft62s@privaterelay.appleid.com']" \
--readonly true
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/AddUsersToFolder/bat.txt b/docs/en/cli/dropbox/AddUsersToFolder/bat.txt
index d75e3cbc60..f8b2676c91 100644
--- a/docs/en/cli/dropbox/AddUsersToFolder/bat.txt
+++ b/docs/en/cli/dropbox/AddUsersToFolder/bat.txt
@@ -1,5 +1,5 @@
oint dropbox AddUsersToFolder ^
--token "***" ^
- --folder "12488818929" ^
+ --folder "12646845985" ^
--emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
--readonly true
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/CancelFolderPublication/bash.txt b/docs/en/cli/dropbox/CancelFolderPublication/bash.txt
index 6463045432..9a945bb6d7 100644
--- a/docs/en/cli/dropbox/CancelFolderPublication/bash.txt
+++ b/docs/en/cli/dropbox/CancelFolderPublication/bash.txt
@@ -1,3 +1,3 @@
oint dropbox CancelFolderPublication \
--token "***" \
- --folder "12488818929"
\ No newline at end of file
+ --folder "12646845985"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/CancelFolderPublication/bat.txt b/docs/en/cli/dropbox/CancelFolderPublication/bat.txt
index 68e1ba5b9b..5695d6f967 100644
--- a/docs/en/cli/dropbox/CancelFolderPublication/bat.txt
+++ b/docs/en/cli/dropbox/CancelFolderPublication/bat.txt
@@ -1,3 +1,3 @@
oint dropbox CancelFolderPublication ^
--token "***" ^
- --folder "12488818929"
\ No newline at end of file
+ --folder "12646845985"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/GetAccountInformation/bash.txt b/docs/en/cli/dropbox/GetAccountInformation/bash.txt
index 8f556c0340..264b28975b 100644
--- a/docs/en/cli/dropbox/GetAccountInformation/bash.txt
+++ b/docs/en/cli/dropbox/GetAccountInformation/bash.txt
@@ -1,2 +1,3 @@
oint dropbox GetAccountInformation \
- --token "***"
\ No newline at end of file
+ --token "***" \
+ --account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/GetAccountInformation/bat.txt b/docs/en/cli/dropbox/GetAccountInformation/bat.txt
index 5d06fdb227..ddeb2b8640 100644
--- a/docs/en/cli/dropbox/GetAccountInformation/bat.txt
+++ b/docs/en/cli/dropbox/GetAccountInformation/bat.txt
@@ -1,2 +1,3 @@
oint dropbox GetAccountInformation ^
- --token "***"
\ No newline at end of file
+ --token "***" ^
+ --account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bash.txt b/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bash.txt
index 7d3c91daf8..058c90f8ae 100644
--- a/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bash.txt
+++ b/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bash.txt
@@ -1,3 +1,3 @@
oint dropbox GetAsynchronousChangeStatus \
--token "***" \
- --job "dbjid:AABYUFPyj2WAIDqtyNfJK284q6iIKyhFJi68cUxJmUE4lOTc7u17c6RuDtGdC9mjXctEUC54R8rJii6ysDStoNlS"
\ No newline at end of file
+ --job "dbjid:AAAkH0Chdtzl_i27JrJihmFyqq0VpY7iP2OTR_CIKrzFA2kH479q5ATvTFk-s89jpZZxD3f6V40QWrv8OLrXMzgr"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bat.txt b/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bat.txt
index c0f9e70c65..7f5ed3f57c 100644
--- a/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bat.txt
+++ b/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bat.txt
@@ -1,3 +1,3 @@
oint dropbox GetAsynchronousChangeStatus ^
--token "***" ^
- --job "dbjid:AABYUFPyj2WAIDqtyNfJK284q6iIKyhFJi68cUxJmUE4lOTc7u17c6RuDtGdC9mjXctEUC54R8rJii6ysDStoNlS"
\ No newline at end of file
+ --job "dbjid:AAAkH0Chdtzl_i27JrJihmFyqq0VpY7iP2OTR_CIKrzFA2kH479q5ATvTFk-s89jpZZxD3f6V40QWrv8OLrXMzgr"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/GetUploadStatusByURL/bash.txt b/docs/en/cli/dropbox/GetUploadStatusByURL/bash.txt
index 29d5b8782d..072ea7f1ad 100644
--- a/docs/en/cli/dropbox/GetUploadStatusByURL/bash.txt
+++ b/docs/en/cli/dropbox/GetUploadStatusByURL/bash.txt
@@ -1,3 +1,3 @@
oint dropbox GetUploadStatusByURL \
--token "***" \
- --job "frZeMfEX1tYAAAAAAAAAAQ"
\ No newline at end of file
+ --job "U6xHASK04I8AAAAAAAAAAQ"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/GetUploadStatusByURL/bat.txt b/docs/en/cli/dropbox/GetUploadStatusByURL/bat.txt
index d1775b2719..9d7d7c2fc9 100644
--- a/docs/en/cli/dropbox/GetUploadStatusByURL/bat.txt
+++ b/docs/en/cli/dropbox/GetUploadStatusByURL/bat.txt
@@ -1,3 +1,3 @@
oint dropbox GetUploadStatusByURL ^
--token "***" ^
- --job "frZeMfEX1tYAAAAAAAAAAQ"
\ No newline at end of file
+ --job "U6xHASK04I8AAAAAAAAAAQ"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/RestoreObjectToVersion/bash.txt b/docs/en/cli/dropbox/RestoreObjectToVersion/bash.txt
index fe7598498b..00fe593f46 100644
--- a/docs/en/cli/dropbox/RestoreObjectToVersion/bash.txt
+++ b/docs/en/cli/dropbox/RestoreObjectToVersion/bash.txt
@@ -1,4 +1,4 @@
oint dropbox RestoreObjectToVersion \
--token "***" \
--path "/New/pic.png" \
- --rev "637dc03ab07dabd841553"
\ No newline at end of file
+ --rev "6392b400c6deebd841553"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/RestoreObjectToVersion/bat.txt b/docs/en/cli/dropbox/RestoreObjectToVersion/bat.txt
index 3e59ca0393..94901ac6e4 100644
--- a/docs/en/cli/dropbox/RestoreObjectToVersion/bat.txt
+++ b/docs/en/cli/dropbox/RestoreObjectToVersion/bat.txt
@@ -1,4 +1,4 @@
oint dropbox RestoreObjectToVersion ^
--token "***" ^
--path "/New/pic.png" ^
- --rev "637dc03ab07dabd841553"
\ No newline at end of file
+ --rev "6392b400c6deebd841553"
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/UploadFile/bash.txt b/docs/en/cli/dropbox/UploadFile/bash.txt
index b133477f22..9820b0d889 100644
--- a/docs/en/cli/dropbox/UploadFile/bash.txt
+++ b/docs/en/cli/dropbox/UploadFile/bash.txt
@@ -1,5 +1,5 @@
oint dropbox UploadFile \
--token "***" \
- --file "C:\Users\bayse\AppData\Local\Temp\zjm13j4eoij.png" \
+ --file "C:\Users\bayse\AppData\Local\Temp\x1ecwvzeyeq.png" \
--path "/New/pic.png" \
--overwrite true
\ No newline at end of file
diff --git a/docs/en/cli/dropbox/UploadFile/bat.txt b/docs/en/cli/dropbox/UploadFile/bat.txt
index 546a3a942d..60ba5fd6ef 100644
--- a/docs/en/cli/dropbox/UploadFile/bat.txt
+++ b/docs/en/cli/dropbox/UploadFile/bat.txt
@@ -1,5 +1,5 @@
oint dropbox UploadFile ^
--token "***" ^
- --file "C:\Users\bayse\AppData\Local\Temp\zjm13j4eoij.png" ^
+ --file "C:\Users\bayse\AppData\Local\Temp\x1ecwvzeyeq.png" ^
--path "/New/pic.png" ^
--overwrite true
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/AddCalendarToList/bash.txt b/docs/en/cli/gcalendar/AddCalendarToList/bash.txt
index 0fd1d6c813..16446a0f17 100644
--- a/docs/en/cli/gcalendar/AddCalendarToList/bash.txt
+++ b/docs/en/cli/gcalendar/AddCalendarToList/bash.txt
@@ -1,3 +1,3 @@
oint gcalendar AddCalendarToList \
--token "***" \
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com"
\ No newline at end of file
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/AddCalendarToList/bat.txt b/docs/en/cli/gcalendar/AddCalendarToList/bat.txt
index 37d7058846..f35c45a272 100644
--- a/docs/en/cli/gcalendar/AddCalendarToList/bat.txt
+++ b/docs/en/cli/gcalendar/AddCalendarToList/bat.txt
@@ -1,3 +1,3 @@
oint gcalendar AddCalendarToList ^
--token "***" ^
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com"
\ No newline at end of file
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/CreateEvent/bash.txt b/docs/en/cli/gcalendar/CreateEvent/bash.txt
index 354c83494b..b77a295bc6 100644
--- a/docs/en/cli/gcalendar/CreateEvent/bash.txt
+++ b/docs/en/cli/gcalendar/CreateEvent/bash.txt
@@ -2,5 +2,5 @@
oint gcalendar CreateEvent \
--token "***" \
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" \
- --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-06-18T20:24:58.5607545Z','EndDate':'2025-06-18T21:24:58.5607545Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}"
\ No newline at end of file
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com" \
+ --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-07-05T12:23:32.7194281Z','EndDate':'2025-07-05T13:23:32.7194281Z','ArrayOfAttachmentURLs':{'Image1':'https://hut.openintegrations.dev/test_data/picture.jpg','Image2':'https://hut.openintegrations.dev/test_data/picture2.jpg'},'SendNotifications':true}"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/CreateEvent/bat.txt b/docs/en/cli/gcalendar/CreateEvent/bat.txt
index d32730cc9d..e940181d19 100644
--- a/docs/en/cli/gcalendar/CreateEvent/bat.txt
+++ b/docs/en/cli/gcalendar/CreateEvent/bat.txt
@@ -2,5 +2,5 @@
oint gcalendar CreateEvent ^
--token "***" ^
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" ^
- --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-06-18T20:24:58.5607545Z','EndDate':'2025-06-18T21:24:58.5607545Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}"
\ No newline at end of file
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com" ^
+ --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-07-05T12:23:32.7194281Z','EndDate':'2025-07-05T13:23:32.7194281Z','ArrayOfAttachmentURLs':{'Image1':'https://hut.openintegrations.dev/test_data/picture.jpg','Image2':'https://hut.openintegrations.dev/test_data/picture2.jpg'},'SendNotifications':true}"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/DeleteCalendar/bash.txt b/docs/en/cli/gcalendar/DeleteCalendar/bash.txt
index 8b06f9181b..d26e29ca31 100644
--- a/docs/en/cli/gcalendar/DeleteCalendar/bash.txt
+++ b/docs/en/cli/gcalendar/DeleteCalendar/bash.txt
@@ -1,3 +1,3 @@
oint gcalendar DeleteCalendar \
--token "***" \
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com"
\ No newline at end of file
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/DeleteCalendar/bat.txt b/docs/en/cli/gcalendar/DeleteCalendar/bat.txt
index 2068878cd8..d56f3f1028 100644
--- a/docs/en/cli/gcalendar/DeleteCalendar/bat.txt
+++ b/docs/en/cli/gcalendar/DeleteCalendar/bat.txt
@@ -1,3 +1,3 @@
oint gcalendar DeleteCalendar ^
--token "***" ^
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com"
\ No newline at end of file
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/DeleteCalendarFromList/bash.txt b/docs/en/cli/gcalendar/DeleteCalendarFromList/bash.txt
index e9f9818922..e5c86ea2bb 100644
--- a/docs/en/cli/gcalendar/DeleteCalendarFromList/bash.txt
+++ b/docs/en/cli/gcalendar/DeleteCalendarFromList/bash.txt
@@ -1,3 +1,3 @@
oint gcalendar DeleteCalendarFromList \
--token "***" \
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com"
\ No newline at end of file
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/DeleteCalendarFromList/bat.txt b/docs/en/cli/gcalendar/DeleteCalendarFromList/bat.txt
index b078924ceb..bdafdb1d09 100644
--- a/docs/en/cli/gcalendar/DeleteCalendarFromList/bat.txt
+++ b/docs/en/cli/gcalendar/DeleteCalendarFromList/bat.txt
@@ -1,3 +1,3 @@
oint gcalendar DeleteCalendarFromList ^
--token "***" ^
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com"
\ No newline at end of file
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/DeleteEvent/bash.txt b/docs/en/cli/gcalendar/DeleteEvent/bash.txt
index 4295829531..86e85e6334 100644
--- a/docs/en/cli/gcalendar/DeleteEvent/bash.txt
+++ b/docs/en/cli/gcalendar/DeleteEvent/bash.txt
@@ -1,4 +1,4 @@
oint gcalendar DeleteEvent \
--token "***" \
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" \
- --event "sned9q1cal272kf2lmhd3n20ck"
\ No newline at end of file
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com" \
+ --event "j42vpcfgq4hpq37pv65b2h6894"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/DeleteEvent/bat.txt b/docs/en/cli/gcalendar/DeleteEvent/bat.txt
index f4e63e49b4..8726848287 100644
--- a/docs/en/cli/gcalendar/DeleteEvent/bat.txt
+++ b/docs/en/cli/gcalendar/DeleteEvent/bat.txt
@@ -1,4 +1,4 @@
oint gcalendar DeleteEvent ^
--token "***" ^
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" ^
- --event "sned9q1cal272kf2lmhd3n20ck"
\ No newline at end of file
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com" ^
+ --event "j42vpcfgq4hpq37pv65b2h6894"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/EditCalendarMetadata/bash.txt b/docs/en/cli/gcalendar/EditCalendarMetadata/bash.txt
index fc4dde35e5..5bef3257af 100644
--- a/docs/en/cli/gcalendar/EditCalendarMetadata/bash.txt
+++ b/docs/en/cli/gcalendar/EditCalendarMetadata/bash.txt
@@ -1,5 +1,5 @@
oint gcalendar EditCalendarMetadata \
--token "***" \
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com" \
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com" \
--title "New name" \
--description "New description"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/EditCalendarMetadata/bat.txt b/docs/en/cli/gcalendar/EditCalendarMetadata/bat.txt
index 3731520878..3d6ba22511 100644
--- a/docs/en/cli/gcalendar/EditCalendarMetadata/bat.txt
+++ b/docs/en/cli/gcalendar/EditCalendarMetadata/bat.txt
@@ -1,5 +1,5 @@
oint gcalendar EditCalendarMetadata ^
--token "***" ^
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com" ^
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com" ^
--title "New name" ^
--description "New description"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/EditEvent/bash.txt b/docs/en/cli/gcalendar/EditEvent/bash.txt
index ae4fe99866..2031de393e 100644
--- a/docs/en/cli/gcalendar/EditEvent/bash.txt
+++ b/docs/en/cli/gcalendar/EditEvent/bash.txt
@@ -2,6 +2,6 @@
oint gcalendar EditEvent \
--token "***" \
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" \
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com" \
--props "{'Description':'New event description'}" \
- --event "sned9q1cal272kf2lmhd3n20ck"
\ No newline at end of file
+ --event "j42vpcfgq4hpq37pv65b2h6894"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/EditEvent/bat.txt b/docs/en/cli/gcalendar/EditEvent/bat.txt
index 0cf2c7ab86..858156c47b 100644
--- a/docs/en/cli/gcalendar/EditEvent/bat.txt
+++ b/docs/en/cli/gcalendar/EditEvent/bat.txt
@@ -2,6 +2,6 @@
oint gcalendar EditEvent ^
--token "***" ^
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" ^
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com" ^
--props "{'Description':'New event description'}" ^
- --event "sned9q1cal272kf2lmhd3n20ck"
\ No newline at end of file
+ --event "j42vpcfgq4hpq37pv65b2h6894"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/EditListCalendar/bash.txt b/docs/en/cli/gcalendar/EditListCalendar/bash.txt
index c7d004919a..1f2527e6a5 100644
--- a/docs/en/cli/gcalendar/EditListCalendar/bash.txt
+++ b/docs/en/cli/gcalendar/EditListCalendar/bash.txt
@@ -1,6 +1,6 @@
oint gcalendar EditListCalendar \
--token "***" \
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com" \
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com" \
--primary "#000000" \
--secondary "#ffd800" \
--hidden false
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/EditListCalendar/bat.txt b/docs/en/cli/gcalendar/EditListCalendar/bat.txt
index 59f8984133..a6160d813f 100644
--- a/docs/en/cli/gcalendar/EditListCalendar/bat.txt
+++ b/docs/en/cli/gcalendar/EditListCalendar/bat.txt
@@ -1,6 +1,6 @@
oint gcalendar EditListCalendar ^
--token "***" ^
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com" ^
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com" ^
--primary "#000000" ^
--secondary "#ffd800" ^
--hidden false
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/GetCalendarMetadata/bash.txt b/docs/en/cli/gcalendar/GetCalendarMetadata/bash.txt
index c8d30d83c8..60c69791d9 100644
--- a/docs/en/cli/gcalendar/GetCalendarMetadata/bash.txt
+++ b/docs/en/cli/gcalendar/GetCalendarMetadata/bash.txt
@@ -1,3 +1,3 @@
oint gcalendar GetCalendarMetadata \
--token "***" \
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com"
\ No newline at end of file
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/GetCalendarMetadata/bat.txt b/docs/en/cli/gcalendar/GetCalendarMetadata/bat.txt
index fbd1d28495..c455f913fc 100644
--- a/docs/en/cli/gcalendar/GetCalendarMetadata/bat.txt
+++ b/docs/en/cli/gcalendar/GetCalendarMetadata/bat.txt
@@ -1,3 +1,3 @@
oint gcalendar GetCalendarMetadata ^
--token "***" ^
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com"
\ No newline at end of file
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/GetEvent/bash.txt b/docs/en/cli/gcalendar/GetEvent/bash.txt
index ee173a6361..06b790dbef 100644
--- a/docs/en/cli/gcalendar/GetEvent/bash.txt
+++ b/docs/en/cli/gcalendar/GetEvent/bash.txt
@@ -1,4 +1,4 @@
oint gcalendar GetEvent \
--token "***" \
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" \
- --event "sned9q1cal272kf2lmhd3n20ck"
\ No newline at end of file
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com" \
+ --event "j42vpcfgq4hpq37pv65b2h6894"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/GetEvent/bat.txt b/docs/en/cli/gcalendar/GetEvent/bat.txt
index ff89065da1..a9a1447d6d 100644
--- a/docs/en/cli/gcalendar/GetEvent/bat.txt
+++ b/docs/en/cli/gcalendar/GetEvent/bat.txt
@@ -1,4 +1,4 @@
oint gcalendar GetEvent ^
--token "***" ^
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" ^
- --event "sned9q1cal272kf2lmhd3n20ck"
\ No newline at end of file
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com" ^
+ --event "j42vpcfgq4hpq37pv65b2h6894"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/GetEventList/bash.txt b/docs/en/cli/gcalendar/GetEventList/bash.txt
index b6e243eb95..20c2b65ef1 100644
--- a/docs/en/cli/gcalendar/GetEventList/bash.txt
+++ b/docs/en/cli/gcalendar/GetEventList/bash.txt
@@ -1,3 +1,3 @@
oint gcalendar GetEventList \
--token "***" \
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com"
\ No newline at end of file
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/GetEventList/bat.txt b/docs/en/cli/gcalendar/GetEventList/bat.txt
index 67be56072a..1af300f98b 100644
--- a/docs/en/cli/gcalendar/GetEventList/bat.txt
+++ b/docs/en/cli/gcalendar/GetEventList/bat.txt
@@ -1,3 +1,3 @@
oint gcalendar GetEventList ^
--token "***" ^
- --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com"
\ No newline at end of file
+ --calendar "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/GetListCalendar/bash.txt b/docs/en/cli/gcalendar/GetListCalendar/bash.txt
index 529fdee2be..d577c18205 100644
--- a/docs/en/cli/gcalendar/GetListCalendar/bash.txt
+++ b/docs/en/cli/gcalendar/GetListCalendar/bash.txt
@@ -1,3 +1,3 @@
oint gcalendar GetListCalendar \
--token "***" \
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com"
\ No newline at end of file
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/GetListCalendar/bat.txt b/docs/en/cli/gcalendar/GetListCalendar/bat.txt
index 77cca98860..ccb11d8583 100644
--- a/docs/en/cli/gcalendar/GetListCalendar/bat.txt
+++ b/docs/en/cli/gcalendar/GetListCalendar/bat.txt
@@ -1,3 +1,3 @@
oint gcalendar GetListCalendar ^
--token "***" ^
- --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@group.calendar.google.com"
\ No newline at end of file
+ --calendar "3f44600160cf496018d525bdaa3a68b7e421fc26f0517a5098664c184fe9082b@group.calendar.google.com"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/MoveEvent/bash.txt b/docs/en/cli/gcalendar/MoveEvent/bash.txt
index f85b53149d..a020542396 100644
--- a/docs/en/cli/gcalendar/MoveEvent/bash.txt
+++ b/docs/en/cli/gcalendar/MoveEvent/bash.txt
@@ -1,5 +1,5 @@
oint gcalendar MoveEvent \
--token "***" \
- --from "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" \
+ --from "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com" \
--to "bayselonarrend@gmail.com" \
- --event "sned9q1cal272kf2lmhd3n20ck"
\ No newline at end of file
+ --event "j42vpcfgq4hpq37pv65b2h6894"
\ No newline at end of file
diff --git a/docs/en/cli/gcalendar/MoveEvent/bat.txt b/docs/en/cli/gcalendar/MoveEvent/bat.txt
index 300426b21f..aab0a7a539 100644
--- a/docs/en/cli/gcalendar/MoveEvent/bat.txt
+++ b/docs/en/cli/gcalendar/MoveEvent/bat.txt
@@ -1,5 +1,5 @@
oint gcalendar MoveEvent ^
--token "***" ^
- --from "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" ^
+ --from "cee3929f138a2dc012e6f4fac73916a03b460eabdee714cde68ccd13cec638f3@group.calendar.google.com" ^
--to "bayselonarrend@gmail.com" ^
- --event "sned9q1cal272kf2lmhd3n20ck"
\ No newline at end of file
+ --event "j42vpcfgq4hpq37pv65b2h6894"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/CopyObject/bash.txt b/docs/en/cli/gdrive/CopyObject/bash.txt
index 1216af5f9d..349fa50997 100644
--- a/docs/en/cli/gdrive/CopyObject/bash.txt
+++ b/docs/en/cli/gdrive/CopyObject/bash.txt
@@ -1,5 +1,5 @@
oint gdrive CopyObject \
--token "***" \
- --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr" \
+ --object "1CNGa2eXRhyCtTAMksyW7PVhkskQh7R3D" \
--title "CopiedFile.jpeg" \
--catalog "root"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/CopyObject/bat.txt b/docs/en/cli/gdrive/CopyObject/bat.txt
index fff6558894..860f61695e 100644
--- a/docs/en/cli/gdrive/CopyObject/bat.txt
+++ b/docs/en/cli/gdrive/CopyObject/bat.txt
@@ -1,5 +1,5 @@
oint gdrive CopyObject ^
--token "***" ^
- --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr" ^
+ --object "1CNGa2eXRhyCtTAMksyW7PVhkskQh7R3D" ^
--title "CopiedFile.jpeg" ^
--catalog "root"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/CreateComment/bash.txt b/docs/en/cli/gdrive/CreateComment/bash.txt
index dd1f1de660..0707bb6738 100644
--- a/docs/en/cli/gdrive/CreateComment/bash.txt
+++ b/docs/en/cli/gdrive/CreateComment/bash.txt
@@ -1,4 +1,4 @@
oint gdrive CreateComment \
--token "***" \
- --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" \
+ --object "16XS0C3eTukrbPo2mWMh-lec--5_TiWLo" \
--text "Comment text"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/CreateComment/bat.txt b/docs/en/cli/gdrive/CreateComment/bat.txt
index 33da6b0658..a0fd086b59 100644
--- a/docs/en/cli/gdrive/CreateComment/bat.txt
+++ b/docs/en/cli/gdrive/CreateComment/bat.txt
@@ -1,4 +1,4 @@
oint gdrive CreateComment ^
--token "***" ^
- --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" ^
+ --object "16XS0C3eTukrbPo2mWMh-lec--5_TiWLo" ^
--text "Comment text"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/CreateFolder/bash.txt b/docs/en/cli/gdrive/CreateFolder/bash.txt
index 65c787b335..950a4c18de 100644
--- a/docs/en/cli/gdrive/CreateFolder/bash.txt
+++ b/docs/en/cli/gdrive/CreateFolder/bash.txt
@@ -1,4 +1,3 @@
oint gdrive CreateFolder \
--token "***" \
- --title "TestFolder" \
- --catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM"
\ No newline at end of file
+ --title "TestFolder"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/CreateFolder/bat.txt b/docs/en/cli/gdrive/CreateFolder/bat.txt
index 017fd5e4c7..9f3569bb6c 100644
--- a/docs/en/cli/gdrive/CreateFolder/bat.txt
+++ b/docs/en/cli/gdrive/CreateFolder/bat.txt
@@ -1,4 +1,3 @@
oint gdrive CreateFolder ^
--token "***" ^
- --title "TestFolder" ^
- --catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM"
\ No newline at end of file
+ --title "TestFolder"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/DeleteComment/bash.txt b/docs/en/cli/gdrive/DeleteComment/bash.txt
index c5508af071..62b684c16a 100644
--- a/docs/en/cli/gdrive/DeleteComment/bash.txt
+++ b/docs/en/cli/gdrive/DeleteComment/bash.txt
@@ -1,4 +1,4 @@
oint gdrive DeleteComment \
--token "***" \
- --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" \
- --comment "AAABiAYpwbI"
\ No newline at end of file
+ --object "16XS0C3eTukrbPo2mWMh-lec--5_TiWLo" \
+ --comment "AAABmCyvmOo"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/DeleteComment/bat.txt b/docs/en/cli/gdrive/DeleteComment/bat.txt
index d9283e6e0e..5d93167eb8 100644
--- a/docs/en/cli/gdrive/DeleteComment/bat.txt
+++ b/docs/en/cli/gdrive/DeleteComment/bat.txt
@@ -1,4 +1,4 @@
oint gdrive DeleteComment ^
--token "***" ^
- --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" ^
- --comment "AAABiAYpwbI"
\ No newline at end of file
+ --object "16XS0C3eTukrbPo2mWMh-lec--5_TiWLo" ^
+ --comment "AAABmCyvmOo"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/DeleteObject/bash.txt b/docs/en/cli/gdrive/DeleteObject/bash.txt
index d85f1d0658..3cbade5f17 100644
--- a/docs/en/cli/gdrive/DeleteObject/bash.txt
+++ b/docs/en/cli/gdrive/DeleteObject/bash.txt
@@ -1,3 +1,3 @@
oint gdrive DeleteObject \
--token "***" \
- --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr"
\ No newline at end of file
+ --object "16XS0C3eTukrbPo2mWMh-lec--5_TiWLo"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/DeleteObject/bat.txt b/docs/en/cli/gdrive/DeleteObject/bat.txt
index e1f125a157..253058cb27 100644
--- a/docs/en/cli/gdrive/DeleteObject/bat.txt
+++ b/docs/en/cli/gdrive/DeleteObject/bat.txt
@@ -1,3 +1,3 @@
oint gdrive DeleteObject ^
--token "***" ^
- --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr"
\ No newline at end of file
+ --object "16XS0C3eTukrbPo2mWMh-lec--5_TiWLo"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/DownloadFile/bash.txt b/docs/en/cli/gdrive/DownloadFile/bash.txt
index 19628fb02b..b76acc74e6 100644
--- a/docs/en/cli/gdrive/DownloadFile/bash.txt
+++ b/docs/en/cli/gdrive/DownloadFile/bash.txt
@@ -1,3 +1,3 @@
oint gdrive DownloadFile \
--token "***" \
- --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr"
\ No newline at end of file
+ --object "1CNGa2eXRhyCtTAMksyW7PVhkskQh7R3D"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/DownloadFile/bat.txt b/docs/en/cli/gdrive/DownloadFile/bat.txt
index bb4abcc5e0..20a81f06d6 100644
--- a/docs/en/cli/gdrive/DownloadFile/bat.txt
+++ b/docs/en/cli/gdrive/DownloadFile/bat.txt
@@ -1,3 +1,3 @@
oint gdrive DownloadFile ^
--token "***" ^
- --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr"
\ No newline at end of file
+ --object "1CNGa2eXRhyCtTAMksyW7PVhkskQh7R3D"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/GetComment/bash.txt b/docs/en/cli/gdrive/GetComment/bash.txt
index 0ba1c76c82..1ad1092577 100644
--- a/docs/en/cli/gdrive/GetComment/bash.txt
+++ b/docs/en/cli/gdrive/GetComment/bash.txt
@@ -1,4 +1,4 @@
oint gdrive GetComment \
--token "***" \
- --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" \
- --comment "AAABiAYpwbI"
\ No newline at end of file
+ --object "16XS0C3eTukrbPo2mWMh-lec--5_TiWLo" \
+ --comment "AAABmCyvmOo"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/GetComment/bat.txt b/docs/en/cli/gdrive/GetComment/bat.txt
index 0e4968eb4f..11eb19fd67 100644
--- a/docs/en/cli/gdrive/GetComment/bat.txt
+++ b/docs/en/cli/gdrive/GetComment/bat.txt
@@ -1,4 +1,4 @@
oint gdrive GetComment ^
--token "***" ^
- --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" ^
- --comment "AAABiAYpwbI"
\ No newline at end of file
+ --object "16XS0C3eTukrbPo2mWMh-lec--5_TiWLo" ^
+ --comment "AAABmCyvmOo"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/GetCommentList/bash.txt b/docs/en/cli/gdrive/GetCommentList/bash.txt
index 3456ff63e6..a4aee864bd 100644
--- a/docs/en/cli/gdrive/GetCommentList/bash.txt
+++ b/docs/en/cli/gdrive/GetCommentList/bash.txt
@@ -1,3 +1,3 @@
oint gdrive GetCommentList \
--token "***" \
- --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr"
\ No newline at end of file
+ --object "16XS0C3eTukrbPo2mWMh-lec--5_TiWLo"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/GetCommentList/bat.txt b/docs/en/cli/gdrive/GetCommentList/bat.txt
index c6e3f62403..5947d46a3a 100644
--- a/docs/en/cli/gdrive/GetCommentList/bat.txt
+++ b/docs/en/cli/gdrive/GetCommentList/bat.txt
@@ -1,3 +1,3 @@
oint gdrive GetCommentList ^
--token "***" ^
- --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr"
\ No newline at end of file
+ --object "16XS0C3eTukrbPo2mWMh-lec--5_TiWLo"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/UpdateFile/bash.txt b/docs/en/cli/gdrive/UpdateFile/bash.txt
index 2c47b7646e..e1efff22c2 100644
--- a/docs/en/cli/gdrive/UpdateFile/bash.txt
+++ b/docs/en/cli/gdrive/UpdateFile/bash.txt
@@ -1,5 +1,5 @@
oint gdrive UpdateFile \
--token "***" \
- --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr" \
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
+ --object "1CNGa2eXRhyCtTAMksyW7PVhkskQh7R3D" \
+ --file "https://hut.openintegrations.dev/test_data/picture2.jpg" \
--title "UpdatedFile.jpg"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/UpdateFile/bat.txt b/docs/en/cli/gdrive/UpdateFile/bat.txt
index f06c3ab9d0..43a0a8053b 100644
--- a/docs/en/cli/gdrive/UpdateFile/bat.txt
+++ b/docs/en/cli/gdrive/UpdateFile/bat.txt
@@ -1,5 +1,5 @@
oint gdrive UpdateFile ^
--token "***" ^
- --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr" ^
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^
+ --object "1CNGa2eXRhyCtTAMksyW7PVhkskQh7R3D" ^
+ --file "https://hut.openintegrations.dev/test_data/picture2.jpg" ^
--title "UpdatedFile.jpg"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/UploadFile/bash.txt b/docs/en/cli/gdrive/UploadFile/bash.txt
index 964bb951b9..77f1590947 100644
--- a/docs/en/cli/gdrive/UploadFile/bash.txt
+++ b/docs/en/cli/gdrive/UploadFile/bash.txt
@@ -2,5 +2,5 @@
oint gdrive UploadFile \
--token "***" \
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --file "https://hut.openintegrations.dev/test_data/picture.jpg" \
--props "{'MIME':'image/jpeg','Name':'New file.jpg','Description':'This is a new file','Parent':'11Mo30odYPEtBBU_0OndFx5dz1kP7tu-Y'}"
\ No newline at end of file
diff --git a/docs/en/cli/gdrive/UploadFile/bat.txt b/docs/en/cli/gdrive/UploadFile/bat.txt
index 6a9f08ea3b..51594c3063 100644
--- a/docs/en/cli/gdrive/UploadFile/bat.txt
+++ b/docs/en/cli/gdrive/UploadFile/bat.txt
@@ -2,5 +2,5 @@
oint gdrive UploadFile ^
--token "***" ^
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --file "https://hut.openintegrations.dev/test_data/picture.jpg" ^
--props "{'MIME':'image/jpeg','Name':'New file.jpg','Description':'This is a new file','Parent':'11Mo30odYPEtBBU_0OndFx5dz1kP7tu-Y'}"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/AddGroupMember/bash.txt b/docs/en/cli/greenapi/AddGroupMember/bash.txt
index db728b6ecb..876ae90947 100644
--- a/docs/en/cli/greenapi/AddGroupMember/bash.txt
+++ b/docs/en/cli/greenapi/AddGroupMember/bash.txt
@@ -2,5 +2,5 @@
oint greenapi AddGroupMember \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
- --group "120363399387324068@g.us" \
+ --group "120363420322749609@g.us" \
--user "123123123@c.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/AddGroupMember/bat.txt b/docs/en/cli/greenapi/AddGroupMember/bat.txt
index ef3d6701ba..4a93752318 100644
--- a/docs/en/cli/greenapi/AddGroupMember/bat.txt
+++ b/docs/en/cli/greenapi/AddGroupMember/bat.txt
@@ -2,5 +2,5 @@
oint greenapi AddGroupMember ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
- --group "120363399387324068@g.us" ^
+ --group "120363420322749609@g.us" ^
--user "123123123@c.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/ArchiveChat/bash.txt b/docs/en/cli/greenapi/ArchiveChat/bash.txt
index 8c003e9bcf..646d7e0922 100644
--- a/docs/en/cli/greenapi/ArchiveChat/bash.txt
+++ b/docs/en/cli/greenapi/ArchiveChat/bash.txt
@@ -1,3 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
oint greenapi ArchiveChat \
- --access "C:\Users\bayse\AppData\Local\Temp\fe1v4sutu3x.tmp" \
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--chat "120363410406221140@g.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/ArchiveChat/bat.txt b/docs/en/cli/greenapi/ArchiveChat/bat.txt
index 334584d5f1..871141b205 100644
--- a/docs/en/cli/greenapi/ArchiveChat/bat.txt
+++ b/docs/en/cli/greenapi/ArchiveChat/bat.txt
@@ -1,3 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
oint greenapi ArchiveChat ^
- --access "C:\Users\bayse\AppData\Local\Temp\fe1v4sutu3x.tmp" ^
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--chat "120363410406221140@g.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/CreateGroup/bash.txt b/docs/en/cli/greenapi/CreateGroup/bash.txt
index 37c6b1cabc..ae8a9f3b12 100644
--- a/docs/en/cli/greenapi/CreateGroup/bash.txt
+++ b/docs/en/cli/greenapi/CreateGroup/bash.txt
@@ -1,3 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
oint greenapi CreateGroup \
- --access "C:\Users\bayse\AppData\Local\Temp\j15g3uu3fvl.tmp" \
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--name "New group"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/CreateGroup/bat.txt b/docs/en/cli/greenapi/CreateGroup/bat.txt
index c9b2d2d36e..4132868d80 100644
--- a/docs/en/cli/greenapi/CreateGroup/bat.txt
+++ b/docs/en/cli/greenapi/CreateGroup/bat.txt
@@ -1,3 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
oint greenapi CreateGroup ^
- --access "C:\Users\bayse\AppData\Local\Temp\j15g3uu3fvl.tmp" ^
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--name "New group"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/DeleteMessage/bash.txt b/docs/en/cli/greenapi/DeleteMessage/bash.txt
index 43d7204562..cf714740a8 100644
--- a/docs/en/cli/greenapi/DeleteMessage/bash.txt
+++ b/docs/en/cli/greenapi/DeleteMessage/bash.txt
@@ -3,4 +3,4 @@
oint greenapi DeleteMessage \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--chat "120363410406221140@g.us" \
- --message "BAE51C542B37B99B"
\ No newline at end of file
+ --message "BAE587C86DCC75E4"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/DeleteMessage/bat.txt b/docs/en/cli/greenapi/DeleteMessage/bat.txt
index ee92c797d9..4a129a7894 100644
--- a/docs/en/cli/greenapi/DeleteMessage/bat.txt
+++ b/docs/en/cli/greenapi/DeleteMessage/bat.txt
@@ -3,4 +3,4 @@
oint greenapi DeleteMessage ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--chat "120363410406221140@g.us" ^
- --message "BAE51C542B37B99B"
\ No newline at end of file
+ --message "BAE587C86DCC75E4"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/EditMessageText/bash.txt b/docs/en/cli/greenapi/EditMessageText/bash.txt
index 3ff64568b7..50497cac41 100644
--- a/docs/en/cli/greenapi/EditMessageText/bash.txt
+++ b/docs/en/cli/greenapi/EditMessageText/bash.txt
@@ -3,5 +3,5 @@
oint greenapi EditMessageText \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--chat "120363410406221140@g.us" \
- --message "BAE51C542B37B99B" \
+ --message "BAE587C86DCC75E4" \
--text "New message text"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/EditMessageText/bat.txt b/docs/en/cli/greenapi/EditMessageText/bat.txt
index 98ddcb9bbc..a607779879 100644
--- a/docs/en/cli/greenapi/EditMessageText/bat.txt
+++ b/docs/en/cli/greenapi/EditMessageText/bat.txt
@@ -3,5 +3,5 @@
oint greenapi EditMessageText ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--chat "120363410406221140@g.us" ^
- --message "BAE51C542B37B99B" ^
+ --message "BAE587C86DCC75E4" ^
--text "New message text"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt b/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt
index 12018c36f5..a6694d073e 100644
--- a/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt
+++ b/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt
@@ -2,5 +2,5 @@
oint greenapi ExcludeGroupMember \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
- --group "120363399387324068@g.us" \
+ --group "120363420322749609@g.us" \
--user "123123123@c.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt b/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt
index 0f32f55c40..07643547dd 100644
--- a/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt
+++ b/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt
@@ -2,5 +2,5 @@
oint greenapi ExcludeGroupMember ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
- --group "120363399387324068@g.us" ^
+ --group "120363420322749609@g.us" ^
--user "123123123@c.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/ForwardMessages/bash.txt b/docs/en/cli/greenapi/ForwardMessages/bash.txt
index 7b752e8fc9..ab6284f813 100644
--- a/docs/en/cli/greenapi/ForwardMessages/bash.txt
+++ b/docs/en/cli/greenapi/ForwardMessages/bash.txt
@@ -4,4 +4,4 @@ oint greenapi ForwardMessages \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--from "120363410406221140@g.us" \
--to "120363410406221140@g.us" \
- --msgs "BAE51C542B37B99B"
\ No newline at end of file
+ --msgs "BAE587C86DCC75E4"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/ForwardMessages/bat.txt b/docs/en/cli/greenapi/ForwardMessages/bat.txt
index dcf62cef0c..a9250344b9 100644
--- a/docs/en/cli/greenapi/ForwardMessages/bat.txt
+++ b/docs/en/cli/greenapi/ForwardMessages/bat.txt
@@ -4,4 +4,4 @@ oint greenapi ForwardMessages ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--from "120363410406221140@g.us" ^
--to "120363410406221140@g.us" ^
- --msgs "BAE51C542B37B99B"
\ No newline at end of file
+ --msgs "BAE587C86DCC75E4"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetChatHistory/bash.txt b/docs/en/cli/greenapi/GetChatHistory/bash.txt
index 1ae3286131..8cd2217994 100644
--- a/docs/en/cli/greenapi/GetChatHistory/bash.txt
+++ b/docs/en/cli/greenapi/GetChatHistory/bash.txt
@@ -1,3 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
oint greenapi GetChatHistory \
- --access "C:\Users\bayse\AppData\Local\Temp\tz2zubmdkfx.tmp" \
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--chat "120363410406221140@g.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetChatHistory/bat.txt b/docs/en/cli/greenapi/GetChatHistory/bat.txt
index 7344eefec9..ddbf321215 100644
--- a/docs/en/cli/greenapi/GetChatHistory/bat.txt
+++ b/docs/en/cli/greenapi/GetChatHistory/bat.txt
@@ -1,3 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
oint greenapi GetChatHistory ^
- --access "C:\Users\bayse\AppData\Local\Temp\tz2zubmdkfx.tmp" ^
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--chat "120363410406221140@g.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetGroupInformation/bash.txt b/docs/en/cli/greenapi/GetGroupInformation/bash.txt
index a096c70b75..3d59cb72a5 100644
--- a/docs/en/cli/greenapi/GetGroupInformation/bash.txt
+++ b/docs/en/cli/greenapi/GetGroupInformation/bash.txt
@@ -2,4 +2,4 @@
oint greenapi GetGroupInformation \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
- --group "120363399387324068@g.us"
\ No newline at end of file
+ --group "120363420322749609@g.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetGroupInformation/bat.txt b/docs/en/cli/greenapi/GetGroupInformation/bat.txt
index d7e7d2412d..4a8a741464 100644
--- a/docs/en/cli/greenapi/GetGroupInformation/bat.txt
+++ b/docs/en/cli/greenapi/GetGroupInformation/bat.txt
@@ -2,4 +2,4 @@
oint greenapi GetGroupInformation ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
- --group "120363399387324068@g.us"
\ No newline at end of file
+ --group "120363420322749609@g.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetLocationDescription/bash.txt b/docs/en/cli/greenapi/GetLocationDescription/bash.txt
index 6aafe14419..48ebdf5973 100644
--- a/docs/en/cli/greenapi/GetLocationDescription/bash.txt
+++ b/docs/en/cli/greenapi/GetLocationDescription/bash.txt
@@ -1,3 +1,3 @@
oint greenapi GetLocationDescription \
- --lat 53,908522 \
- --long 27,574821
\ No newline at end of file
+ --lat 53.908522 \
+ --long 27.574821
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetLocationDescription/bat.txt b/docs/en/cli/greenapi/GetLocationDescription/bat.txt
index 5591463dfd..ff673b4949 100644
--- a/docs/en/cli/greenapi/GetLocationDescription/bat.txt
+++ b/docs/en/cli/greenapi/GetLocationDescription/bat.txt
@@ -1,3 +1,3 @@
oint greenapi GetLocationDescription ^
- --lat 53,908522 ^
- --long 27,574821
\ No newline at end of file
+ --lat 53.908522 ^
+ --long 27.574821
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetMessage/bash.txt b/docs/en/cli/greenapi/GetMessage/bash.txt
index fce51f4557..f5d9f9adc2 100644
--- a/docs/en/cli/greenapi/GetMessage/bash.txt
+++ b/docs/en/cli/greenapi/GetMessage/bash.txt
@@ -3,4 +3,4 @@
oint greenapi GetMessage \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--chat "120363410406221140@g.us" \
- --msg "BAE51C542B37B99B"
\ No newline at end of file
+ --msg "BAE587C86DCC75E4"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetMessage/bat.txt b/docs/en/cli/greenapi/GetMessage/bat.txt
index d31d56d4bd..5caba06610 100644
--- a/docs/en/cli/greenapi/GetMessage/bat.txt
+++ b/docs/en/cli/greenapi/GetMessage/bat.txt
@@ -3,4 +3,4 @@
oint greenapi GetMessage ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--chat "120363410406221140@g.us" ^
- --msg "BAE51C542B37B99B"
\ No newline at end of file
+ --msg "BAE587C86DCC75E4"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetMessageQueue/bash.txt b/docs/en/cli/greenapi/GetMessageQueue/bash.txt
index 3726c96fd4..161fe2b82b 100644
--- a/docs/en/cli/greenapi/GetMessageQueue/bash.txt
+++ b/docs/en/cli/greenapi/GetMessageQueue/bash.txt
@@ -1,2 +1,4 @@
+# JSON data can also be passed as a path to a .json file
+
oint greenapi GetMessageQueue \
- --access "C:\Users\bayse\AppData\Local\Temp\oryiesow1sg.tmp"
\ No newline at end of file
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetMessageQueue/bat.txt b/docs/en/cli/greenapi/GetMessageQueue/bat.txt
index 036f40f7bb..584958a330 100644
--- a/docs/en/cli/greenapi/GetMessageQueue/bat.txt
+++ b/docs/en/cli/greenapi/GetMessageQueue/bat.txt
@@ -1,2 +1,4 @@
+:: JSON data can also be passed as a path to a .json file
+
oint greenapi GetMessageQueue ^
- --access "C:\Users\bayse\AppData\Local\Temp\oryiesow1sg.tmp"
\ No newline at end of file
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetNotification/bash.txt b/docs/en/cli/greenapi/GetNotification/bash.txt
index 0842087523..773df04245 100644
--- a/docs/en/cli/greenapi/GetNotification/bash.txt
+++ b/docs/en/cli/greenapi/GetNotification/bash.txt
@@ -1,2 +1,4 @@
+# JSON data can also be passed as a path to a .json file
+
oint greenapi GetNotification \
- --access "C:\Users\bayse\AppData\Local\Temp\ns4sxu5405x.tmp"
\ No newline at end of file
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/GetNotification/bat.txt b/docs/en/cli/greenapi/GetNotification/bat.txt
index 69e9ecf0c2..2ee1faff1e 100644
--- a/docs/en/cli/greenapi/GetNotification/bat.txt
+++ b/docs/en/cli/greenapi/GetNotification/bat.txt
@@ -1,2 +1,4 @@
+:: JSON data can also be passed as a path to a .json file
+
oint greenapi GetNotification ^
- --access "C:\Users\bayse\AppData\Local\Temp\ns4sxu5405x.tmp"
\ No newline at end of file
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/LeaveGroup/bash.txt b/docs/en/cli/greenapi/LeaveGroup/bash.txt
index bf8d1b9337..e7c9558094 100644
--- a/docs/en/cli/greenapi/LeaveGroup/bash.txt
+++ b/docs/en/cli/greenapi/LeaveGroup/bash.txt
@@ -2,4 +2,4 @@
oint greenapi LeaveGroup \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
- --group "120363399387324068@g.us"
\ No newline at end of file
+ --group "120363420322749609@g.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/LeaveGroup/bat.txt b/docs/en/cli/greenapi/LeaveGroup/bat.txt
index c691958be0..659bb18ff5 100644
--- a/docs/en/cli/greenapi/LeaveGroup/bat.txt
+++ b/docs/en/cli/greenapi/LeaveGroup/bat.txt
@@ -2,4 +2,4 @@
oint greenapi LeaveGroup ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
- --group "120363399387324068@g.us"
\ No newline at end of file
+ --group "120363420322749609@g.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/RevokeAdminRights/bash.txt b/docs/en/cli/greenapi/RevokeAdminRights/bash.txt
index a2ec888a39..cdd6e60911 100644
--- a/docs/en/cli/greenapi/RevokeAdminRights/bash.txt
+++ b/docs/en/cli/greenapi/RevokeAdminRights/bash.txt
@@ -2,5 +2,5 @@
oint greenapi RevokeAdminRights \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
- --group "120363399387324068@g.us" \
+ --group "120363420322749609@g.us" \
--user "123123123@c.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/RevokeAdminRights/bat.txt b/docs/en/cli/greenapi/RevokeAdminRights/bat.txt
index 178dbac18c..1f630522cb 100644
--- a/docs/en/cli/greenapi/RevokeAdminRights/bat.txt
+++ b/docs/en/cli/greenapi/RevokeAdminRights/bat.txt
@@ -2,5 +2,5 @@
oint greenapi RevokeAdminRights ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
- --group "120363399387324068@g.us" ^
+ --group "120363420322749609@g.us" ^
--user "123123123@c.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendContact/bash.txt b/docs/en/cli/greenapi/SendContact/bash.txt
index f02c62a4ef..df475be0f8 100644
--- a/docs/en/cli/greenapi/SendContact/bash.txt
+++ b/docs/en/cli/greenapi/SendContact/bash.txt
@@ -4,4 +4,4 @@ oint greenapi SendContact \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--chat "120363410406221140@g.us" \
--contact "{'phoneContact':79001234568,'company':'Bicycle'}" \
- --quoted "BAE5FC1B7BE05A76"
\ No newline at end of file
+ --quoted "BAE561C22F247F84"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendContact/bat.txt b/docs/en/cli/greenapi/SendContact/bat.txt
index 813d947a77..d78385722c 100644
--- a/docs/en/cli/greenapi/SendContact/bat.txt
+++ b/docs/en/cli/greenapi/SendContact/bat.txt
@@ -4,4 +4,4 @@ oint greenapi SendContact ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--chat "120363410406221140@g.us" ^
--contact "{'phoneContact':79001234568,'company':'Bicycle'}" ^
- --quoted "BAE5FC1B7BE05A76"
\ No newline at end of file
+ --quoted "BAE561C22F247F84"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendFile/bash.txt b/docs/en/cli/greenapi/SendFile/bash.txt
index 0b4b34e69e..ba7850dc64 100644
--- a/docs/en/cli/greenapi/SendFile/bash.txt
+++ b/docs/en/cli/greenapi/SendFile/bash.txt
@@ -3,7 +3,7 @@
oint greenapi SendFile \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--chat "120363410406221140@g.us" \
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" \
+ --file "https://hut.openintegrations.dev/test_data/video.mp4" \
--filename "vid.mp4" \
--caption "File description" \
- --quoted "BAE5CE6C31724DAE"
\ No newline at end of file
+ --quoted "BAE578FE43BA9986"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendFile/bat.txt b/docs/en/cli/greenapi/SendFile/bat.txt
index 7357c5d7cd..e83990f17c 100644
--- a/docs/en/cli/greenapi/SendFile/bat.txt
+++ b/docs/en/cli/greenapi/SendFile/bat.txt
@@ -3,7 +3,7 @@
oint greenapi SendFile ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--chat "120363410406221140@g.us" ^
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" ^
+ --file "https://hut.openintegrations.dev/test_data/video.mp4" ^
--filename "vid.mp4" ^
--caption "File description" ^
- --quoted "BAE5CE6C31724DAE"
\ No newline at end of file
+ --quoted "BAE578FE43BA9986"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendFileByURL/bash.txt b/docs/en/cli/greenapi/SendFileByURL/bash.txt
index 957d4e2b59..ffb09438a1 100644
--- a/docs/en/cli/greenapi/SendFileByURL/bash.txt
+++ b/docs/en/cli/greenapi/SendFileByURL/bash.txt
@@ -3,7 +3,7 @@
oint greenapi SendFileByURL \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--chat "120363410406221140@g.us" \
- --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" \
+ --url "https://hut.openintegrations.dev/test_data/video.mp4" \
--filename "vid.mp4" \
--caption "File description" \
- --quoted "BAE54C5ED40174F1"
\ No newline at end of file
+ --quoted "BAE58D7D39806D51"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendFileByURL/bat.txt b/docs/en/cli/greenapi/SendFileByURL/bat.txt
index d2b1fb5e6d..678882554d 100644
--- a/docs/en/cli/greenapi/SendFileByURL/bat.txt
+++ b/docs/en/cli/greenapi/SendFileByURL/bat.txt
@@ -3,7 +3,7 @@
oint greenapi SendFileByURL ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--chat "120363410406221140@g.us" ^
- --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" ^
+ --url "https://hut.openintegrations.dev/test_data/video.mp4" ^
--filename "vid.mp4" ^
--caption "File description" ^
- --quoted "BAE54C5ED40174F1"
\ No newline at end of file
+ --quoted "BAE58D7D39806D51"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendLocation/bash.txt b/docs/en/cli/greenapi/SendLocation/bash.txt
index 393253204e..71972c17c9 100644
--- a/docs/en/cli/greenapi/SendLocation/bash.txt
+++ b/docs/en/cli/greenapi/SendLocation/bash.txt
@@ -4,4 +4,4 @@ oint greenapi SendLocation \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--chat "120363410406221140@g.us" \
--loc "{'latitude':53.908522,'longitude':27.574821}" \
- --quoted "BAE58A7AC55D2D13"
\ No newline at end of file
+ --quoted "BAE5A5A36938C9DA"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendLocation/bat.txt b/docs/en/cli/greenapi/SendLocation/bat.txt
index 140fb8882b..e7a5664fcd 100644
--- a/docs/en/cli/greenapi/SendLocation/bat.txt
+++ b/docs/en/cli/greenapi/SendLocation/bat.txt
@@ -4,4 +4,4 @@ oint greenapi SendLocation ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--chat "120363410406221140@g.us" ^
--loc "{'latitude':53.908522,'longitude':27.574821}" ^
- --quoted "BAE58A7AC55D2D13"
\ No newline at end of file
+ --quoted "BAE5A5A36938C9DA"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendPoll/bash.txt b/docs/en/cli/greenapi/SendPoll/bash.txt
index dddc7d370d..09acad45c5 100644
--- a/docs/en/cli/greenapi/SendPoll/bash.txt
+++ b/docs/en/cli/greenapi/SendPoll/bash.txt
@@ -6,4 +6,4 @@ oint greenapi SendPoll \
--text "What's your favorite color?" \
--options "['Red','Yellow','Green']" \
--multi true \
- --quoted "BAE5BDF9F9C55E1D"
\ No newline at end of file
+ --quoted "BAE57C56EA6F9AD0"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendPoll/bat.txt b/docs/en/cli/greenapi/SendPoll/bat.txt
index 15a6a3cc66..89c17e0ea9 100644
--- a/docs/en/cli/greenapi/SendPoll/bat.txt
+++ b/docs/en/cli/greenapi/SendPoll/bat.txt
@@ -6,4 +6,4 @@ oint greenapi SendPoll ^
--text "What's your favorite color?" ^
--options "['Red','Yellow','Green']" ^
--multi true ^
- --quoted "BAE5BDF9F9C55E1D"
\ No newline at end of file
+ --quoted "BAE57C56EA6F9AD0"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendTextMessage/bash.txt b/docs/en/cli/greenapi/SendTextMessage/bash.txt
index 77fab2108f..b027ce6198 100644
--- a/docs/en/cli/greenapi/SendTextMessage/bash.txt
+++ b/docs/en/cli/greenapi/SendTextMessage/bash.txt
@@ -1,4 +1,7 @@
+# JSON data can also be passed as a path to a .json file
+
oint greenapi SendTextMessage \
- --access "C:\Users\bayse\AppData\Local\Temp\a3skhufrry4.tmp" \
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
--chat "120363410406221140@g.us" \
- --text "New message"
\ No newline at end of file
+ --text "New message" \
+ --quoted "BAE587C86DCC75E4"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SendTextMessage/bat.txt b/docs/en/cli/greenapi/SendTextMessage/bat.txt
index a4a26a86a2..d4c24d3144 100644
--- a/docs/en/cli/greenapi/SendTextMessage/bat.txt
+++ b/docs/en/cli/greenapi/SendTextMessage/bat.txt
@@ -1,4 +1,7 @@
+:: JSON data can also be passed as a path to a .json file
+
oint greenapi SendTextMessage ^
- --access "C:\Users\bayse\AppData\Local\Temp\a3skhufrry4.tmp" ^
+ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
--chat "120363410406221140@g.us" ^
- --text "New message"
\ No newline at end of file
+ --text "New message" ^
+ --quoted "BAE587C86DCC75E4"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SetAdminRights/bash.txt b/docs/en/cli/greenapi/SetAdminRights/bash.txt
index 2895c408d6..372b10d424 100644
--- a/docs/en/cli/greenapi/SetAdminRights/bash.txt
+++ b/docs/en/cli/greenapi/SetAdminRights/bash.txt
@@ -2,5 +2,5 @@
oint greenapi SetAdminRights \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
- --group "120363399387324068@g.us" \
+ --group "120363420322749609@g.us" \
--user "123123123@c.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SetAdminRights/bat.txt b/docs/en/cli/greenapi/SetAdminRights/bat.txt
index 6c21a53771..d870e804b6 100644
--- a/docs/en/cli/greenapi/SetAdminRights/bat.txt
+++ b/docs/en/cli/greenapi/SetAdminRights/bat.txt
@@ -2,5 +2,5 @@
oint greenapi SetAdminRights ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
- --group "120363399387324068@g.us" ^
+ --group "120363420322749609@g.us" ^
--user "123123123@c.us"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SetGroupPicture/bash.txt b/docs/en/cli/greenapi/SetGroupPicture/bash.txt
index d9510f3673..55a5082643 100644
--- a/docs/en/cli/greenapi/SetGroupPicture/bash.txt
+++ b/docs/en/cli/greenapi/SetGroupPicture/bash.txt
@@ -2,5 +2,5 @@
oint greenapi SetGroupPicture \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
- --group "120363399387324068@g.us" \
- --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
\ No newline at end of file
+ --group "120363420322749609@g.us" \
+ --picture "https://hut.openintegrations.dev/test_data/picture.jpg"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SetGroupPicture/bat.txt b/docs/en/cli/greenapi/SetGroupPicture/bat.txt
index 9fe8d4f733..fa69b9ee7a 100644
--- a/docs/en/cli/greenapi/SetGroupPicture/bat.txt
+++ b/docs/en/cli/greenapi/SetGroupPicture/bat.txt
@@ -2,5 +2,5 @@
oint greenapi SetGroupPicture ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
- --group "120363399387324068@g.us" ^
- --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
\ No newline at end of file
+ --group "120363420322749609@g.us" ^
+ --picture "https://hut.openintegrations.dev/test_data/picture.jpg"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SetProfilePicture/bash.txt b/docs/en/cli/greenapi/SetProfilePicture/bash.txt
index 53c68c02b6..e92707a3bd 100644
--- a/docs/en/cli/greenapi/SetProfilePicture/bash.txt
+++ b/docs/en/cli/greenapi/SetProfilePicture/bash.txt
@@ -2,4 +2,4 @@
oint greenapi SetProfilePicture \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
- --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
\ No newline at end of file
+ --picture "https://hut.openintegrations.dev/test_data/picture.jpg"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/SetProfilePicture/bat.txt b/docs/en/cli/greenapi/SetProfilePicture/bat.txt
index 0fadedd343..c22d99a2ce 100644
--- a/docs/en/cli/greenapi/SetProfilePicture/bat.txt
+++ b/docs/en/cli/greenapi/SetProfilePicture/bat.txt
@@ -2,4 +2,4 @@
oint greenapi SetProfilePicture ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
- --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
\ No newline at end of file
+ --picture "https://hut.openintegrations.dev/test_data/picture.jpg"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/UpdateGroupName/bash.txt b/docs/en/cli/greenapi/UpdateGroupName/bash.txt
index dccca531aa..43273b607d 100644
--- a/docs/en/cli/greenapi/UpdateGroupName/bash.txt
+++ b/docs/en/cli/greenapi/UpdateGroupName/bash.txt
@@ -2,5 +2,5 @@
oint greenapi UpdateGroupName \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \
- --group "120363399387324068@g.us" \
+ --group "120363420322749609@g.us" \
--name "New name"
\ No newline at end of file
diff --git a/docs/en/cli/greenapi/UpdateGroupName/bat.txt b/docs/en/cli/greenapi/UpdateGroupName/bat.txt
index f2ab425f03..4ac9bae97a 100644
--- a/docs/en/cli/greenapi/UpdateGroupName/bat.txt
+++ b/docs/en/cli/greenapi/UpdateGroupName/bat.txt
@@ -2,5 +2,5 @@
oint greenapi UpdateGroupName ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^
- --group "120363399387324068@g.us" ^
+ --group "120363420322749609@g.us" ^
--name "New name"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/AddSheet/bash.txt b/docs/en/cli/gsheets/AddSheet/bash.txt
index b49475bc34..75b7e49773 100644
--- a/docs/en/cli/gsheets/AddSheet/bash.txt
+++ b/docs/en/cli/gsheets/AddSheet/bash.txt
@@ -1,4 +1,4 @@
oint gsheets AddSheet \
--token "***" \
- --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" \
+ --spreadsheet "1Yat4AttHtzOyCIce1HzjpTMmErwOm8LHa2EZUNIqoSU" \
--title "TestSheet"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/AddSheet/bat.txt b/docs/en/cli/gsheets/AddSheet/bat.txt
index 10548cc4f2..ac85adbc4a 100644
--- a/docs/en/cli/gsheets/AddSheet/bat.txt
+++ b/docs/en/cli/gsheets/AddSheet/bat.txt
@@ -1,4 +1,4 @@
oint gsheets AddSheet ^
--token "***" ^
- --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" ^
+ --spreadsheet "1Yat4AttHtzOyCIce1HzjpTMmErwOm8LHa2EZUNIqoSU" ^
--title "TestSheet"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/ClearCells/bash.txt b/docs/en/cli/gsheets/ClearCells/bash.txt
index 0b580efd88..feaad88dc5 100644
--- a/docs/en/cli/gsheets/ClearCells/bash.txt
+++ b/docs/en/cli/gsheets/ClearCells/bash.txt
@@ -1,5 +1,5 @@
oint gsheets ClearCells \
--token "***" \
- --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" \
+ --spreadsheet "1jg_oE0l47fs9PkIPLGxhQsPZbPOPqYEjSnyMMKCCrq4" \
--cells "['B2','A3','B4']" \
--sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/ClearCells/bat.txt b/docs/en/cli/gsheets/ClearCells/bat.txt
index ee460752e0..dffedbfabc 100644
--- a/docs/en/cli/gsheets/ClearCells/bat.txt
+++ b/docs/en/cli/gsheets/ClearCells/bat.txt
@@ -1,5 +1,5 @@
oint gsheets ClearCells ^
--token "***" ^
- --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" ^
+ --spreadsheet "1jg_oE0l47fs9PkIPLGxhQsPZbPOPqYEjSnyMMKCCrq4" ^
--cells "['B2','A3','B4']" ^
--sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/CopySheet/bash.txt b/docs/en/cli/gsheets/CopySheet/bash.txt
index 5527f71376..6235c58c0a 100644
--- a/docs/en/cli/gsheets/CopySheet/bash.txt
+++ b/docs/en/cli/gsheets/CopySheet/bash.txt
@@ -1,5 +1,5 @@
oint gsheets CopySheet \
--token "***" \
- --from "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" \
- --to "1Joik8kzfDnJCu-OrdUDxAAg7aR3lGwB4ce1JtlsF0Lk" \
- --sheet "902236315"
\ No newline at end of file
+ --from "1Yat4AttHtzOyCIce1HzjpTMmErwOm8LHa2EZUNIqoSU" \
+ --to "1JmwnBazdMtJIlYZtU_Nwd3SKIZ6RWt2dvh69JNC3eR8" \
+ --sheet "951186641"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/CopySheet/bat.txt b/docs/en/cli/gsheets/CopySheet/bat.txt
index 37963f3cb4..e27077b3cd 100644
--- a/docs/en/cli/gsheets/CopySheet/bat.txt
+++ b/docs/en/cli/gsheets/CopySheet/bat.txt
@@ -1,5 +1,5 @@
oint gsheets CopySheet ^
--token "***" ^
- --from "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" ^
- --to "1Joik8kzfDnJCu-OrdUDxAAg7aR3lGwB4ce1JtlsF0Lk" ^
- --sheet "902236315"
\ No newline at end of file
+ --from "1Yat4AttHtzOyCIce1HzjpTMmErwOm8LHa2EZUNIqoSU" ^
+ --to "1JmwnBazdMtJIlYZtU_Nwd3SKIZ6RWt2dvh69JNC3eR8" ^
+ --sheet "951186641"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt b/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt
index 4cd5146653..23e8376ccd 100644
--- a/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt
+++ b/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt
@@ -1,4 +1,4 @@
oint gsheets CreateSpreadsheet \
--token "***" \
- --title "TestTable" \
+ --title "Test table (new.)" \
--sheets "['Sheet1','Sheet2']"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt b/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt
index 6a609eccc0..7a081220ef 100644
--- a/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt
+++ b/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt
@@ -1,4 +1,4 @@
oint gsheets CreateSpreadsheet ^
--token "***" ^
- --title "TestTable" ^
+ --title "Test table (new.)" ^
--sheets "['Sheet1','Sheet2']"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/DeleteSheet/bash.txt b/docs/en/cli/gsheets/DeleteSheet/bash.txt
index 83966091ce..f8c56b28f9 100644
--- a/docs/en/cli/gsheets/DeleteSheet/bash.txt
+++ b/docs/en/cli/gsheets/DeleteSheet/bash.txt
@@ -1,4 +1,4 @@
oint gsheets DeleteSheet \
--token "***" \
- --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" \
- --sheet "902236315"
\ No newline at end of file
+ --spreadsheet "1Yat4AttHtzOyCIce1HzjpTMmErwOm8LHa2EZUNIqoSU" \
+ --sheet "951186641"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/DeleteSheet/bat.txt b/docs/en/cli/gsheets/DeleteSheet/bat.txt
index 14a106ec6b..d930a0d23d 100644
--- a/docs/en/cli/gsheets/DeleteSheet/bat.txt
+++ b/docs/en/cli/gsheets/DeleteSheet/bat.txt
@@ -1,4 +1,4 @@
oint gsheets DeleteSheet ^
--token "***" ^
- --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" ^
- --sheet "902236315"
\ No newline at end of file
+ --spreadsheet "1Yat4AttHtzOyCIce1HzjpTMmErwOm8LHa2EZUNIqoSU" ^
+ --sheet "951186641"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/EditSpreadsheetTitle/bash.txt b/docs/en/cli/gsheets/EditSpreadsheetTitle/bash.txt
index 66688e0be5..e516f5334a 100644
--- a/docs/en/cli/gsheets/EditSpreadsheetTitle/bash.txt
+++ b/docs/en/cli/gsheets/EditSpreadsheetTitle/bash.txt
@@ -1,4 +1,4 @@
oint gsheets EditSpreadsheetTitle \
--token "***" \
- --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" \
+ --spreadsheet "1Yat4AttHtzOyCIce1HzjpTMmErwOm8LHa2EZUNIqoSU" \
--title "Test table (changed.)"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/EditSpreadsheetTitle/bat.txt b/docs/en/cli/gsheets/EditSpreadsheetTitle/bat.txt
index 26d19e38e4..d416327da1 100644
--- a/docs/en/cli/gsheets/EditSpreadsheetTitle/bat.txt
+++ b/docs/en/cli/gsheets/EditSpreadsheetTitle/bat.txt
@@ -1,4 +1,4 @@
oint gsheets EditSpreadsheetTitle ^
--token "***" ^
- --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" ^
+ --spreadsheet "1Yat4AttHtzOyCIce1HzjpTMmErwOm8LHa2EZUNIqoSU" ^
--title "Test table (changed.)"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/GetCellValues/bash.txt b/docs/en/cli/gsheets/GetCellValues/bash.txt
index 0d679e68da..609d186206 100644
--- a/docs/en/cli/gsheets/GetCellValues/bash.txt
+++ b/docs/en/cli/gsheets/GetCellValues/bash.txt
@@ -1,4 +1,4 @@
oint gsheets GetCellValues \
--token "***" \
- --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" \
+ --spreadsheet "1jg_oE0l47fs9PkIPLGxhQsPZbPOPqYEjSnyMMKCCrq4" \
--sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/GetCellValues/bat.txt b/docs/en/cli/gsheets/GetCellValues/bat.txt
index c118ff7255..e05ce5dd26 100644
--- a/docs/en/cli/gsheets/GetCellValues/bat.txt
+++ b/docs/en/cli/gsheets/GetCellValues/bat.txt
@@ -1,4 +1,4 @@
oint gsheets GetCellValues ^
--token "***" ^
- --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" ^
+ --spreadsheet "1jg_oE0l47fs9PkIPLGxhQsPZbPOPqYEjSnyMMKCCrq4" ^
--sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/GetSpreadsheet/bash.txt b/docs/en/cli/gsheets/GetSpreadsheet/bash.txt
index fe14feab27..34c045c24b 100644
--- a/docs/en/cli/gsheets/GetSpreadsheet/bash.txt
+++ b/docs/en/cli/gsheets/GetSpreadsheet/bash.txt
@@ -1,3 +1,3 @@
oint gsheets GetSpreadsheet \
--token "***" \
- --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo"
\ No newline at end of file
+ --spreadsheet "1Yat4AttHtzOyCIce1HzjpTMmErwOm8LHa2EZUNIqoSU"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/GetSpreadsheet/bat.txt b/docs/en/cli/gsheets/GetSpreadsheet/bat.txt
index 03255fce1a..939c84dbad 100644
--- a/docs/en/cli/gsheets/GetSpreadsheet/bat.txt
+++ b/docs/en/cli/gsheets/GetSpreadsheet/bat.txt
@@ -1,3 +1,3 @@
oint gsheets GetSpreadsheet ^
--token "***" ^
- --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo"
\ No newline at end of file
+ --spreadsheet "1Yat4AttHtzOyCIce1HzjpTMmErwOm8LHa2EZUNIqoSU"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/SetCellValues/bash.txt b/docs/en/cli/gsheets/SetCellValues/bash.txt
index ab1c4cf078..12f169c890 100644
--- a/docs/en/cli/gsheets/SetCellValues/bash.txt
+++ b/docs/en/cli/gsheets/SetCellValues/bash.txt
@@ -2,6 +2,6 @@
oint gsheets SetCellValues \
--token "***" \
- --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" \
+ --spreadsheet "1jg_oE0l47fs9PkIPLGxhQsPZbPOPqYEjSnyMMKCCrq4" \
--data "{'A1':'ThisIsA1','A2':'ThisIsA2','B2':'ThisIsB2','B3':'ThisIsB3','A3':'ThisIsA3','A4':'ThisIsA4','B1':'ThisIsB1','B4':'ThisIsB4'}" \
--sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/en/cli/gsheets/SetCellValues/bat.txt b/docs/en/cli/gsheets/SetCellValues/bat.txt
index b3be338831..f0fa41d11c 100644
--- a/docs/en/cli/gsheets/SetCellValues/bat.txt
+++ b/docs/en/cli/gsheets/SetCellValues/bat.txt
@@ -2,6 +2,6 @@
oint gsheets SetCellValues ^
--token "***" ^
- --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" ^
+ --spreadsheet "1jg_oE0l47fs9PkIPLGxhQsPZbPOPqYEjSnyMMKCCrq4" ^
--data "{'A1':'ThisIsA1','A2':'ThisIsA2','B2':'ThisIsB2','B3':'ThisIsB3','A3':'ThisIsA3','A4':'ThisIsA4','B1':'ThisIsB1','B4':'ThisIsB4'}" ^
--sheetname "Sheet2"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/DeleteCounter/bash.txt b/docs/en/cli/metrika/DeleteCounter/bash.txt
index 2be9296af8..ff0bb66086 100644
--- a/docs/en/cli/metrika/DeleteCounter/bash.txt
+++ b/docs/en/cli/metrika/DeleteCounter/bash.txt
@@ -1,3 +1,3 @@
oint metrika DeleteCounter \
--token "***" \
- --counter "102748050"
\ No newline at end of file
+ --counter "103209243"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/DeleteCounter/bat.txt b/docs/en/cli/metrika/DeleteCounter/bat.txt
index e2dd426e12..8015bf14a1 100644
--- a/docs/en/cli/metrika/DeleteCounter/bat.txt
+++ b/docs/en/cli/metrika/DeleteCounter/bat.txt
@@ -1,3 +1,3 @@
oint metrika DeleteCounter ^
--token "***" ^
- --counter "102748050"
\ No newline at end of file
+ --counter "103209243"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/GetActionsList/bash.txt b/docs/en/cli/metrika/GetActionsList/bash.txt
index 41e4ab65e4..88fbe0d689 100644
--- a/docs/en/cli/metrika/GetActionsList/bash.txt
+++ b/docs/en/cli/metrika/GetActionsList/bash.txt
@@ -1,3 +1,3 @@
oint metrika GetActionsList \
--token "***" \
- --counter "102748050"
\ No newline at end of file
+ --counter "103209243"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/GetActionsList/bat.txt b/docs/en/cli/metrika/GetActionsList/bat.txt
index e608f63e76..a77ca05cba 100644
--- a/docs/en/cli/metrika/GetActionsList/bat.txt
+++ b/docs/en/cli/metrika/GetActionsList/bat.txt
@@ -1,3 +1,3 @@
oint metrika GetActionsList ^
--token "***" ^
- --counter "102748050"
\ No newline at end of file
+ --counter "103209243"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/GetCounter/bash.txt b/docs/en/cli/metrika/GetCounter/bash.txt
index 6a0f292e9c..0137c2aaba 100644
--- a/docs/en/cli/metrika/GetCounter/bash.txt
+++ b/docs/en/cli/metrika/GetCounter/bash.txt
@@ -1,3 +1,3 @@
oint metrika GetCounter \
--token "***" \
- --counter "102748046"
\ No newline at end of file
+ --counter "103209242"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/GetCounter/bat.txt b/docs/en/cli/metrika/GetCounter/bat.txt
index 1504ef2fb7..e879fc0a41 100644
--- a/docs/en/cli/metrika/GetCounter/bat.txt
+++ b/docs/en/cli/metrika/GetCounter/bat.txt
@@ -1,3 +1,3 @@
oint metrika GetCounter ^
--token "***" ^
- --counter "102748046"
\ No newline at end of file
+ --counter "103209242"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/GetCountersList/bash.txt b/docs/en/cli/metrika/GetCountersList/bash.txt
index 4802126ff9..73fc8ae6e9 100644
--- a/docs/en/cli/metrika/GetCountersList/bash.txt
+++ b/docs/en/cli/metrika/GetCountersList/bash.txt
@@ -2,4 +2,4 @@
oint metrika GetCountersList \
--token "***" \
- --filter "{'counter_ids':['102748046']}"
\ No newline at end of file
+ --filter "{'counter_ids':['103209242']}"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/GetCountersList/bat.txt b/docs/en/cli/metrika/GetCountersList/bat.txt
index 69dd8271c6..f4ce849c0e 100644
--- a/docs/en/cli/metrika/GetCountersList/bat.txt
+++ b/docs/en/cli/metrika/GetCountersList/bat.txt
@@ -2,4 +2,4 @@
oint metrika GetCountersList ^
--token "***" ^
- --filter "{'counter_ids':['102748046']}"
\ No newline at end of file
+ --filter "{'counter_ids':['103209242']}"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/RestoreCounter/bash.txt b/docs/en/cli/metrika/RestoreCounter/bash.txt
index 5200711792..49c522d334 100644
--- a/docs/en/cli/metrika/RestoreCounter/bash.txt
+++ b/docs/en/cli/metrika/RestoreCounter/bash.txt
@@ -1,3 +1,3 @@
oint metrika RestoreCounter \
--token "***" \
- --counter "102748046"
\ No newline at end of file
+ --counter "103209242"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/RestoreCounter/bat.txt b/docs/en/cli/metrika/RestoreCounter/bat.txt
index 865ba5e397..3b689bffa1 100644
--- a/docs/en/cli/metrika/RestoreCounter/bat.txt
+++ b/docs/en/cli/metrika/RestoreCounter/bat.txt
@@ -1,3 +1,3 @@
oint metrika RestoreCounter ^
--token "***" ^
- --counter "102748046"
\ No newline at end of file
+ --counter "103209242"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/UpdateCounter/bash.txt b/docs/en/cli/metrika/UpdateCounter/bash.txt
index cbc2ae04eb..e5f12a58ce 100644
--- a/docs/en/cli/metrika/UpdateCounter/bash.txt
+++ b/docs/en/cli/metrika/UpdateCounter/bash.txt
@@ -2,5 +2,5 @@
oint metrika UpdateCounter \
--token "***" \
- --counter "102748046" \
+ --counter "103209242" \
--fields "{'autogoals_enabled':true,'counter_flags':{'collect_first_party_data':false,'measurement_enabled':false,'use_in_benchmarks':false,'direct_allow_use_goals_without_access':false},'favorite':0,'filter_robots':1}"
\ No newline at end of file
diff --git a/docs/en/cli/metrika/UpdateCounter/bat.txt b/docs/en/cli/metrika/UpdateCounter/bat.txt
index 44a658c253..a50bdaf40b 100644
--- a/docs/en/cli/metrika/UpdateCounter/bat.txt
+++ b/docs/en/cli/metrika/UpdateCounter/bat.txt
@@ -2,5 +2,5 @@
oint metrika UpdateCounter ^
--token "***" ^
- --counter "102748046" ^
+ --counter "103209242" ^
--fields "{'autogoals_enabled':true,'counter_flags':{'collect_first_party_data':false,'measurement_enabled':false,'use_in_benchmarks':false,'direct_allow_use_goals_without_access':false},'favorite':0,'filter_robots':1}"
\ No newline at end of file
diff --git a/docs/en/cli/mysql/AddRecords/bash.txt b/docs/en/cli/mysql/AddRecords/bash.txt
index 85c855da4c..f087d8e2bd 100644
--- a/docs/en/cli/mysql/AddRecords/bash.txt
+++ b/docs/en/cli/mysql/AddRecords/bash.txt
@@ -2,7 +2,7 @@
oint mysql AddRecords \
--table "testtable" \
- --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'time_field':{'TIME':'2025-06-18T20:16:20.6233178Z'},'datetime_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'timestamp_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" \
+ --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-07-05T12:15:31.8716146Z'},'time_field':{'TIME':'2025-07-05T12:15:31.8716146Z'},'datetime_field':{'DATE':'2025-07-05T12:15:31.8716146Z'},'timestamp_field':{'DATE':'2025-07-05T12:15:31.8716146Z'},'mediumblob_field':{'BYTES':'https://hut.openintegrations.dev/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" \
--trn true \
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
--tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/mysql/AddRecords/bat.txt b/docs/en/cli/mysql/AddRecords/bat.txt
index 3ae34203dd..35a7894676 100644
--- a/docs/en/cli/mysql/AddRecords/bat.txt
+++ b/docs/en/cli/mysql/AddRecords/bat.txt
@@ -2,7 +2,7 @@
oint mysql AddRecords ^
--table "testtable" ^
- --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'time_field':{'TIME':'2025-06-18T20:16:20.6233178Z'},'datetime_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'timestamp_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" ^
+ --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-07-05T12:15:31.8716146Z'},'time_field':{'TIME':'2025-07-05T12:15:31.8716146Z'},'datetime_field':{'DATE':'2025-07-05T12:15:31.8716146Z'},'timestamp_field':{'DATE':'2025-07-05T12:15:31.8716146Z'},'mediumblob_field':{'BYTES':'https://hut.openintegrations.dev/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" ^
--trn true ^
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
--tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/mysql/CreateDatabase/bash.txt b/docs/en/cli/mysql/CreateDatabase/bash.txt
index 5508693158..df3d6486ca 100644
--- a/docs/en/cli/mysql/CreateDatabase/bash.txt
+++ b/docs/en/cli/mysql/CreateDatabase/bash.txt
@@ -1,3 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
oint mysql CreateDatabase \
--base "testbase1" \
- --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/"
\ No newline at end of file
+ --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \
+ --tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/mysql/CreateDatabase/bat.txt b/docs/en/cli/mysql/CreateDatabase/bat.txt
index 41a5a52f0e..d02852d40a 100644
--- a/docs/en/cli/mysql/CreateDatabase/bat.txt
+++ b/docs/en/cli/mysql/CreateDatabase/bat.txt
@@ -1,3 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
oint mysql CreateDatabase ^
--base "testbase1" ^
- --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/"
\ No newline at end of file
+ --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^
+ --tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/mysql/ExecuteSQLQuery/bash.txt b/docs/en/cli/mysql/ExecuteSQLQuery/bash.txt
index d492a1bf09..8e3e341b83 100644
--- a/docs/en/cli/mysql/ExecuteSQLQuery/bash.txt
+++ b/docs/en/cli/mysql/ExecuteSQLQuery/bash.txt
@@ -1,3 +1,3 @@
oint mysql ExecuteSQLQuery \
- --sql "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/TEST_DATA2.sql" \
+ --sql "https://hut.openintegrations.dev/test_data/TEST_DATA2.sql" \
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/"
\ No newline at end of file
diff --git a/docs/en/cli/mysql/ExecuteSQLQuery/bat.txt b/docs/en/cli/mysql/ExecuteSQLQuery/bat.txt
index e01a468b48..61dadc68ca 100644
--- a/docs/en/cli/mysql/ExecuteSQLQuery/bat.txt
+++ b/docs/en/cli/mysql/ExecuteSQLQuery/bat.txt
@@ -1,3 +1,3 @@
oint mysql ExecuteSQLQuery ^
- --sql "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/TEST_DATA2.sql" ^
+ --sql "https://hut.openintegrations.dev/test_data/TEST_DATA2.sql" ^
--dbc "mysql://bayselonarrend:***@127.0.0.1:3306/"
\ No newline at end of file
diff --git a/docs/en/cli/neocities/GetSiteData/bash.txt b/docs/en/cli/neocities/GetSiteData/bash.txt
index fff82e18b8..6abbb5a9d5 100644
--- a/docs/en/cli/neocities/GetSiteData/bash.txt
+++ b/docs/en/cli/neocities/GetSiteData/bash.txt
@@ -1,2 +1,3 @@
oint neocities GetSiteData \
- --token "***"
\ No newline at end of file
+ --token "***" \
+ --sitename "2athenaeum"
\ No newline at end of file
diff --git a/docs/en/cli/neocities/GetSiteData/bat.txt b/docs/en/cli/neocities/GetSiteData/bat.txt
index c72b333523..2944e4f754 100644
--- a/docs/en/cli/neocities/GetSiteData/bat.txt
+++ b/docs/en/cli/neocities/GetSiteData/bat.txt
@@ -1,2 +1,3 @@
oint neocities GetSiteData ^
- --token "***"
\ No newline at end of file
+ --token "***" ^
+ --sitename "2athenaeum"
\ No newline at end of file
diff --git a/docs/en/cli/neocities/UploadFiles/bash.txt b/docs/en/cli/neocities/UploadFiles/bash.txt
index f4c4bd457c..6b3d4a577b 100644
--- a/docs/en/cli/neocities/UploadFiles/bash.txt
+++ b/docs/en/cli/neocities/UploadFiles/bash.txt
@@ -2,4 +2,4 @@
oint neocities UploadFiles \
--token "***" \
- --files "{'test/pic1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','test/gif.gif':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg','pic2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif'}"
\ No newline at end of file
+ --files "{'test/pic1.png':'https://hut.openintegrations.dev/test_data/picture.jpg','test/gif.gif':'https://hut.openintegrations.dev/test_data/picture2.jpg','pic2.png':'https://hut.openintegrations.dev/test_data/animation.gif'}"
\ No newline at end of file
diff --git a/docs/en/cli/neocities/UploadFiles/bat.txt b/docs/en/cli/neocities/UploadFiles/bat.txt
index b87b4ede49..93aae4e9b8 100644
--- a/docs/en/cli/neocities/UploadFiles/bat.txt
+++ b/docs/en/cli/neocities/UploadFiles/bat.txt
@@ -2,4 +2,4 @@
oint neocities UploadFiles ^
--token "***" ^
- --files "{'test/pic1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','test/gif.gif':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg','pic2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif'}"
\ No newline at end of file
+ --files "{'test/pic1.png':'https://hut.openintegrations.dev/test_data/picture.jpg','test/gif.gif':'https://hut.openintegrations.dev/test_data/picture2.jpg','pic2.png':'https://hut.openintegrations.dev/test_data/animation.gif'}"
\ No newline at end of file
diff --git a/docs/en/cli/notion/CreatePageInDatabase/bash.txt b/docs/en/cli/notion/CreatePageInDatabase/bash.txt
index 11843e1190..cd573f920f 100644
--- a/docs/en/cli/notion/CreatePageInDatabase/bash.txt
+++ b/docs/en/cli/notion/CreatePageInDatabase/bash.txt
@@ -2,5 +2,5 @@
oint notion CreatePageInDatabase \
--token "***" \
- --base "21682aa7-fc4e-81f6-be99-d2353c6a0562" \
- --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-06-18T20:29:01.6027046Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
\ No newline at end of file
+ --base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca" \
+ --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-07-05T12:27:08.2641754Z','Image':{'Logo':'https://hut.openintegrations.dev/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
\ No newline at end of file
diff --git a/docs/en/cli/notion/CreatePageInDatabase/bat.txt b/docs/en/cli/notion/CreatePageInDatabase/bat.txt
index fdead40661..128794ee6d 100644
--- a/docs/en/cli/notion/CreatePageInDatabase/bat.txt
+++ b/docs/en/cli/notion/CreatePageInDatabase/bat.txt
@@ -2,5 +2,5 @@
oint notion CreatePageInDatabase ^
--token "***" ^
- --base "21682aa7-fc4e-81f6-be99-d2353c6a0562" ^
- --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-06-18T20:29:01.6027046Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
\ No newline at end of file
+ --base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca" ^
+ --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-07-05T12:27:08.2641754Z','Image':{'Logo':'https://hut.openintegrations.dev/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
\ No newline at end of file
diff --git a/docs/en/cli/notion/DeleteBlock/bash.txt b/docs/en/cli/notion/DeleteBlock/bash.txt
index 3837f41c00..cec270363c 100644
--- a/docs/en/cli/notion/DeleteBlock/bash.txt
+++ b/docs/en/cli/notion/DeleteBlock/bash.txt
@@ -1,3 +1,3 @@
oint notion DeleteBlock \
--token "***" \
- --block "21682aa7-fc4e-8185-9194-dc995b6df3b7"
\ No newline at end of file
+ --block "22782aa7-fc4e-81c2-a395-e7a79e347837"
\ No newline at end of file
diff --git a/docs/en/cli/notion/DeleteBlock/bat.txt b/docs/en/cli/notion/DeleteBlock/bat.txt
index 23e98621e0..222f4272d2 100644
--- a/docs/en/cli/notion/DeleteBlock/bat.txt
+++ b/docs/en/cli/notion/DeleteBlock/bat.txt
@@ -1,3 +1,3 @@
oint notion DeleteBlock ^
--token "***" ^
- --block "21682aa7-fc4e-8185-9194-dc995b6df3b7"
\ No newline at end of file
+ --block "22782aa7-fc4e-81c2-a395-e7a79e347837"
\ No newline at end of file
diff --git a/docs/en/cli/notion/EditDatabaseProperties/bash.txt b/docs/en/cli/notion/EditDatabaseProperties/bash.txt
index b678d789eb..1c6c51e810 100644
--- a/docs/en/cli/notion/EditDatabaseProperties/bash.txt
+++ b/docs/en/cli/notion/EditDatabaseProperties/bash.txt
@@ -2,7 +2,7 @@
oint notion EditDatabaseProperties \
--token "***" \
- --base "21682aa7-fc4e-81f6-be99-d2353c6a0562" \
+ --base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca" \
--props "{'Email':'rich_text','Website':null}" \
--title "TestTitle" \
--description "TestDescription"
\ No newline at end of file
diff --git a/docs/en/cli/notion/EditDatabaseProperties/bat.txt b/docs/en/cli/notion/EditDatabaseProperties/bat.txt
index 96f6f7f912..f9e86d3da2 100644
--- a/docs/en/cli/notion/EditDatabaseProperties/bat.txt
+++ b/docs/en/cli/notion/EditDatabaseProperties/bat.txt
@@ -2,7 +2,7 @@
oint notion EditDatabaseProperties ^
--token "***" ^
- --base "21682aa7-fc4e-81f6-be99-d2353c6a0562" ^
+ --base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca" ^
--props "{'Email':'rich_text','Website':null}" ^
--title "TestTitle" ^
--description "TestDescription"
\ No newline at end of file
diff --git a/docs/en/cli/notion/EditPageProperties/bash.txt b/docs/en/cli/notion/EditPageProperties/bash.txt
index 8e8f629dd9..077308f08d 100644
--- a/docs/en/cli/notion/EditPageProperties/bash.txt
+++ b/docs/en/cli/notion/EditPageProperties/bash.txt
@@ -2,8 +2,8 @@
oint notion EditPageProperties \
--token "***" \
- --page "21682aa7-fc4e-815b-a762-df09a0f52c71" \
+ --page "22782aa7-fc4e-8181-aa58-d008c0d7771b" \
--data "{'Active':false,'Email':'vector@mail.ru'}" \
- --icon "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
- --cover "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
+ --icon "https://hut.openintegrations.dev/test_data/picture.jpg" \
+ --cover "https://hut.openintegrations.dev/test_data/picture2.jpg" \
--archive false
\ No newline at end of file
diff --git a/docs/en/cli/notion/EditPageProperties/bat.txt b/docs/en/cli/notion/EditPageProperties/bat.txt
index 19ddad1f71..c32150bd8e 100644
--- a/docs/en/cli/notion/EditPageProperties/bat.txt
+++ b/docs/en/cli/notion/EditPageProperties/bat.txt
@@ -2,8 +2,8 @@
oint notion EditPageProperties ^
--token "***" ^
- --page "21682aa7-fc4e-815b-a762-df09a0f52c71" ^
+ --page "22782aa7-fc4e-8181-aa58-d008c0d7771b" ^
--data "{'Active':false,'Email':'vector@mail.ru'}" ^
- --icon "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
- --cover "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^
+ --icon "https://hut.openintegrations.dev/test_data/picture.jpg" ^
+ --cover "https://hut.openintegrations.dev/test_data/picture2.jpg" ^
--archive false
\ No newline at end of file
diff --git a/docs/en/cli/notion/GetDatabase/bash.txt b/docs/en/cli/notion/GetDatabase/bash.txt
index 4b5eab7c3e..7887b65090 100644
--- a/docs/en/cli/notion/GetDatabase/bash.txt
+++ b/docs/en/cli/notion/GetDatabase/bash.txt
@@ -1,3 +1,3 @@
oint notion GetDatabase \
--token "***" \
- --base "21682aa7-fc4e-81f6-be99-d2353c6a0562"
\ No newline at end of file
+ --base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca"
\ No newline at end of file
diff --git a/docs/en/cli/notion/GetDatabase/bat.txt b/docs/en/cli/notion/GetDatabase/bat.txt
index 881b948f3e..eee27ef762 100644
--- a/docs/en/cli/notion/GetDatabase/bat.txt
+++ b/docs/en/cli/notion/GetDatabase/bat.txt
@@ -1,3 +1,3 @@
oint notion GetDatabase ^
--token "***" ^
- --base "21682aa7-fc4e-81f6-be99-d2353c6a0562"
\ No newline at end of file
+ --base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca"
\ No newline at end of file
diff --git a/docs/en/cli/notion/GetPage/bash.txt b/docs/en/cli/notion/GetPage/bash.txt
index 6eeee2347a..b6e9aefb8d 100644
--- a/docs/en/cli/notion/GetPage/bash.txt
+++ b/docs/en/cli/notion/GetPage/bash.txt
@@ -1,3 +1,3 @@
oint notion GetPage \
--token "***" \
- --page "21682aa7-fc4e-815b-a762-df09a0f52c71"
\ No newline at end of file
+ --page "22782aa7-fc4e-8181-aa58-d008c0d7771b"
\ No newline at end of file
diff --git a/docs/en/cli/notion/GetPage/bat.txt b/docs/en/cli/notion/GetPage/bat.txt
index 61d68a9dc2..9a73c58a4e 100644
--- a/docs/en/cli/notion/GetPage/bat.txt
+++ b/docs/en/cli/notion/GetPage/bat.txt
@@ -1,3 +1,3 @@
oint notion GetPage ^
--token "***" ^
- --page "21682aa7-fc4e-815b-a762-df09a0f52c71"
\ No newline at end of file
+ --page "22782aa7-fc4e-8181-aa58-d008c0d7771b"
\ No newline at end of file
diff --git a/docs/en/cli/notion/ReturnChildBlocks/bash.txt b/docs/en/cli/notion/ReturnChildBlocks/bash.txt
index 6701e679c0..e1f8bf3389 100644
--- a/docs/en/cli/notion/ReturnChildBlocks/bash.txt
+++ b/docs/en/cli/notion/ReturnChildBlocks/bash.txt
@@ -1,3 +1,3 @@
oint notion ReturnChildBlocks \
--token "***" \
- --block "21682aa7-fc4e-8185-9194-dc995b6df3b7"
\ No newline at end of file
+ --block "22782aa7-fc4e-81c2-a395-e7a79e347837"
\ No newline at end of file
diff --git a/docs/en/cli/notion/ReturnChildBlocks/bat.txt b/docs/en/cli/notion/ReturnChildBlocks/bat.txt
index 391522bb08..382ef85ef7 100644
--- a/docs/en/cli/notion/ReturnChildBlocks/bat.txt
+++ b/docs/en/cli/notion/ReturnChildBlocks/bat.txt
@@ -1,3 +1,3 @@
oint notion ReturnChildBlocks ^
--token "***" ^
- --block "21682aa7-fc4e-8185-9194-dc995b6df3b7"
\ No newline at end of file
+ --block "22782aa7-fc4e-81c2-a395-e7a79e347837"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/CheckBlob/bash.txt b/docs/en/cli/ollama/CheckBlob/bash.txt
index d4794615e4..e8f5ff3eaa 100644
--- a/docs/en/cli/ollama/CheckBlob/bash.txt
+++ b/docs/en/cli/ollama/CheckBlob/bash.txt
@@ -1,6 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint ollama CheckBlob \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--digest "yoyoyo" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/CheckBlob/bat.txt b/docs/en/cli/ollama/CheckBlob/bat.txt
index eb751eb8c5..75f8a2372b 100644
--- a/docs/en/cli/ollama/CheckBlob/bat.txt
+++ b/docs/en/cli/ollama/CheckBlob/bat.txt
@@ -1,6 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint ollama CheckBlob ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--digest "yoyoyo" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/CopyModel/bash.txt b/docs/en/cli/ollama/CopyModel/bash.txt
index e7d87547a8..6a9f350375 100644
--- a/docs/en/cli/ollama/CopyModel/bash.txt
+++ b/docs/en/cli/ollama/CopyModel/bash.txt
@@ -1,7 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint ollama CopyModel \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--model "mario" \
--name "mario2" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/CopyModel/bat.txt b/docs/en/cli/ollama/CopyModel/bat.txt
index 361800901f..47137ffd71 100644
--- a/docs/en/cli/ollama/CopyModel/bat.txt
+++ b/docs/en/cli/ollama/CopyModel/bat.txt
@@ -1,7 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint ollama CopyModel ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--model "mario" ^
--name "mario2" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/CreateModel/bash.txt b/docs/en/cli/ollama/CreateModel/bash.txt
index 18cc273797..e9f5c1bcec 100644
--- a/docs/en/cli/ollama/CreateModel/bash.txt
+++ b/docs/en/cli/ollama/CreateModel/bash.txt
@@ -1,7 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint ollama CreateModel \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--model "mario" \
--settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/CreateModel/bat.txt b/docs/en/cli/ollama/CreateModel/bat.txt
index 60bd31439f..8b0fe95f33 100644
--- a/docs/en/cli/ollama/CreateModel/bat.txt
+++ b/docs/en/cli/ollama/CreateModel/bat.txt
@@ -1,7 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint ollama CreateModel ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--model "mario" ^
--settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/DeleteModel/bash.txt b/docs/en/cli/ollama/DeleteModel/bash.txt
index 758452b1e2..09d3d256ca 100644
--- a/docs/en/cli/ollama/DeleteModel/bash.txt
+++ b/docs/en/cli/ollama/DeleteModel/bash.txt
@@ -1,6 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint ollama DeleteModel \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/DeleteModel/bat.txt b/docs/en/cli/ollama/DeleteModel/bat.txt
index 0e7d7c8a06..2fc1fb3325 100644
--- a/docs/en/cli/ollama/DeleteModel/bat.txt
+++ b/docs/en/cli/ollama/DeleteModel/bat.txt
@@ -1,6 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint ollama DeleteModel ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetContextResponse/bash.txt b/docs/en/cli/ollama/GetContextResponse/bash.txt
index f88b89e464..80f03e1967 100644
--- a/docs/en/cli/ollama/GetContextResponse/bash.txt
+++ b/docs/en/cli/ollama/GetContextResponse/bash.txt
@@ -1,7 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint ollama GetContextResponse \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--model "tinyllama" \
- --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a comprehensive ERP (enterprise resource planning) system designed for midsize and large businesses. It provides automation, integration, customization, and financial management solutions to optimize operations and streamline processes across various departments. The system includes accounting, purchasing, inventory management, production planning, sales, human resources, customer relationship management, and other essential modules. 1C:Enterprise is designed for businesses with between 50-2000 employees and with revenue ranging from $10 million to $4 billion.'},{'role':'user','content':'When the first version was released?'}]" \
+ --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is an industry-specific ERP (Enterprise Resource Planning) system provided by 1C (formerly known as Caspian Software). It provides software solutions for various industries, including manufacturing and distribution, retail, wholesale, logistics, and more. The 1C:Enterprise system is known for its advanced features and functionalities that cater to the unique needs of each industry. It offers a wide range of modules such as financial management, supply chain management, inventory management, order management, customer relationship management (CRM), and more. 1C:Enterprise is available for licensing on a subscription basis, allowing you to scale up or down according to your business requirements.'},{'role':'user','content':'When the first version was released?'}]" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetContextResponse/bat.txt b/docs/en/cli/ollama/GetContextResponse/bat.txt
index ec0f4907a1..3d0d6bdfc9 100644
--- a/docs/en/cli/ollama/GetContextResponse/bat.txt
+++ b/docs/en/cli/ollama/GetContextResponse/bat.txt
@@ -1,7 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint ollama GetContextResponse ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--model "tinyllama" ^
- --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a comprehensive ERP (enterprise resource planning) system designed for midsize and large businesses. It provides automation, integration, customization, and financial management solutions to optimize operations and streamline processes across various departments. The system includes accounting, purchasing, inventory management, production planning, sales, human resources, customer relationship management, and other essential modules. 1C:Enterprise is designed for businesses with between 50-2000 employees and with revenue ranging from $10 million to $4 billion.'},{'role':'user','content':'When the first version was released?'}]" ^
+ --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is an industry-specific ERP (Enterprise Resource Planning) system provided by 1C (formerly known as Caspian Software). It provides software solutions for various industries, including manufacturing and distribution, retail, wholesale, logistics, and more. The 1C:Enterprise system is known for its advanced features and functionalities that cater to the unique needs of each industry. It offers a wide range of modules such as financial management, supply chain management, inventory management, order management, customer relationship management (CRM), and more. 1C:Enterprise is available for licensing on a subscription basis, allowing you to scale up or down according to your business requirements.'},{'role':'user','content':'When the first version was released?'}]" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetEmbeddings/bash.txt b/docs/en/cli/ollama/GetEmbeddings/bash.txt
index 285da61af1..392aadea74 100644
--- a/docs/en/cli/ollama/GetEmbeddings/bash.txt
+++ b/docs/en/cli/ollama/GetEmbeddings/bash.txt
@@ -1,7 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint ollama GetEmbeddings \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--model "tinyllama" \
--input "['Why is the sky blue?','Why is the grass green?']" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetEmbeddings/bat.txt b/docs/en/cli/ollama/GetEmbeddings/bat.txt
index 1476b8daf2..3839f8e3a8 100644
--- a/docs/en/cli/ollama/GetEmbeddings/bat.txt
+++ b/docs/en/cli/ollama/GetEmbeddings/bat.txt
@@ -1,7 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint ollama GetEmbeddings ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--model "tinyllama" ^
--input "['Why is the sky blue?','Why is the grass green?']" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetModelInformation/bash.txt b/docs/en/cli/ollama/GetModelInformation/bash.txt
index 6cef2bea1d..6c2e4a56c7 100644
--- a/docs/en/cli/ollama/GetModelInformation/bash.txt
+++ b/docs/en/cli/ollama/GetModelInformation/bash.txt
@@ -1,7 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint ollama GetModelInformation \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--model "mario" \
--verbose false \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetModelInformation/bat.txt b/docs/en/cli/ollama/GetModelInformation/bat.txt
index b360d6fb6a..d0a224c8bc 100644
--- a/docs/en/cli/ollama/GetModelInformation/bat.txt
+++ b/docs/en/cli/ollama/GetModelInformation/bat.txt
@@ -1,7 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint ollama GetModelInformation ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--model "mario" ^
--verbose false ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetModelList/bash.txt b/docs/en/cli/ollama/GetModelList/bash.txt
index 5d9f1ddda6..978f8eb3ac 100644
--- a/docs/en/cli/ollama/GetModelList/bash.txt
+++ b/docs/en/cli/ollama/GetModelList/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint ollama GetModelList \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetModelList/bat.txt b/docs/en/cli/ollama/GetModelList/bat.txt
index ac730e1011..a45bf7b689 100644
--- a/docs/en/cli/ollama/GetModelList/bat.txt
+++ b/docs/en/cli/ollama/GetModelList/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint ollama GetModelList ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetResponse/bash.txt b/docs/en/cli/ollama/GetResponse/bash.txt
index 4902c15baa..e5fafb883b 100644
--- a/docs/en/cli/ollama/GetResponse/bash.txt
+++ b/docs/en/cli/ollama/GetResponse/bash.txt
@@ -1,7 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint ollama GetResponse \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--model "mario" \
--prompt "How are you?" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetResponse/bat.txt b/docs/en/cli/ollama/GetResponse/bat.txt
index e4b5d7f239..7ceb55d156 100644
--- a/docs/en/cli/ollama/GetResponse/bat.txt
+++ b/docs/en/cli/ollama/GetResponse/bat.txt
@@ -1,7 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint ollama GetResponse ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--model "mario" ^
--prompt "How are you?" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetVersion/bash.txt b/docs/en/cli/ollama/GetVersion/bash.txt
index 6c806eae97..8d4b357fc9 100644
--- a/docs/en/cli/ollama/GetVersion/bash.txt
+++ b/docs/en/cli/ollama/GetVersion/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint ollama GetVersion \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/GetVersion/bat.txt b/docs/en/cli/ollama/GetVersion/bat.txt
index 33f76e9680..fa1bdb57bc 100644
--- a/docs/en/cli/ollama/GetVersion/bat.txt
+++ b/docs/en/cli/ollama/GetVersion/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint ollama GetVersion ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/ListRunningModels/bash.txt b/docs/en/cli/ollama/ListRunningModels/bash.txt
index 38608e92c1..af56931231 100644
--- a/docs/en/cli/ollama/ListRunningModels/bash.txt
+++ b/docs/en/cli/ollama/ListRunningModels/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint ollama ListRunningModels \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/ListRunningModels/bat.txt b/docs/en/cli/ollama/ListRunningModels/bat.txt
index f427b2cfa5..2993802cd5 100644
--- a/docs/en/cli/ollama/ListRunningModels/bat.txt
+++ b/docs/en/cli/ollama/ListRunningModels/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint ollama ListRunningModels ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/LoadModelToMemory/bash.txt b/docs/en/cli/ollama/LoadModelToMemory/bash.txt
index bc9ca692b2..37513ac6f5 100644
--- a/docs/en/cli/ollama/LoadModelToMemory/bash.txt
+++ b/docs/en/cli/ollama/LoadModelToMemory/bash.txt
@@ -1,7 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint ollama LoadModelToMemory \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--model "tinyllama" \
--keep 500 \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/LoadModelToMemory/bat.txt b/docs/en/cli/ollama/LoadModelToMemory/bat.txt
index c942a8013a..79ca3d4fc6 100644
--- a/docs/en/cli/ollama/LoadModelToMemory/bat.txt
+++ b/docs/en/cli/ollama/LoadModelToMemory/bat.txt
@@ -1,7 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint ollama LoadModelToMemory ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--model "tinyllama" ^
--keep 500 ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/PullModel/bash.txt b/docs/en/cli/ollama/PullModel/bash.txt
index 62a54d025b..6ab2a2d0b7 100644
--- a/docs/en/cli/ollama/PullModel/bash.txt
+++ b/docs/en/cli/ollama/PullModel/bash.txt
@@ -2,5 +2,5 @@
oint ollama PullModel \
--url "https://hut.openintegrations.dev/ollama" \
- --model "tinyllama" \
+ --model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/PullModel/bat.txt b/docs/en/cli/ollama/PullModel/bat.txt
index 583e29becd..59aa080834 100644
--- a/docs/en/cli/ollama/PullModel/bat.txt
+++ b/docs/en/cli/ollama/PullModel/bat.txt
@@ -2,5 +2,5 @@
oint ollama PullModel ^
--url "https://hut.openintegrations.dev/ollama" ^
- --model "tinyllama" ^
+ --model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/PushBlob/bash.txt b/docs/en/cli/ollama/PushBlob/bash.txt
index ad65c2cc60..8d39009cff 100644
--- a/docs/en/cli/ollama/PushBlob/bash.txt
+++ b/docs/en/cli/ollama/PushBlob/bash.txt
@@ -2,5 +2,5 @@
oint ollama PushBlob \
--url "https://hut.openintegrations.dev/ollama" \
- --data "C:\Users\bayse\AppData\Local\Temp\h023ara5h0a.tmp" \
+ --data "C:\Users\bayse\AppData\Local\Temp\pnweahq22t3.tmp" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/PushBlob/bat.txt b/docs/en/cli/ollama/PushBlob/bat.txt
index caf03803b7..c1d2dcabbf 100644
--- a/docs/en/cli/ollama/PushBlob/bat.txt
+++ b/docs/en/cli/ollama/PushBlob/bat.txt
@@ -2,5 +2,5 @@
oint ollama PushBlob ^
--url "https://hut.openintegrations.dev/ollama" ^
- --data "C:\Users\bayse\AppData\Local\Temp\h023ara5h0a.tmp" ^
+ --data "C:\Users\bayse\AppData\Local\Temp\pnweahq22t3.tmp" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/PushModel/bash.txt b/docs/en/cli/ollama/PushModel/bash.txt
index 6d54af3b6a..30e544c254 100644
--- a/docs/en/cli/ollama/PushModel/bash.txt
+++ b/docs/en/cli/ollama/PushModel/bash.txt
@@ -1,6 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint ollama PushModel \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/PushModel/bat.txt b/docs/en/cli/ollama/PushModel/bat.txt
index 3b59b3f0dc..8840985481 100644
--- a/docs/en/cli/ollama/PushModel/bat.txt
+++ b/docs/en/cli/ollama/PushModel/bat.txt
@@ -1,6 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint ollama PushModel ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/UnloadModelFromMemory/bash.txt b/docs/en/cli/ollama/UnloadModelFromMemory/bash.txt
index 8ccb95ca8a..3cd37bc483 100644
--- a/docs/en/cli/ollama/UnloadModelFromMemory/bash.txt
+++ b/docs/en/cli/ollama/UnloadModelFromMemory/bash.txt
@@ -1,6 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint ollama UnloadModelFromMemory \
- --url "https://api.athenaeum.digital/ollama" \
+ --url "https://hut.openintegrations.dev/ollama" \
--model "tinyllama" \
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/ollama/UnloadModelFromMemory/bat.txt b/docs/en/cli/ollama/UnloadModelFromMemory/bat.txt
index 06c107bc96..1e7f893321 100644
--- a/docs/en/cli/ollama/UnloadModelFromMemory/bat.txt
+++ b/docs/en/cli/ollama/UnloadModelFromMemory/bat.txt
@@ -1,6 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint ollama UnloadModelFromMemory ^
- --url "https://api.athenaeum.digital/ollama" ^
+ --url "https://hut.openintegrations.dev/ollama" ^
--model "tinyllama" ^
--headers "{'Authorization':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/openai/CreateTranscription/bash.txt b/docs/en/cli/openai/CreateTranscription/bash.txt
index 73c129e008..784cac8590 100644
--- a/docs/en/cli/openai/CreateTranscription/bash.txt
+++ b/docs/en/cli/openai/CreateTranscription/bash.txt
@@ -2,5 +2,5 @@ oint openai CreateTranscription \
--url "https://hut.openintegrations.dev/localai/" \
--token "***" \
--model "whisper-1" \
- --audio "C:\Users\bayse\AppData\Local\Temp\nnzmvrjp2bv.wav" \
+ --audio "C:\Users\bayse\AppData\Local\Temp\qkdypfocry3.wav" \
--type "audio/wav"
\ No newline at end of file
diff --git a/docs/en/cli/openai/CreateTranscription/bat.txt b/docs/en/cli/openai/CreateTranscription/bat.txt
index 252007f28c..82ace311dd 100644
--- a/docs/en/cli/openai/CreateTranscription/bat.txt
+++ b/docs/en/cli/openai/CreateTranscription/bat.txt
@@ -2,5 +2,5 @@ oint openai CreateTranscription ^
--url "https://hut.openintegrations.dev/localai/" ^
--token "***" ^
--model "whisper-1" ^
- --audio "C:\Users\bayse\AppData\Local\Temp\nnzmvrjp2bv.wav" ^
+ --audio "C:\Users\bayse\AppData\Local\Temp\qkdypfocry3.wav" ^
--type "audio/wav"
\ No newline at end of file
diff --git a/docs/en/cli/openai/DeleteAssistant/bash.txt b/docs/en/cli/openai/DeleteAssistant/bash.txt
index edbd11ec09..a9af6220c1 100644
--- a/docs/en/cli/openai/DeleteAssistant/bash.txt
+++ b/docs/en/cli/openai/DeleteAssistant/bash.txt
@@ -1,4 +1,4 @@
oint openai DeleteAssistant \
- --url "https://api.athenaeum.digital:1122/" \
+ --url "https://hut.openintegrations.dev/localai/" \
--token "***" \
- --id "asst_3"
\ No newline at end of file
+ --id "asst_37"
\ No newline at end of file
diff --git a/docs/en/cli/openai/DeleteAssistant/bat.txt b/docs/en/cli/openai/DeleteAssistant/bat.txt
index 631480d9fd..8ec4f5e545 100644
--- a/docs/en/cli/openai/DeleteAssistant/bat.txt
+++ b/docs/en/cli/openai/DeleteAssistant/bat.txt
@@ -1,4 +1,4 @@
oint openai DeleteAssistant ^
- --url "https://api.athenaeum.digital:1122/" ^
+ --url "https://hut.openintegrations.dev/localai/" ^
--token "***" ^
- --id "asst_3"
\ No newline at end of file
+ --id "asst_37"
\ No newline at end of file
diff --git a/docs/en/cli/openai/DeleteFile/bash.txt b/docs/en/cli/openai/DeleteFile/bash.txt
index 3abe04ab71..eab64cb094 100644
--- a/docs/en/cli/openai/DeleteFile/bash.txt
+++ b/docs/en/cli/openai/DeleteFile/bash.txt
@@ -1,4 +1,4 @@
oint openai DeleteFile \
- --url "https://api.athenaeum.digital:1122/" \
+ --url "https://hut.openintegrations.dev/localai/" \
--token "***" \
- --id "file-4"
\ No newline at end of file
+ --id "file-38"
\ No newline at end of file
diff --git a/docs/en/cli/openai/DeleteFile/bat.txt b/docs/en/cli/openai/DeleteFile/bat.txt
index 6689453ca1..26fc18bafd 100644
--- a/docs/en/cli/openai/DeleteFile/bat.txt
+++ b/docs/en/cli/openai/DeleteFile/bat.txt
@@ -1,4 +1,4 @@
oint openai DeleteFile ^
- --url "https://api.athenaeum.digital:1122/" ^
+ --url "https://hut.openintegrations.dev/localai/" ^
--token "***" ^
- --id "file-4"
\ No newline at end of file
+ --id "file-38"
\ No newline at end of file
diff --git a/docs/en/cli/openai/DownloadFile/bash.txt b/docs/en/cli/openai/DownloadFile/bash.txt
index 5be1fc2e53..0bf5da1d1a 100644
--- a/docs/en/cli/openai/DownloadFile/bash.txt
+++ b/docs/en/cli/openai/DownloadFile/bash.txt
@@ -1,4 +1,4 @@
oint openai DownloadFile \
- --url "https://api.athenaeum.digital:1122/" \
+ --url "https://hut.openintegrations.dev/localai/" \
--token "***" \
- --id "file-4"
\ No newline at end of file
+ --id "file-38"
\ No newline at end of file
diff --git a/docs/en/cli/openai/DownloadFile/bat.txt b/docs/en/cli/openai/DownloadFile/bat.txt
index 87b4b8e47c..8f61cb1ca7 100644
--- a/docs/en/cli/openai/DownloadFile/bat.txt
+++ b/docs/en/cli/openai/DownloadFile/bat.txt
@@ -1,4 +1,4 @@
oint openai DownloadFile ^
- --url "https://api.athenaeum.digital:1122/" ^
+ --url "https://hut.openintegrations.dev/localai/" ^
--token "***" ^
- --id "file-4"
\ No newline at end of file
+ --id "file-38"
\ No newline at end of file
diff --git a/docs/en/cli/openai/GetAssistantsList/bash.txt b/docs/en/cli/openai/GetAssistantsList/bash.txt
index bc6408dc2d..922bdf6c9a 100644
--- a/docs/en/cli/openai/GetAssistantsList/bash.txt
+++ b/docs/en/cli/openai/GetAssistantsList/bash.txt
@@ -1,7 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint openai GetAssistantsList \
- --url "https://api.athenaeum.digital:1122/" \
+ --url "https://hut.openintegrations.dev/localai/" \
--token "***" \
--limit 2 \
--options "{'after':'asst_2','order':'desc'}"
\ No newline at end of file
diff --git a/docs/en/cli/openai/GetAssistantsList/bat.txt b/docs/en/cli/openai/GetAssistantsList/bat.txt
index 018bb93ff5..7ca25438a2 100644
--- a/docs/en/cli/openai/GetAssistantsList/bat.txt
+++ b/docs/en/cli/openai/GetAssistantsList/bat.txt
@@ -1,7 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint openai GetAssistantsList ^
- --url "https://api.athenaeum.digital:1122/" ^
+ --url "https://hut.openintegrations.dev/localai/" ^
--token "***" ^
--limit 2 ^
--options "{'after':'asst_2','order':'desc'}"
\ No newline at end of file
diff --git a/docs/en/cli/openai/GetEmbeddings/bash.txt b/docs/en/cli/openai/GetEmbeddings/bash.txt
index 5563b83775..babfc766a8 100644
--- a/docs/en/cli/openai/GetEmbeddings/bash.txt
+++ b/docs/en/cli/openai/GetEmbeddings/bash.txt
@@ -1,5 +1,5 @@
oint openai GetEmbeddings \
- --url "https://api.athenaeum.digital:1122/" \
+ --url "https://hut.openintegrations.dev/localai/" \
--token "***" \
--model "text-embedding-ada-002" \
--input "What is 1C:Enterprise?"
\ No newline at end of file
diff --git a/docs/en/cli/openai/GetEmbeddings/bat.txt b/docs/en/cli/openai/GetEmbeddings/bat.txt
index d901b474cf..7b743cb8ee 100644
--- a/docs/en/cli/openai/GetEmbeddings/bat.txt
+++ b/docs/en/cli/openai/GetEmbeddings/bat.txt
@@ -1,5 +1,5 @@
oint openai GetEmbeddings ^
- --url "https://api.athenaeum.digital:1122/" ^
+ --url "https://hut.openintegrations.dev/localai/" ^
--token "***" ^
--model "text-embedding-ada-002" ^
--input "What is 1C:Enterprise?"
\ No newline at end of file
diff --git a/docs/en/cli/openai/GetFileInformation/bash.txt b/docs/en/cli/openai/GetFileInformation/bash.txt
index b259ef09a4..1eb8c2c850 100644
--- a/docs/en/cli/openai/GetFileInformation/bash.txt
+++ b/docs/en/cli/openai/GetFileInformation/bash.txt
@@ -1,4 +1,4 @@
oint openai GetFileInformation \
- --url "https://api.athenaeum.digital:1122/" \
+ --url "https://hut.openintegrations.dev/localai/" \
--token "***" \
- --id "file-4"
\ No newline at end of file
+ --id "file-38"
\ No newline at end of file
diff --git a/docs/en/cli/openai/GetFileInformation/bat.txt b/docs/en/cli/openai/GetFileInformation/bat.txt
index caeb0494e6..c8f159981b 100644
--- a/docs/en/cli/openai/GetFileInformation/bat.txt
+++ b/docs/en/cli/openai/GetFileInformation/bat.txt
@@ -1,4 +1,4 @@
oint openai GetFileInformation ^
- --url "https://api.athenaeum.digital:1122/" ^
+ --url "https://hut.openintegrations.dev/localai/" ^
--token "***" ^
- --id "file-4"
\ No newline at end of file
+ --id "file-38"
\ No newline at end of file
diff --git a/docs/en/cli/openai/GetFilesList/bash.txt b/docs/en/cli/openai/GetFilesList/bash.txt
index 636c10a509..681807a393 100644
--- a/docs/en/cli/openai/GetFilesList/bash.txt
+++ b/docs/en/cli/openai/GetFilesList/bash.txt
@@ -1,3 +1,3 @@
oint openai GetFilesList \
- --url "https://api.athenaeum.digital:1122/" \
+ --url "https://hut.openintegrations.dev/localai/" \
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/openai/GetFilesList/bat.txt b/docs/en/cli/openai/GetFilesList/bat.txt
index a89e76c36f..a439f1ed9b 100644
--- a/docs/en/cli/openai/GetFilesList/bat.txt
+++ b/docs/en/cli/openai/GetFilesList/bat.txt
@@ -1,3 +1,3 @@
oint openai GetFilesList ^
- --url "https://api.athenaeum.digital:1122/" ^
+ --url "https://hut.openintegrations.dev/localai/" ^
--token "***"
\ No newline at end of file
diff --git a/docs/en/cli/openai/GetImageMessageStructure/bash.txt b/docs/en/cli/openai/GetImageMessageStructure/bash.txt
index 5257a4de90..2c02685452 100644
--- a/docs/en/cli/openai/GetImageMessageStructure/bash.txt
+++ b/docs/en/cli/openai/GetImageMessageStructure/bash.txt
@@ -1,4 +1,4 @@
oint openai GetImageMessageStructure \
--role "user" \
- --file "file-2" \
+ --file "file-34" \
--prompt "What is in this image?"
\ No newline at end of file
diff --git a/docs/en/cli/openai/GetImageMessageStructure/bat.txt b/docs/en/cli/openai/GetImageMessageStructure/bat.txt
index 2dd06a2cab..4f9421065d 100644
--- a/docs/en/cli/openai/GetImageMessageStructure/bat.txt
+++ b/docs/en/cli/openai/GetImageMessageStructure/bat.txt
@@ -1,4 +1,4 @@
oint openai GetImageMessageStructure ^
--role "user" ^
- --file "file-2" ^
+ --file "file-34" ^
--prompt "What is in this image?"
\ No newline at end of file
diff --git a/docs/en/cli/openai/RetrieveAssistant/bash.txt b/docs/en/cli/openai/RetrieveAssistant/bash.txt
index a7a80990f9..f4e13774fe 100644
--- a/docs/en/cli/openai/RetrieveAssistant/bash.txt
+++ b/docs/en/cli/openai/RetrieveAssistant/bash.txt
@@ -1,4 +1,4 @@
oint openai RetrieveAssistant \
- --url "https://api.athenaeum.digital:1122/" \
+ --url "https://hut.openintegrations.dev/localai/" \
--token "***" \
- --id "asst_3"
\ No newline at end of file
+ --id "asst_37"
\ No newline at end of file
diff --git a/docs/en/cli/openai/RetrieveAssistant/bat.txt b/docs/en/cli/openai/RetrieveAssistant/bat.txt
index f73ce2be30..ba3f467801 100644
--- a/docs/en/cli/openai/RetrieveAssistant/bat.txt
+++ b/docs/en/cli/openai/RetrieveAssistant/bat.txt
@@ -1,4 +1,4 @@
oint openai RetrieveAssistant ^
- --url "https://api.athenaeum.digital:1122/" ^
+ --url "https://hut.openintegrations.dev/localai/" ^
--token "***" ^
- --id "asst_3"
\ No newline at end of file
+ --id "asst_37"
\ No newline at end of file
diff --git a/docs/en/cli/openai/UploadFile/bash.txt b/docs/en/cli/openai/UploadFile/bash.txt
index 8001e88917..db0beaf555 100644
--- a/docs/en/cli/openai/UploadFile/bash.txt
+++ b/docs/en/cli/openai/UploadFile/bash.txt
@@ -1,6 +1,6 @@
oint openai UploadFile \
--url "https://hut.openintegrations.dev/localai/" \
--token "***" \
- --name "83e97e8d-df65-4581-afb6-e578a928b5c0.png" \
+ --name "6895aeff-efc1-4607-80ea-384e6676aaad.png" \
--data "https://hut.openintegrations.dev/test_data/picture.jpg" \
--purpose "assistants"
\ No newline at end of file
diff --git a/docs/en/cli/openai/UploadFile/bat.txt b/docs/en/cli/openai/UploadFile/bat.txt
index 23c59613f0..57a8ed8296 100644
--- a/docs/en/cli/openai/UploadFile/bat.txt
+++ b/docs/en/cli/openai/UploadFile/bat.txt
@@ -1,6 +1,6 @@
oint openai UploadFile ^
--url "https://hut.openintegrations.dev/localai/" ^
--token "***" ^
- --name "83e97e8d-df65-4581-afb6-e578a928b5c0.png" ^
+ --name "6895aeff-efc1-4607-80ea-384e6676aaad.png" ^
--data "https://hut.openintegrations.dev/test_data/picture.jpg" ^
--purpose "assistants"
\ No newline at end of file
diff --git a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt
index 291a61059e..a17d1ed694 100644
--- a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt
+++ b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt
@@ -1,4 +1,3 @@
oint ozon GetCategoriesAndProductTypesTree \
--clientid "***" \
- --apikey "***" \
- --lang "EN"
\ No newline at end of file
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt
index 2968568c26..da2eea644d 100644
--- a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt
+++ b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt
@@ -1,4 +1,3 @@
oint ozon GetCategoriesAndProductTypesTree ^
--clientid "***" ^
- --apikey "***" ^
- --lang "EN"
\ No newline at end of file
+ --apikey "***"
\ No newline at end of file
diff --git a/docs/en/cli/ozon/GetFBODraft/bash.txt b/docs/en/cli/ozon/GetFBODraft/bash.txt
index 7abf82cbb1..f989b8f3cb 100644
--- a/docs/en/cli/ozon/GetFBODraft/bash.txt
+++ b/docs/en/cli/ozon/GetFBODraft/bash.txt
@@ -1,4 +1,4 @@
oint ozon GetFBODraft \
--clientid "***" \
--apikey "***" \
- --oper "0197842c-e4d3-77cc-be17-68b75851d51f"
\ No newline at end of file
+ --oper "0197d9fb-ad43-755a-90ac-f70b92483d72"
\ No newline at end of file
diff --git a/docs/en/cli/ozon/GetFBODraft/bat.txt b/docs/en/cli/ozon/GetFBODraft/bat.txt
index 762a46759e..465403c35b 100644
--- a/docs/en/cli/ozon/GetFBODraft/bat.txt
+++ b/docs/en/cli/ozon/GetFBODraft/bat.txt
@@ -1,4 +1,4 @@
oint ozon GetFBODraft ^
--clientid "***" ^
--apikey "***" ^
- --oper "0197842c-e4d3-77cc-be17-68b75851d51f"
\ No newline at end of file
+ --oper "0197d9fb-ad43-755a-90ac-f70b92483d72"
\ No newline at end of file
diff --git a/docs/en/cli/ozon/GetFBOTimeslots/bash.txt b/docs/en/cli/ozon/GetFBOTimeslots/bash.txt
index 38d8aed1a3..f2d3bf5e85 100644
--- a/docs/en/cli/ozon/GetFBOTimeslots/bash.txt
+++ b/docs/en/cli/ozon/GetFBOTimeslots/bash.txt
@@ -1,7 +1,7 @@
oint ozon GetFBOTimeslots \
--clientid "***" \
--apikey "***" \
- --from "2025-06-18T20:54:10.2217195" \
- --to "2025-06-19T20:54:10.2217195" \
- --draft 55486827 \
+ --from "2025-07-05T12:47:44.5600826" \
+ --to "2025-07-06T12:47:44.5600826" \
+ --draft 57582168 \
--whs 1020001649180000
\ No newline at end of file
diff --git a/docs/en/cli/ozon/GetFBOTimeslots/bat.txt b/docs/en/cli/ozon/GetFBOTimeslots/bat.txt
index db5ce5f4e7..78d3c54103 100644
--- a/docs/en/cli/ozon/GetFBOTimeslots/bat.txt
+++ b/docs/en/cli/ozon/GetFBOTimeslots/bat.txt
@@ -1,7 +1,7 @@
oint ozon GetFBOTimeslots ^
--clientid "***" ^
--apikey "***" ^
- --from "2025-06-18T20:54:10.2217195" ^
- --to "2025-06-19T20:54:10.2217195" ^
- --draft 55486827 ^
+ --from "2025-07-05T12:47:44.5600826" ^
+ --to "2025-07-06T12:47:44.5600826" ^
+ --draft 57582168 ^
--whs 1020001649180000
\ No newline at end of file
diff --git a/docs/en/cli/ozon/UpdateProductsPrices/bash.txt b/docs/en/cli/ozon/UpdateProductsPrices/bash.txt
index 5e9968be82..270bd79a04 100644
--- a/docs/en/cli/ozon/UpdateProductsPrices/bash.txt
+++ b/docs/en/cli/ozon/UpdateProductsPrices/bash.txt
@@ -3,4 +3,4 @@
oint ozon UpdateProductsPrices \
--clientid "***" \
--apikey "***" \
- --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1990417369}"
\ No newline at end of file
+ --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':2132208094}"
\ No newline at end of file
diff --git a/docs/en/cli/ozon/UpdateProductsPrices/bat.txt b/docs/en/cli/ozon/UpdateProductsPrices/bat.txt
index b018baeffc..cf11897dcd 100644
--- a/docs/en/cli/ozon/UpdateProductsPrices/bat.txt
+++ b/docs/en/cli/ozon/UpdateProductsPrices/bat.txt
@@ -3,4 +3,4 @@
oint ozon UpdateProductsPrices ^
--clientid "***" ^
--apikey "***" ^
- --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1990417369}"
\ No newline at end of file
+ --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':2132208094}"
\ No newline at end of file
diff --git a/docs/en/cli/ozon/UpdateProductsStocks/bash.txt b/docs/en/cli/ozon/UpdateProductsStocks/bash.txt
index 3be791125e..874ca7eaad 100644
--- a/docs/en/cli/ozon/UpdateProductsStocks/bash.txt
+++ b/docs/en/cli/ozon/UpdateProductsStocks/bash.txt
@@ -3,4 +3,4 @@
oint ozon UpdateProductsStocks \
--clientid "***" \
--apikey "***" \
- --stocks "{'offer_id':'143210610','product_id':1990417369,'stock':20,'warehouse_id':1}"
\ No newline at end of file
+ --stocks "{'offer_id':'143210610','product_id':2132208094,'stock':20,'warehouse_id':1}"
\ No newline at end of file
diff --git a/docs/en/cli/ozon/UpdateProductsStocks/bat.txt b/docs/en/cli/ozon/UpdateProductsStocks/bat.txt
index c78c9d4cc3..4e648f0211 100644
--- a/docs/en/cli/ozon/UpdateProductsStocks/bat.txt
+++ b/docs/en/cli/ozon/UpdateProductsStocks/bat.txt
@@ -3,4 +3,4 @@
oint ozon UpdateProductsStocks ^
--clientid "***" ^
--apikey "***" ^
- --stocks "{'offer_id':'143210610','product_id':1990417369,'stock':20,'warehouse_id':1}"
\ No newline at end of file
+ --stocks "{'offer_id':'143210610','product_id':2132208094,'stock':20,'warehouse_id':1}"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/AddRecords/bash.txt b/docs/en/cli/postgres/AddRecords/bash.txt
index ec02a1fb74..c859c365f5 100644
--- a/docs/en/cli/postgres/AddRecords/bash.txt
+++ b/docs/en/cli/postgres/AddRecords/bash.txt
@@ -1,5 +1,5 @@
oint postgres AddRecords \
--table "testtable" \
- --rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\ullcaqayfkv.tmp'},'ts_field':{'TIMESTAMP':'2025-06-18T20:14:21.0341888Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-06-18T20:14:21.0341888+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-06-18T20:14:21.0341888Z'},'time_field':{'TIME':'2025-06-18T20:14:21.0341888Z'},'uuid_field':{'UUID':'9858def8-3d48-4c74-a89c-589857836f3e'}}]" \
+ --rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\bayse\\AppData\\Local\\Temp\\0r1fkrjvfvl.tmp'},'ts_field':{'TIMESTAMP':'2025-07-05T12:13:53.483158Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-07-05T12:13:53.483158+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-07-05T12:13:53.483158Z'},'time_field':{'TIME':'2025-07-05T12:13:53.483158Z'},'uuid_field':{'UUID':'d6c0d1e2-10d4-4dbd-865e-3d0a16dc9865'}}]" \
--trn true \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/AddRecords/bat.txt b/docs/en/cli/postgres/AddRecords/bat.txt
index 4a01da7002..7616d30a05 100644
--- a/docs/en/cli/postgres/AddRecords/bat.txt
+++ b/docs/en/cli/postgres/AddRecords/bat.txt
@@ -1,5 +1,5 @@
oint postgres AddRecords ^
--table "testtable" ^
- --rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\ullcaqayfkv.tmp'},'ts_field':{'TIMESTAMP':'2025-06-18T20:14:21.0341888Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-06-18T20:14:21.0341888+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-06-18T20:14:21.0341888Z'},'time_field':{'TIME':'2025-06-18T20:14:21.0341888Z'},'uuid_field':{'UUID':'9858def8-3d48-4c74-a89c-589857836f3e'}}]" ^
+ --rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\bayse\\AppData\\Local\\Temp\\0r1fkrjvfvl.tmp'},'ts_field':{'TIMESTAMP':'2025-07-05T12:13:53.483158Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-07-05T12:13:53.483158+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-07-05T12:13:53.483158Z'},'time_field':{'TIME':'2025-07-05T12:13:53.483158Z'},'uuid_field':{'UUID':'d6c0d1e2-10d4-4dbd-865e-3d0a16dc9865'}}]" ^
--trn true ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/AddTableColumn/bash.txt b/docs/en/cli/postgres/AddTableColumn/bash.txt
index 92b1cd5a68..db237be7db 100644
--- a/docs/en/cli/postgres/AddTableColumn/bash.txt
+++ b/docs/en/cli/postgres/AddTableColumn/bash.txt
@@ -5,4 +5,4 @@ oint postgres AddTableColumn \
--name "new_field" \
--type "TEXT" \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
- --tls "{'use_tls':true,'accept_invalid_certs':false}"
\ No newline at end of file
+ --tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/AddTableColumn/bat.txt b/docs/en/cli/postgres/AddTableColumn/bat.txt
index 4062508d41..8b74f171af 100644
--- a/docs/en/cli/postgres/AddTableColumn/bat.txt
+++ b/docs/en/cli/postgres/AddTableColumn/bat.txt
@@ -5,4 +5,4 @@ oint postgres AddTableColumn ^
--name "new_field" ^
--type "TEXT" ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
- --tls "{'use_tls':true,'accept_invalid_certs':false}"
\ No newline at end of file
+ --tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/CreateDatabase/bash.txt b/docs/en/cli/postgres/CreateDatabase/bash.txt
index 9baa531a76..cf231ba82f 100644
--- a/docs/en/cli/postgres/CreateDatabase/bash.txt
+++ b/docs/en/cli/postgres/CreateDatabase/bash.txt
@@ -1,3 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
oint postgres CreateDatabase \
--base "testbase1" \
- --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
\ No newline at end of file
+ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
+ --tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/CreateDatabase/bat.txt b/docs/en/cli/postgres/CreateDatabase/bat.txt
index 4f2ac88252..7b05e6a502 100644
--- a/docs/en/cli/postgres/CreateDatabase/bat.txt
+++ b/docs/en/cli/postgres/CreateDatabase/bat.txt
@@ -1,3 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
oint postgres CreateDatabase ^
--base "testbase1" ^
- --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
\ No newline at end of file
+ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
+ --tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/CreateTable/bash.txt b/docs/en/cli/postgres/CreateTable/bash.txt
index 2781c906df..dc291daf98 100644
--- a/docs/en/cli/postgres/CreateTable/bash.txt
+++ b/docs/en/cli/postgres/CreateTable/bash.txt
@@ -4,4 +4,4 @@ oint postgres CreateTable \
--table "testtable" \
--cols "{'bool_field':'BOOL','oldchar_field':'\"char\"','smallint_field':'SMALLINT','smallserial_field':'SMALLSERIAL','int_field':'INT','serial_field':'SERIAL','oid_field':'OID','bigint_field':'BIGINT','bigserial_field':'BIGSERIAL','real_field':'REAL','dp_field':'DOUBLE PRECISION','text_field':'TEXT','varchar_field':'VARCHAR','charn_field':'CHAR(3)','char_field':'CHAR','name_field':'NAME','bytea_field':'BYTEA','ts_field':'TIMESTAMP','tswtz_field':'TIMESTAMP WITH TIME ZONE','ip_field':'INET','json_field':'JSON','jsonb_field':'JSONB','date_field':'DATE','time_field':'TIME','uuid_field':'UUID'}" \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
- --tls "{'use_tls':true,'accept_invalid_certs':false}"
\ No newline at end of file
+ --tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/CreateTable/bat.txt b/docs/en/cli/postgres/CreateTable/bat.txt
index ce45f5d222..476c0bd994 100644
--- a/docs/en/cli/postgres/CreateTable/bat.txt
+++ b/docs/en/cli/postgres/CreateTable/bat.txt
@@ -4,4 +4,4 @@ oint postgres CreateTable ^
--table "testtable" ^
--cols "{'bool_field':'BOOL','oldchar_field':'\"char\"','smallint_field':'SMALLINT','smallserial_field':'SMALLSERIAL','int_field':'INT','serial_field':'SERIAL','oid_field':'OID','bigint_field':'BIGINT','bigserial_field':'BIGSERIAL','real_field':'REAL','dp_field':'DOUBLE PRECISION','text_field':'TEXT','varchar_field':'VARCHAR','charn_field':'CHAR(3)','char_field':'CHAR','name_field':'NAME','bytea_field':'BYTEA','ts_field':'TIMESTAMP','tswtz_field':'TIMESTAMP WITH TIME ZONE','ip_field':'INET','json_field':'JSON','jsonb_field':'JSONB','date_field':'DATE','time_field':'TIME','uuid_field':'UUID'}" ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
- --tls "{'use_tls':true,'accept_invalid_certs':false}"
\ No newline at end of file
+ --tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/DeleteTableColumn/bash.txt b/docs/en/cli/postgres/DeleteTableColumn/bash.txt
index a998cf6a3d..48d8d9cab1 100644
--- a/docs/en/cli/postgres/DeleteTableColumn/bash.txt
+++ b/docs/en/cli/postgres/DeleteTableColumn/bash.txt
@@ -4,4 +4,4 @@ oint postgres DeleteTableColumn \
--table "testtable" \
--name "new_field" \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \
- --tls "{'use_tls':true,'accept_invalid_certs':false}"
\ No newline at end of file
+ --tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/DeleteTableColumn/bat.txt b/docs/en/cli/postgres/DeleteTableColumn/bat.txt
index 600f3b9989..2bdb9ab1bd 100644
--- a/docs/en/cli/postgres/DeleteTableColumn/bat.txt
+++ b/docs/en/cli/postgres/DeleteTableColumn/bat.txt
@@ -4,4 +4,4 @@ oint postgres DeleteTableColumn ^
--table "testtable" ^
--name "new_field" ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^
- --tls "{'use_tls':true,'accept_invalid_certs':false}"
\ No newline at end of file
+ --tls "{'use_tls':true,'accept_invalid_certs':true}"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/ExecuteSQLQuery/bash.txt b/docs/en/cli/postgres/ExecuteSQLQuery/bash.txt
index d00da5a8c6..fe3f67f493 100644
--- a/docs/en/cli/postgres/ExecuteSQLQuery/bash.txt
+++ b/docs/en/cli/postgres/ExecuteSQLQuery/bash.txt
@@ -1,3 +1,3 @@
oint postgres ExecuteSQLQuery \
- --sql "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/TEST_DATA.sql" \
+ --sql "https://hut.openintegrations.dev/test_data/TEST_DATA.sql" \
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/ExecuteSQLQuery/bat.txt b/docs/en/cli/postgres/ExecuteSQLQuery/bat.txt
index 84922aba18..740467886c 100644
--- a/docs/en/cli/postgres/ExecuteSQLQuery/bat.txt
+++ b/docs/en/cli/postgres/ExecuteSQLQuery/bat.txt
@@ -1,3 +1,3 @@
oint postgres ExecuteSQLQuery ^
- --sql "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/TEST_DATA.sql" ^
+ --sql "https://hut.openintegrations.dev/test_data/TEST_DATA.sql" ^
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/"
\ No newline at end of file
diff --git a/docs/en/cli/postgres/GetTlsSettings/bash.txt b/docs/en/cli/postgres/GetTlsSettings/bash.txt
index c8aee94d2e..23128fdd0d 100644
--- a/docs/en/cli/postgres/GetTlsSettings/bash.txt
+++ b/docs/en/cli/postgres/GetTlsSettings/bash.txt
@@ -1,2 +1,2 @@
oint postgres GetTlsSettings \
- --trust false
\ No newline at end of file
+ --trust true
\ No newline at end of file
diff --git a/docs/en/cli/postgres/GetTlsSettings/bat.txt b/docs/en/cli/postgres/GetTlsSettings/bat.txt
index 6ff60dbe6c..1e1e128eef 100644
--- a/docs/en/cli/postgres/GetTlsSettings/bat.txt
+++ b/docs/en/cli/postgres/GetTlsSettings/bat.txt
@@ -1,2 +1,2 @@
oint postgres GetTlsSettings ^
- --trust false
\ No newline at end of file
+ --trust true
\ No newline at end of file
diff --git a/docs/en/cli/rcon/ExecuteCommand/bash.txt b/docs/en/cli/rcon/ExecuteCommand/bash.txt
index 1ec69101d3..9f402d95bc 100644
--- a/docs/en/cli/rcon/ExecuteCommand/bash.txt
+++ b/docs/en/cli/rcon/ExecuteCommand/bash.txt
@@ -1,9 +1,9 @@
# JSON data can also be passed as a path to a .json file
oint rcon ExecuteCommand \
- --url "93.125.42.204:25575" \
+ --url "127.0.0.1:25575" \
--pass "***" \
--wtout 20 \
--rtout 20 \
--exec "list" \
- --conn "{'url':'93.125.42.204:25575','password':'***','read_timeout':20,'write_timeout':20}"
\ No newline at end of file
+ --conn "{'url':'127.0.0.1:25575','password':'***','read_timeout':20,'write_timeout':20}"
\ No newline at end of file
diff --git a/docs/en/cli/rcon/ExecuteCommand/bat.txt b/docs/en/cli/rcon/ExecuteCommand/bat.txt
index 8229458056..882402ac97 100644
--- a/docs/en/cli/rcon/ExecuteCommand/bat.txt
+++ b/docs/en/cli/rcon/ExecuteCommand/bat.txt
@@ -1,9 +1,9 @@
:: JSON data can also be passed as a path to a .json file
oint rcon ExecuteCommand ^
- --url "93.125.42.204:25575" ^
+ --url "127.0.0.1:25575" ^
--pass "***" ^
--wtout 20 ^
--rtout 20 ^
--exec "list" ^
- --conn "{'url':'93.125.42.204:25575','password':'***','read_timeout':20,'write_timeout':20}"
\ No newline at end of file
+ --conn "{'url':'127.0.0.1:25575','password':'***','read_timeout':20,'write_timeout':20}"
\ No newline at end of file
diff --git a/docs/en/cli/s3/AbortMultipartUpload/bash.txt b/docs/en/cli/s3/AbortMultipartUpload/bash.txt
index 70888f8920..b284d1fe83 100644
--- a/docs/en/cli/s3/AbortMultipartUpload/bash.txt
+++ b/docs/en/cli/s3/AbortMultipartUpload/bash.txt
@@ -4,4 +4,4 @@ oint s3 AbortMultipartUpload \
--name "fileChunked.mp3" \
--bucket "opi-gpbucket3" \
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
- --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjI3N2MxMzM3LTYzNTctNGZjYy05OTRjLTBlMTU4OTUzYTMzMg"
\ No newline at end of file
+ --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjE2M2U2ODI3LTdiMTAtNGFjYy04NzBiLTMwOTFlMjZlMzIwMw"
\ No newline at end of file
diff --git a/docs/en/cli/s3/AbortMultipartUpload/bat.txt b/docs/en/cli/s3/AbortMultipartUpload/bat.txt
index 6a749931ec..b7a65bc0f6 100644
--- a/docs/en/cli/s3/AbortMultipartUpload/bat.txt
+++ b/docs/en/cli/s3/AbortMultipartUpload/bat.txt
@@ -4,4 +4,4 @@ oint s3 AbortMultipartUpload ^
--name "fileChunked.mp3" ^
--bucket "opi-gpbucket3" ^
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^
- --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjI3N2MxMzM3LTYzNTctNGZjYy05OTRjLTBlMTU4OTUzYTMzMg"
\ No newline at end of file
+ --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjE2M2U2ODI3LTdiMTAtNGFjYy04NzBiLTMwOTFlMjZlMzIwMw"
\ No newline at end of file
diff --git a/docs/en/cli/s3/CreateBucket/bash.txt b/docs/en/cli/s3/CreateBucket/bash.txt
index 1092f5f91a..000de8ef6c 100644
--- a/docs/en/cli/s3/CreateBucket/bash.txt
+++ b/docs/en/cli/s3/CreateBucket/bash.txt
@@ -1,3 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
oint s3 CreateBucket \
- --name "opi-dirbucket3" \
- --basic "C:\Users\bayse\AppData\Local\Temp\lw0ixoce42l.tmp"
\ No newline at end of file
+ --name "opi-gpbucket3" \
+ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
+ --dir false
\ No newline at end of file
diff --git a/docs/en/cli/s3/CreateBucket/bat.txt b/docs/en/cli/s3/CreateBucket/bat.txt
index 33c21a1390..acd8b3ca75 100644
--- a/docs/en/cli/s3/CreateBucket/bat.txt
+++ b/docs/en/cli/s3/CreateBucket/bat.txt
@@ -1,3 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
oint s3 CreateBucket ^
- --name "opi-dirbucket3" ^
- --basic "C:\Users\bayse\AppData\Local\Temp\lw0ixoce42l.tmp"
\ No newline at end of file
+ --name "opi-gpbucket3" ^
+ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^
+ --dir false
\ No newline at end of file
diff --git a/docs/en/cli/s3/FinishPartsUpload/bash.txt b/docs/en/cli/s3/FinishPartsUpload/bash.txt
index 1a12c22795..1da8eb55ac 100644
--- a/docs/en/cli/s3/FinishPartsUpload/bash.txt
+++ b/docs/en/cli/s3/FinishPartsUpload/bash.txt
@@ -4,5 +4,5 @@ oint s3 FinishPartsUpload \
--name "fileChunked.mp3" \
--bucket "opi-gpbucket3" \
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
- --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLmE4MTZmYWZhLWI3ODAtNGJlMi05MjU5LTQyNTQxZGEwMDZmYQ" \
+ --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjllOTM4MWQ3LTAzZDItNDNjMC1hYWQ0LWMzYzk0MzA5NTNjYw" \
--tags "['\"566e2d464b39b91eb8b5d89fb9f1a318\"','\"adb76a9a9ff8226ed08fb6f343102908\"']"
\ No newline at end of file
diff --git a/docs/en/cli/s3/FinishPartsUpload/bat.txt b/docs/en/cli/s3/FinishPartsUpload/bat.txt
index fed8dba56b..e77a6cdc0c 100644
--- a/docs/en/cli/s3/FinishPartsUpload/bat.txt
+++ b/docs/en/cli/s3/FinishPartsUpload/bat.txt
@@ -4,5 +4,5 @@ oint s3 FinishPartsUpload ^
--name "fileChunked.mp3" ^
--bucket "opi-gpbucket3" ^
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^
- --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLmE4MTZmYWZhLWI3ODAtNGJlMi05MjU5LTQyNTQxZGEwMDZmYQ" ^
+ --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjllOTM4MWQ3LTAzZDItNDNjMC1hYWQ0LWMzYzk0MzA5NTNjYw" ^
--tags "['\"566e2d464b39b91eb8b5d89fb9f1a318\"','\"adb76a9a9ff8226ed08fb6f343102908\"']"
\ No newline at end of file
diff --git a/docs/en/cli/s3/PutBucketEncryption/bash.txt b/docs/en/cli/s3/PutBucketEncryption/bash.txt
index 99a1521495..7f976dc125 100644
--- a/docs/en/cli/s3/PutBucketEncryption/bash.txt
+++ b/docs/en/cli/s3/PutBucketEncryption/bash.txt
@@ -3,5 +3,5 @@
oint s3 PutBucketEncryption \
--name "opi-newbucket2" \
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
- --conf "C:\Users\Administrator\AppData\Local\Temp\ymkdnd33upd.xml" \
+ --conf "C:\Users\bayse\AppData\Local\Temp\mgbuistp0nr.xml" \
--dir false
\ No newline at end of file
diff --git a/docs/en/cli/s3/PutBucketEncryption/bat.txt b/docs/en/cli/s3/PutBucketEncryption/bat.txt
index a57676efb0..2145df23cc 100644
--- a/docs/en/cli/s3/PutBucketEncryption/bat.txt
+++ b/docs/en/cli/s3/PutBucketEncryption/bat.txt
@@ -3,5 +3,5 @@
oint s3 PutBucketEncryption ^
--name "opi-newbucket2" ^
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^
- --conf "C:\Users\Administrator\AppData\Local\Temp\ymkdnd33upd.xml" ^
+ --conf "C:\Users\bayse\AppData\Local\Temp\mgbuistp0nr.xml" ^
--dir false
\ No newline at end of file
diff --git a/docs/en/cli/s3/PutObject/bash.txt b/docs/en/cli/s3/PutObject/bash.txt
index ccc195dc1c..20192655cb 100644
--- a/docs/en/cli/s3/PutObject/bash.txt
+++ b/docs/en/cli/s3/PutObject/bash.txt
@@ -3,5 +3,5 @@
oint s3 PutObject \
--name "pictureSmall.jpg" \
--bucket "opi-gpbucket3" \
- --data "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --data "https://hut.openintegrations.dev/test_data/picture.jpg" \
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}"
\ No newline at end of file
diff --git a/docs/en/cli/s3/PutObject/bat.txt b/docs/en/cli/s3/PutObject/bat.txt
index 3b41d0f821..bf416b73b1 100644
--- a/docs/en/cli/s3/PutObject/bat.txt
+++ b/docs/en/cli/s3/PutObject/bat.txt
@@ -3,5 +3,5 @@
oint s3 PutObject ^
--name "pictureSmall.jpg" ^
--bucket "opi-gpbucket3" ^
- --data "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --data "https://hut.openintegrations.dev/test_data/picture.jpg" ^
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}"
\ No newline at end of file
diff --git a/docs/en/cli/s3/SendRequestWithBody/bash.txt b/docs/en/cli/s3/SendRequestWithBody/bash.txt
index 6cfd6dcbde..f35ce0cace 100644
--- a/docs/en/cli/s3/SendRequestWithBody/bash.txt
+++ b/docs/en/cli/s3/SendRequestWithBody/bash.txt
@@ -1,4 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
oint s3 SendRequestWithBody \
--method "PUT" \
- --basic "C:\Users\bayse\AppData\Local\Temp\h1jncpzypez.tmp" \
+ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
--body "C:\test_data\document.docx"
\ No newline at end of file
diff --git a/docs/en/cli/s3/SendRequestWithBody/bat.txt b/docs/en/cli/s3/SendRequestWithBody/bat.txt
index 463fb92677..325642801c 100644
--- a/docs/en/cli/s3/SendRequestWithBody/bat.txt
+++ b/docs/en/cli/s3/SendRequestWithBody/bat.txt
@@ -1,4 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
oint s3 SendRequestWithBody ^
--method "PUT" ^
- --basic "C:\Users\bayse\AppData\Local\Temp\h1jncpzypez.tmp" ^
+ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^
--body "C:\test_data\document.docx"
\ No newline at end of file
diff --git a/docs/en/cli/s3/SendRequestWithoutBody/bash.txt b/docs/en/cli/s3/SendRequestWithoutBody/bash.txt
index 190709b17c..2ef60496d5 100644
--- a/docs/en/cli/s3/SendRequestWithoutBody/bash.txt
+++ b/docs/en/cli/s3/SendRequestWithoutBody/bash.txt
@@ -1,3 +1,5 @@
+# JSON data can also be passed as a path to a .json file
+
oint s3 SendRequestWithoutBody \
--method "GET" \
- --basic "C:\Users\bayse\AppData\Local\Temp\ji1t5ynq5c3.tmp"
\ No newline at end of file
+ --basic "{'URL':'storage-155.s3hoster.by/opi-newbucket2','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}"
\ No newline at end of file
diff --git a/docs/en/cli/s3/SendRequestWithoutBody/bat.txt b/docs/en/cli/s3/SendRequestWithoutBody/bat.txt
index 80b73f5487..22fc3cab15 100644
--- a/docs/en/cli/s3/SendRequestWithoutBody/bat.txt
+++ b/docs/en/cli/s3/SendRequestWithoutBody/bat.txt
@@ -1,3 +1,5 @@
+:: JSON data can also be passed as a path to a .json file
+
oint s3 SendRequestWithoutBody ^
--method "GET" ^
- --basic "C:\Users\bayse\AppData\Local\Temp\ji1t5ynq5c3.tmp"
\ No newline at end of file
+ --basic "{'URL':'storage-155.s3hoster.by/opi-newbucket2','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}"
\ No newline at end of file
diff --git a/docs/en/cli/s3/UploadObjectPart/bash.txt b/docs/en/cli/s3/UploadObjectPart/bash.txt
index 33b5a5dd87..d1bb39106e 100644
--- a/docs/en/cli/s3/UploadObjectPart/bash.txt
+++ b/docs/en/cli/s3/UploadObjectPart/bash.txt
@@ -4,6 +4,6 @@ oint s3 UploadObjectPart \
--name "fileChunked.mp3" \
--bucket "opi-gpbucket3" \
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \
- --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLmE4MTZmYWZhLWI3ODAtNGJlMi05MjU5LTQyNTQxZGEwMDZmYQ" \
+ --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjllOTM4MWQ3LTAzZDItNDNjMC1hYWQ0LWMzYzk0MzA5NTNjYw" \
--part 2 \
- --content "C:\Users\Administrator\AppData\Local\Temp\1s0izpqzdtc.tmp"
\ No newline at end of file
+ --content "C:\Users\bayse\AppData\Local\Temp\hm15cclgcow.tmp"
\ No newline at end of file
diff --git a/docs/en/cli/s3/UploadObjectPart/bat.txt b/docs/en/cli/s3/UploadObjectPart/bat.txt
index f12e8b019c..1977a7ec75 100644
--- a/docs/en/cli/s3/UploadObjectPart/bat.txt
+++ b/docs/en/cli/s3/UploadObjectPart/bat.txt
@@ -4,6 +4,6 @@ oint s3 UploadObjectPart ^
--name "fileChunked.mp3" ^
--bucket "opi-gpbucket3" ^
--basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^
- --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLmE4MTZmYWZhLWI3ODAtNGJlMi05MjU5LTQyNTQxZGEwMDZmYQ" ^
+ --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjllOTM4MWQ3LTAzZDItNDNjMC1hYWQ0LWMzYzk0MzA5NTNjYw" ^
--part 2 ^
- --content "C:\Users\Administrator\AppData\Local\Temp\1s0izpqzdtc.tmp"
\ No newline at end of file
+ --content "C:\Users\bayse\AppData\Local\Temp\hm15cclgcow.tmp"
\ No newline at end of file
diff --git a/docs/en/cli/slack/AddExternalFile/bash.txt b/docs/en/cli/slack/AddExternalFile/bash.txt
index b72d38b3fb..a6af36fbec 100644
--- a/docs/en/cli/slack/AddExternalFile/bash.txt
+++ b/docs/en/cli/slack/AddExternalFile/bash.txt
@@ -1,4 +1,4 @@
oint slack AddExternalFile \
--token "***" \
- --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
+ --url "https://hut.openintegrations.dev/test_data/document.docx" \
--title "NewFile"
\ No newline at end of file
diff --git a/docs/en/cli/slack/AddExternalFile/bat.txt b/docs/en/cli/slack/AddExternalFile/bat.txt
index 23be955d6e..7dcaf93bc2 100644
--- a/docs/en/cli/slack/AddExternalFile/bat.txt
+++ b/docs/en/cli/slack/AddExternalFile/bat.txt
@@ -1,4 +1,4 @@
oint slack AddExternalFile ^
--token "***" ^
- --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^
+ --url "https://hut.openintegrations.dev/test_data/document.docx" ^
--title "NewFile"
\ No newline at end of file
diff --git a/docs/en/cli/slack/ArchiveChannel/bash.txt b/docs/en/cli/slack/ArchiveChannel/bash.txt
index 0fc740911d..1f60f6b94f 100644
--- a/docs/en/cli/slack/ArchiveChannel/bash.txt
+++ b/docs/en/cli/slack/ArchiveChannel/bash.txt
@@ -1,3 +1,3 @@
oint slack ArchiveChannel \
--token "***" \
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/ArchiveChannel/bat.txt b/docs/en/cli/slack/ArchiveChannel/bat.txt
index 0bf249f89c..0591917f4c 100644
--- a/docs/en/cli/slack/ArchiveChannel/bat.txt
+++ b/docs/en/cli/slack/ArchiveChannel/bat.txt
@@ -1,3 +1,3 @@
oint slack ArchiveChannel ^
--token "***" ^
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/CreateChannel/bash.txt b/docs/en/cli/slack/CreateChannel/bash.txt
index 92b558e2e8..19f9b20464 100644
--- a/docs/en/cli/slack/CreateChannel/bash.txt
+++ b/docs/en/cli/slack/CreateChannel/bash.txt
@@ -1,4 +1,4 @@
oint slack CreateChannel \
--token "***" \
- --title "testconv5d9cf037-6e9e-437b-b22e-79bd7ff64788" \
+ --title "testconv6bbe3284-06eb-4660-a230-8a1ba97846e3" \
--private false
\ No newline at end of file
diff --git a/docs/en/cli/slack/CreateChannel/bat.txt b/docs/en/cli/slack/CreateChannel/bat.txt
index 9b7c837784..bf50aa17db 100644
--- a/docs/en/cli/slack/CreateChannel/bat.txt
+++ b/docs/en/cli/slack/CreateChannel/bat.txt
@@ -1,4 +1,4 @@
oint slack CreateChannel ^
--token "***" ^
- --title "testconv5d9cf037-6e9e-437b-b22e-79bd7ff64788" ^
+ --title "testconv6bbe3284-06eb-4660-a230-8a1ba97846e3" ^
--private false
\ No newline at end of file
diff --git a/docs/en/cli/slack/DeleteExternalFile/bash.txt b/docs/en/cli/slack/DeleteExternalFile/bash.txt
index e7683eb460..f13dfda176 100644
--- a/docs/en/cli/slack/DeleteExternalFile/bash.txt
+++ b/docs/en/cli/slack/DeleteExternalFile/bash.txt
@@ -1,3 +1,3 @@
oint slack DeleteExternalFile \
--token "***" \
- --fileid "F0922PMJN8L"
\ No newline at end of file
+ --fileid "F0954698C8G"
\ No newline at end of file
diff --git a/docs/en/cli/slack/DeleteExternalFile/bat.txt b/docs/en/cli/slack/DeleteExternalFile/bat.txt
index ef0f26223d..deff9f8782 100644
--- a/docs/en/cli/slack/DeleteExternalFile/bat.txt
+++ b/docs/en/cli/slack/DeleteExternalFile/bat.txt
@@ -1,3 +1,3 @@
oint slack DeleteExternalFile ^
--token "***" ^
- --fileid "F0922PMJN8L"
\ No newline at end of file
+ --fileid "F0954698C8G"
\ No newline at end of file
diff --git a/docs/en/cli/slack/DeleteFile/bash.txt b/docs/en/cli/slack/DeleteFile/bash.txt
index 628fed1c06..fea2ff6552 100644
--- a/docs/en/cli/slack/DeleteFile/bash.txt
+++ b/docs/en/cli/slack/DeleteFile/bash.txt
@@ -1,3 +1,3 @@
oint slack DeleteFile \
--token "***" \
- --fileid "F091W47LMQE"
\ No newline at end of file
+ --fileid "F094C0EL97Y"
\ No newline at end of file
diff --git a/docs/en/cli/slack/DeleteFile/bat.txt b/docs/en/cli/slack/DeleteFile/bat.txt
index 4f15484a59..6751ea288a 100644
--- a/docs/en/cli/slack/DeleteFile/bat.txt
+++ b/docs/en/cli/slack/DeleteFile/bat.txt
@@ -1,3 +1,3 @@
oint slack DeleteFile ^
--token "***" ^
- --fileid "F091W47LMQE"
\ No newline at end of file
+ --fileid "F094C0EL97Y"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GenerateImageBlock/bash.txt b/docs/en/cli/slack/GenerateImageBlock/bash.txt
index e1c74b2abe..b54fd9c786 100644
--- a/docs/en/cli/slack/GenerateImageBlock/bash.txt
+++ b/docs/en/cli/slack/GenerateImageBlock/bash.txt
@@ -1,3 +1,3 @@
oint slack GenerateImageBlock \
- --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --picture "https://hut.openintegrations.dev/test_data/picture.jpg" \
--alt "Image"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GenerateImageBlock/bat.txt b/docs/en/cli/slack/GenerateImageBlock/bat.txt
index 1edd01cc8a..a8dfe706ba 100644
--- a/docs/en/cli/slack/GenerateImageBlock/bat.txt
+++ b/docs/en/cli/slack/GenerateImageBlock/bat.txt
@@ -1,3 +1,3 @@
oint slack GenerateImageBlock ^
- --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --picture "https://hut.openintegrations.dev/test_data/picture.jpg" ^
--alt "Image"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetChannel/bash.txt b/docs/en/cli/slack/GetChannel/bash.txt
index 021e6749bf..381ba1c95f 100644
--- a/docs/en/cli/slack/GetChannel/bash.txt
+++ b/docs/en/cli/slack/GetChannel/bash.txt
@@ -1,3 +1,3 @@
oint slack GetChannel \
--token "***" \
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetChannel/bat.txt b/docs/en/cli/slack/GetChannel/bat.txt
index 402894c4ec..a57dac0f01 100644
--- a/docs/en/cli/slack/GetChannel/bat.txt
+++ b/docs/en/cli/slack/GetChannel/bat.txt
@@ -1,3 +1,3 @@
oint slack GetChannel ^
--token "***" ^
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetChannelHistory/bash.txt b/docs/en/cli/slack/GetChannelHistory/bash.txt
index cc1ea9df30..2d22dbde67 100644
--- a/docs/en/cli/slack/GetChannelHistory/bash.txt
+++ b/docs/en/cli/slack/GetChannelHistory/bash.txt
@@ -1,3 +1,3 @@
oint slack GetChannelHistory \
--token "***" \
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetChannelHistory/bat.txt b/docs/en/cli/slack/GetChannelHistory/bat.txt
index 081406dd82..8d9bb9f0e1 100644
--- a/docs/en/cli/slack/GetChannelHistory/bat.txt
+++ b/docs/en/cli/slack/GetChannelHistory/bat.txt
@@ -1,3 +1,3 @@
oint slack GetChannelHistory ^
--token "***" ^
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetChannelUserList/bash.txt b/docs/en/cli/slack/GetChannelUserList/bash.txt
index b752fbca7e..ae93603924 100644
--- a/docs/en/cli/slack/GetChannelUserList/bash.txt
+++ b/docs/en/cli/slack/GetChannelUserList/bash.txt
@@ -1,3 +1,3 @@
oint slack GetChannelUserList \
--token "***" \
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetChannelUserList/bat.txt b/docs/en/cli/slack/GetChannelUserList/bat.txt
index 27d08aacf9..9efbc3bc2b 100644
--- a/docs/en/cli/slack/GetChannelUserList/bat.txt
+++ b/docs/en/cli/slack/GetChannelUserList/bat.txt
@@ -1,3 +1,3 @@
oint slack GetChannelUserList ^
--token "***" ^
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetExternalFile/bash.txt b/docs/en/cli/slack/GetExternalFile/bash.txt
index 5e5f6b01a7..c437f73965 100644
--- a/docs/en/cli/slack/GetExternalFile/bash.txt
+++ b/docs/en/cli/slack/GetExternalFile/bash.txt
@@ -1,3 +1,3 @@
oint slack GetExternalFile \
--token "***" \
- --fileid "F0922PMJN8L"
\ No newline at end of file
+ --fileid "F0954698C8G"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetExternalFile/bat.txt b/docs/en/cli/slack/GetExternalFile/bat.txt
index 0764ae1df5..15dea1bc55 100644
--- a/docs/en/cli/slack/GetExternalFile/bat.txt
+++ b/docs/en/cli/slack/GetExternalFile/bat.txt
@@ -1,3 +1,3 @@
oint slack GetExternalFile ^
--token "***" ^
- --fileid "F0922PMJN8L"
\ No newline at end of file
+ --fileid "F0954698C8G"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetExternalFileList/bash.txt b/docs/en/cli/slack/GetExternalFileList/bash.txt
index 39feed06e1..2880370288 100644
--- a/docs/en/cli/slack/GetExternalFileList/bash.txt
+++ b/docs/en/cli/slack/GetExternalFileList/bash.txt
@@ -1,3 +1,2 @@
oint slack GetExternalFileList \
- --token "***" \
- --channel "C06UFNUTKUL"
\ No newline at end of file
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetExternalFileList/bat.txt b/docs/en/cli/slack/GetExternalFileList/bat.txt
index a988990c2d..984e9f8353 100644
--- a/docs/en/cli/slack/GetExternalFileList/bat.txt
+++ b/docs/en/cli/slack/GetExternalFileList/bat.txt
@@ -1,3 +1,2 @@
oint slack GetExternalFileList ^
- --token "***" ^
- --channel "C06UFNUTKUL"
\ No newline at end of file
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetFileData/bash.txt b/docs/en/cli/slack/GetFileData/bash.txt
index db09381c73..dc2509c2a6 100644
--- a/docs/en/cli/slack/GetFileData/bash.txt
+++ b/docs/en/cli/slack/GetFileData/bash.txt
@@ -1,3 +1,3 @@
oint slack GetFileData \
--token "***" \
- --fileid "F091W47LMQE"
\ No newline at end of file
+ --fileid "F094C0EL97Y"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetFileData/bat.txt b/docs/en/cli/slack/GetFileData/bat.txt
index db9432c81f..ec7b7b3aa4 100644
--- a/docs/en/cli/slack/GetFileData/bat.txt
+++ b/docs/en/cli/slack/GetFileData/bat.txt
@@ -1,3 +1,3 @@
oint slack GetFileData ^
--token "***" ^
- --fileid "F091W47LMQE"
\ No newline at end of file
+ --fileid "F094C0EL97Y"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetFilesList/bash.txt b/docs/en/cli/slack/GetFilesList/bash.txt
index 2bab8214ab..da5618112e 100644
--- a/docs/en/cli/slack/GetFilesList/bash.txt
+++ b/docs/en/cli/slack/GetFilesList/bash.txt
@@ -1,3 +1,2 @@
oint slack GetFilesList \
- --token "***" \
- --channel "C06UFNUTKUL"
\ No newline at end of file
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/slack/GetFilesList/bat.txt b/docs/en/cli/slack/GetFilesList/bat.txt
index f0e3d4b9ff..5cfb1ec89d 100644
--- a/docs/en/cli/slack/GetFilesList/bat.txt
+++ b/docs/en/cli/slack/GetFilesList/bat.txt
@@ -1,3 +1,2 @@
oint slack GetFilesList ^
- --token "***" ^
- --channel "C06UFNUTKUL"
\ No newline at end of file
+ --token "***"
\ No newline at end of file
diff --git a/docs/en/cli/slack/InviteUsersToChannel/bash.txt b/docs/en/cli/slack/InviteUsersToChannel/bash.txt
index 3c0356ef1b..3dc51fc676 100644
--- a/docs/en/cli/slack/InviteUsersToChannel/bash.txt
+++ b/docs/en/cli/slack/InviteUsersToChannel/bash.txt
@@ -1,4 +1,4 @@
oint slack InviteUsersToChannel \
--token "***" \
- --channel "C091W46MSBY" \
+ --channel "C094FRCURK4" \
--users "U06UABH3APP"
\ No newline at end of file
diff --git a/docs/en/cli/slack/InviteUsersToChannel/bat.txt b/docs/en/cli/slack/InviteUsersToChannel/bat.txt
index 2ae0293ad8..c29b01036a 100644
--- a/docs/en/cli/slack/InviteUsersToChannel/bat.txt
+++ b/docs/en/cli/slack/InviteUsersToChannel/bat.txt
@@ -1,4 +1,4 @@
oint slack InviteUsersToChannel ^
--token "***" ^
- --channel "C091W46MSBY" ^
+ --channel "C094FRCURK4" ^
--users "U06UABH3APP"
\ No newline at end of file
diff --git a/docs/en/cli/slack/JoinChannel/bash.txt b/docs/en/cli/slack/JoinChannel/bash.txt
index 6dac5e96ec..ae129b3efc 100644
--- a/docs/en/cli/slack/JoinChannel/bash.txt
+++ b/docs/en/cli/slack/JoinChannel/bash.txt
@@ -1,3 +1,3 @@
oint slack JoinChannel \
--token "***" \
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/JoinChannel/bat.txt b/docs/en/cli/slack/JoinChannel/bat.txt
index d810632bd6..880ff7b99c 100644
--- a/docs/en/cli/slack/JoinChannel/bat.txt
+++ b/docs/en/cli/slack/JoinChannel/bat.txt
@@ -1,3 +1,3 @@
oint slack JoinChannel ^
--token "***" ^
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/KickUserFromChannel/bash.txt b/docs/en/cli/slack/KickUserFromChannel/bash.txt
index ef492db7fe..6a7cfd0f50 100644
--- a/docs/en/cli/slack/KickUserFromChannel/bash.txt
+++ b/docs/en/cli/slack/KickUserFromChannel/bash.txt
@@ -1,4 +1,4 @@
oint slack KickUserFromChannel \
--token "***" \
- --channel "C091W46MSBY" \
+ --channel "C094FRCURK4" \
--user "U06UABH3APP"
\ No newline at end of file
diff --git a/docs/en/cli/slack/KickUserFromChannel/bat.txt b/docs/en/cli/slack/KickUserFromChannel/bat.txt
index 7b9e63a62d..32ae3471cd 100644
--- a/docs/en/cli/slack/KickUserFromChannel/bat.txt
+++ b/docs/en/cli/slack/KickUserFromChannel/bat.txt
@@ -1,4 +1,4 @@
oint slack KickUserFromChannel ^
--token "***" ^
- --channel "C091W46MSBY" ^
+ --channel "C094FRCURK4" ^
--user "U06UABH3APP"
\ No newline at end of file
diff --git a/docs/en/cli/slack/LeaveChannel/bash.txt b/docs/en/cli/slack/LeaveChannel/bash.txt
index b0c6948352..37fe9654da 100644
--- a/docs/en/cli/slack/LeaveChannel/bash.txt
+++ b/docs/en/cli/slack/LeaveChannel/bash.txt
@@ -1,3 +1,3 @@
oint slack LeaveChannel \
--token "***" \
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/LeaveChannel/bat.txt b/docs/en/cli/slack/LeaveChannel/bat.txt
index c9555d6329..d7a32aaf3e 100644
--- a/docs/en/cli/slack/LeaveChannel/bat.txt
+++ b/docs/en/cli/slack/LeaveChannel/bat.txt
@@ -1,3 +1,3 @@
oint slack LeaveChannel ^
--token "***" ^
- --channel "C091W46MSBY"
\ No newline at end of file
+ --channel "C094FRCURK4"
\ No newline at end of file
diff --git a/docs/en/cli/slack/MakeFilePrivate/bash.txt b/docs/en/cli/slack/MakeFilePrivate/bash.txt
index 2fa5690e80..9d72adb902 100644
--- a/docs/en/cli/slack/MakeFilePrivate/bash.txt
+++ b/docs/en/cli/slack/MakeFilePrivate/bash.txt
@@ -1,3 +1,3 @@
oint slack MakeFilePrivate \
--token "***" \
- --fileid "F091W47LMQE"
\ No newline at end of file
+ --fileid "F094C0EL97Y"
\ No newline at end of file
diff --git a/docs/en/cli/slack/MakeFilePrivate/bat.txt b/docs/en/cli/slack/MakeFilePrivate/bat.txt
index f4c367702e..48d260bf9e 100644
--- a/docs/en/cli/slack/MakeFilePrivate/bat.txt
+++ b/docs/en/cli/slack/MakeFilePrivate/bat.txt
@@ -1,3 +1,3 @@
oint slack MakeFilePrivate ^
--token "***" ^
- --fileid "F091W47LMQE"
\ No newline at end of file
+ --fileid "F094C0EL97Y"
\ No newline at end of file
diff --git a/docs/en/cli/slack/MakeFilePublic/bash.txt b/docs/en/cli/slack/MakeFilePublic/bash.txt
index dee5d44a8a..b36271002f 100644
--- a/docs/en/cli/slack/MakeFilePublic/bash.txt
+++ b/docs/en/cli/slack/MakeFilePublic/bash.txt
@@ -1,3 +1,3 @@
oint slack MakeFilePublic \
--token "***" \
- --fileid "F091W47LMQE"
\ No newline at end of file
+ --fileid "F094C0EL97Y"
\ No newline at end of file
diff --git a/docs/en/cli/slack/MakeFilePublic/bat.txt b/docs/en/cli/slack/MakeFilePublic/bat.txt
index 57dcf5ce70..6f7839d6ec 100644
--- a/docs/en/cli/slack/MakeFilePublic/bat.txt
+++ b/docs/en/cli/slack/MakeFilePublic/bat.txt
@@ -1,3 +1,3 @@
oint slack MakeFilePublic ^
--token "***" ^
- --fileid "F091W47LMQE"
\ No newline at end of file
+ --fileid "F094C0EL97Y"
\ No newline at end of file
diff --git a/docs/en/cli/slack/RenameChannel/bash.txt b/docs/en/cli/slack/RenameChannel/bash.txt
index c6b0d82f20..7df4b907f0 100644
--- a/docs/en/cli/slack/RenameChannel/bash.txt
+++ b/docs/en/cli/slack/RenameChannel/bash.txt
@@ -1,4 +1,4 @@
oint slack RenameChannel \
--token "***" \
- --channel "C091W46MSBY" \
- --title "testconv9f92ac20-8af1-4ad0-a162-3a4b91e88790"
\ No newline at end of file
+ --channel "C094FRCURK4" \
+ --title "testconvf3d98255-231f-4e02-ae19-5853021d52fa"
\ No newline at end of file
diff --git a/docs/en/cli/slack/RenameChannel/bat.txt b/docs/en/cli/slack/RenameChannel/bat.txt
index 077f5e0f31..3abdcdb2e8 100644
--- a/docs/en/cli/slack/RenameChannel/bat.txt
+++ b/docs/en/cli/slack/RenameChannel/bat.txt
@@ -1,4 +1,4 @@
oint slack RenameChannel ^
--token "***" ^
- --channel "C091W46MSBY" ^
- --title "testconv9f92ac20-8af1-4ad0-a162-3a4b91e88790"
\ No newline at end of file
+ --channel "C094FRCURK4" ^
+ --title "testconvf3d98255-231f-4e02-ae19-5853021d52fa"
\ No newline at end of file
diff --git a/docs/en/cli/slack/SendExternalFile/bash.txt b/docs/en/cli/slack/SendExternalFile/bash.txt
index b6953a320e..1c0cd1e452 100644
--- a/docs/en/cli/slack/SendExternalFile/bash.txt
+++ b/docs/en/cli/slack/SendExternalFile/bash.txt
@@ -1,4 +1,4 @@
oint slack SendExternalFile \
--token "***" \
- --fileid "F0922PMJN8L" \
+ --fileid "F0954698C8G" \
--channels "C06UFNUTKUL"
\ No newline at end of file
diff --git a/docs/en/cli/slack/SendExternalFile/bat.txt b/docs/en/cli/slack/SendExternalFile/bat.txt
index 1e6f4ea95f..18a44494f9 100644
--- a/docs/en/cli/slack/SendExternalFile/bat.txt
+++ b/docs/en/cli/slack/SendExternalFile/bat.txt
@@ -1,4 +1,4 @@
oint slack SendExternalFile ^
--token "***" ^
- --fileid "F0922PMJN8L" ^
+ --fileid "F0954698C8G" ^
--channels "C06UFNUTKUL"
\ No newline at end of file
diff --git a/docs/en/cli/slack/SendMessage/bash.txt b/docs/en/cli/slack/SendMessage/bash.txt
index 6f98236726..132dcf17f2 100644
--- a/docs/en/cli/slack/SendMessage/bash.txt
+++ b/docs/en/cli/slack/SendMessage/bash.txt
@@ -1,4 +1,5 @@
oint slack SendMessage \
--token "***" \
--channel "C06UFNUTKUL" \
- --text "TestMessage1"
\ No newline at end of file
+ --text "Message with picture" \
+ --blocks "[{'type':'image','image_url':'https://hut.openintegrations.dev/test_data/picture.jpg','alt_text':'Image'}]"
\ No newline at end of file
diff --git a/docs/en/cli/slack/SendMessage/bat.txt b/docs/en/cli/slack/SendMessage/bat.txt
index 7dcc683820..6c13e05d42 100644
--- a/docs/en/cli/slack/SendMessage/bat.txt
+++ b/docs/en/cli/slack/SendMessage/bat.txt
@@ -1,4 +1,5 @@
oint slack SendMessage ^
--token "***" ^
--channel "C06UFNUTKUL" ^
- --text "TestMessage1"
\ No newline at end of file
+ --text "Message with picture" ^
+ --blocks "[{'type':'image','image_url':'https://hut.openintegrations.dev/test_data/picture.jpg','alt_text':'Image'}]"
\ No newline at end of file
diff --git a/docs/en/cli/slack/SetChannelGoal/bash.txt b/docs/en/cli/slack/SetChannelGoal/bash.txt
index f7a25ad4a8..219dcf30b7 100644
--- a/docs/en/cli/slack/SetChannelGoal/bash.txt
+++ b/docs/en/cli/slack/SetChannelGoal/bash.txt
@@ -1,4 +1,4 @@
oint slack SetChannelGoal \
--token "***" \
- --channel "C091W46MSBY" \
+ --channel "C094FRCURK4" \
--purpose "TestGoal"
\ No newline at end of file
diff --git a/docs/en/cli/slack/SetChannelGoal/bat.txt b/docs/en/cli/slack/SetChannelGoal/bat.txt
index 195f9e6042..4b1b23ce14 100644
--- a/docs/en/cli/slack/SetChannelGoal/bat.txt
+++ b/docs/en/cli/slack/SetChannelGoal/bat.txt
@@ -1,4 +1,4 @@
oint slack SetChannelGoal ^
--token "***" ^
- --channel "C091W46MSBY" ^
+ --channel "C094FRCURK4" ^
--purpose "TestGoal"
\ No newline at end of file
diff --git a/docs/en/cli/slack/SetChannelTopic/bash.txt b/docs/en/cli/slack/SetChannelTopic/bash.txt
index f0f69c8643..99f71241fd 100644
--- a/docs/en/cli/slack/SetChannelTopic/bash.txt
+++ b/docs/en/cli/slack/SetChannelTopic/bash.txt
@@ -1,4 +1,4 @@
oint slack SetChannelTopic \
--token "***" \
- --channel "C091W46MSBY" \
+ --channel "C094FRCURK4" \
--theme "TestTopic"
\ No newline at end of file
diff --git a/docs/en/cli/slack/SetChannelTopic/bat.txt b/docs/en/cli/slack/SetChannelTopic/bat.txt
index 00efe345e9..529231cb25 100644
--- a/docs/en/cli/slack/SetChannelTopic/bat.txt
+++ b/docs/en/cli/slack/SetChannelTopic/bat.txt
@@ -1,4 +1,4 @@
oint slack SetChannelTopic ^
--token "***" ^
- --channel "C091W46MSBY" ^
+ --channel "C094FRCURK4" ^
--theme "TestTopic"
\ No newline at end of file
diff --git a/docs/en/cli/slack/UploadFile/bash.txt b/docs/en/cli/slack/UploadFile/bash.txt
index 6cdb78d9d5..6b9962bd41 100644
--- a/docs/en/cli/slack/UploadFile/bash.txt
+++ b/docs/en/cli/slack/UploadFile/bash.txt
@@ -1,6 +1,6 @@
oint slack UploadFile \
--token "***" \
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
+ --file "https://hut.openintegrations.dev/test_data/document.docx" \
--filename "megadoc.docx" \
--title "NewFile" \
--channel "C06UFNUTKUL"
\ No newline at end of file
diff --git a/docs/en/cli/slack/UploadFile/bat.txt b/docs/en/cli/slack/UploadFile/bat.txt
index 31227d3d19..694f6a0402 100644
--- a/docs/en/cli/slack/UploadFile/bat.txt
+++ b/docs/en/cli/slack/UploadFile/bat.txt
@@ -1,6 +1,6 @@
oint slack UploadFile ^
--token "***" ^
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^
+ --file "https://hut.openintegrations.dev/test_data/document.docx" ^
--filename "megadoc.docx" ^
--title "NewFile" ^
--channel "C06UFNUTKUL"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/AddRecords/bash.txt b/docs/en/cli/sqlite/AddRecords/bash.txt
index fbcf96b621..f28a8b1af9 100644
--- a/docs/en/cli/sqlite/AddRecords/bash.txt
+++ b/docs/en/cli/sqlite/AddRecords/bash.txt
@@ -1,4 +1,4 @@
oint sqlite AddRecords \
--table "test" \
- --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-06-18T20:18:27.1754024Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\3frgz1jk3yv.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-06-18T20:18:27.1754024Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\3frgz1jk3yv.png'}}]" \
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-07-05T12:17:19.2072742Z','data':{'blob':'C:\\Users\\bayse\\AppData\\Local\\Temp\\dzpaqp4d1yi.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-07-05T12:17:19.2072742Z','data':{'blob':'C:\\Users\\bayse\\AppData\\Local\\Temp\\dzpaqp4d1yi.png'}}]" \
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/AddRecords/bat.txt b/docs/en/cli/sqlite/AddRecords/bat.txt
index 8ed637d1fc..f2eb363c33 100644
--- a/docs/en/cli/sqlite/AddRecords/bat.txt
+++ b/docs/en/cli/sqlite/AddRecords/bat.txt
@@ -1,4 +1,4 @@
oint sqlite AddRecords ^
--table "test" ^
- --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-06-18T20:18:27.1754024Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\3frgz1jk3yv.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-06-18T20:18:27.1754024Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\3frgz1jk3yv.png'}}]" ^
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-07-05T12:17:19.2072742Z','data':{'blob':'C:\\Users\\bayse\\AppData\\Local\\Temp\\dzpaqp4d1yi.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-07-05T12:17:19.2072742Z','data':{'blob':'C:\\Users\\bayse\\AppData\\Local\\Temp\\dzpaqp4d1yi.png'}}]" ^
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/AddTableColumn/bash.txt b/docs/en/cli/sqlite/AddTableColumn/bash.txt
index b5fba3a979..26d595e4d3 100644
--- a/docs/en/cli/sqlite/AddTableColumn/bash.txt
+++ b/docs/en/cli/sqlite/AddTableColumn/bash.txt
@@ -2,4 +2,4 @@ oint sqlite AddTableColumn \
--table "test" \
--name "new_col" \
--type "TEXT" \
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/AddTableColumn/bat.txt b/docs/en/cli/sqlite/AddTableColumn/bat.txt
index 7fe75a0537..641ddd5007 100644
--- a/docs/en/cli/sqlite/AddTableColumn/bat.txt
+++ b/docs/en/cli/sqlite/AddTableColumn/bat.txt
@@ -2,4 +2,4 @@ oint sqlite AddTableColumn ^
--table "test" ^
--name "new_col" ^
--type "TEXT" ^
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/ClearTable/bash.txt b/docs/en/cli/sqlite/ClearTable/bash.txt
index b6b236c12b..2b1452e7de 100644
--- a/docs/en/cli/sqlite/ClearTable/bash.txt
+++ b/docs/en/cli/sqlite/ClearTable/bash.txt
@@ -1,3 +1,3 @@
oint sqlite ClearTable \
--table "test" \
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/ClearTable/bat.txt b/docs/en/cli/sqlite/ClearTable/bat.txt
index 0a2a2e060e..e2b94323ae 100644
--- a/docs/en/cli/sqlite/ClearTable/bat.txt
+++ b/docs/en/cli/sqlite/ClearTable/bat.txt
@@ -1,3 +1,3 @@
oint sqlite ClearTable ^
--table "test" ^
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/CreateTable/bash.txt b/docs/en/cli/sqlite/CreateTable/bash.txt
index 2c9dc5dd75..32ef60ac97 100644
--- a/docs/en/cli/sqlite/CreateTable/bash.txt
+++ b/docs/en/cli/sqlite/CreateTable/bash.txt
@@ -3,4 +3,4 @@
oint sqlite CreateTable \
--table "test" \
--cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" \
- --db "C:\Users\bayse\AppData\Local\Temp\0fihp4mvrtp.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/CreateTable/bat.txt b/docs/en/cli/sqlite/CreateTable/bat.txt
index ef93585e7c..efb6427bb0 100644
--- a/docs/en/cli/sqlite/CreateTable/bat.txt
+++ b/docs/en/cli/sqlite/CreateTable/bat.txt
@@ -3,4 +3,4 @@
oint sqlite CreateTable ^
--table "test" ^
--cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" ^
- --db "C:\Users\bayse\AppData\Local\Temp\0fihp4mvrtp.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/DeleteRecords/bash.txt b/docs/en/cli/sqlite/DeleteRecords/bash.txt
index c4e48f6a71..826ea62eeb 100644
--- a/docs/en/cli/sqlite/DeleteRecords/bash.txt
+++ b/docs/en/cli/sqlite/DeleteRecords/bash.txt
@@ -3,4 +3,4 @@
oint sqlite DeleteRecords \
--table "test" \
--filter "{'field':'name','type':'=','value':'Vitaly A.','union':'AND','raw':false}" \
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/DeleteRecords/bat.txt b/docs/en/cli/sqlite/DeleteRecords/bat.txt
index db0b81443e..969a3853f5 100644
--- a/docs/en/cli/sqlite/DeleteRecords/bat.txt
+++ b/docs/en/cli/sqlite/DeleteRecords/bat.txt
@@ -3,4 +3,4 @@
oint sqlite DeleteRecords ^
--table "test" ^
--filter "{'field':'name','type':'=','value':'Vitaly A.','union':'AND','raw':false}" ^
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/DeleteTable/bash.txt b/docs/en/cli/sqlite/DeleteTable/bash.txt
index 788c132373..907ecd7bd2 100644
--- a/docs/en/cli/sqlite/DeleteTable/bash.txt
+++ b/docs/en/cli/sqlite/DeleteTable/bash.txt
@@ -1,3 +1,3 @@
oint sqlite DeleteTable \
--table "test" \
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/DeleteTable/bat.txt b/docs/en/cli/sqlite/DeleteTable/bat.txt
index 58454c9bd8..ce68a4e34c 100644
--- a/docs/en/cli/sqlite/DeleteTable/bat.txt
+++ b/docs/en/cli/sqlite/DeleteTable/bat.txt
@@ -1,3 +1,3 @@
oint sqlite DeleteTable ^
--table "test" ^
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/DeleteTableColumn/bash.txt b/docs/en/cli/sqlite/DeleteTableColumn/bash.txt
index 86c14a643f..e30de1b1cb 100644
--- a/docs/en/cli/sqlite/DeleteTableColumn/bash.txt
+++ b/docs/en/cli/sqlite/DeleteTableColumn/bash.txt
@@ -1,4 +1,4 @@
oint sqlite DeleteTableColumn \
--table "test" \
--name "new_col" \
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/DeleteTableColumn/bat.txt b/docs/en/cli/sqlite/DeleteTableColumn/bat.txt
index 98be1e5d22..fc7e82fedf 100644
--- a/docs/en/cli/sqlite/DeleteTableColumn/bat.txt
+++ b/docs/en/cli/sqlite/DeleteTableColumn/bat.txt
@@ -1,4 +1,4 @@
oint sqlite DeleteTableColumn ^
--table "test" ^
--name "new_col" ^
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/EnsureTable/bash.txt b/docs/en/cli/sqlite/EnsureTable/bash.txt
index ba504a687b..14ac11cd43 100644
--- a/docs/en/cli/sqlite/EnsureTable/bash.txt
+++ b/docs/en/cli/sqlite/EnsureTable/bash.txt
@@ -3,4 +3,4 @@
oint sqlite EnsureTable \
--table "test_new" \
--cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" \
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/EnsureTable/bat.txt b/docs/en/cli/sqlite/EnsureTable/bat.txt
index 61fccde794..814788a001 100644
--- a/docs/en/cli/sqlite/EnsureTable/bat.txt
+++ b/docs/en/cli/sqlite/EnsureTable/bat.txt
@@ -3,4 +3,4 @@
oint sqlite EnsureTable ^
--table "test_new" ^
--cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" ^
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt b/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt
index 70823b794f..6b4169c4c2 100644
--- a/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt
+++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt
@@ -1,3 +1,6 @@
+# JSON data can also be passed as a path to a .json file
+
oint sqlite ExecuteSQLQuery \
- --sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" \
- --db "C:\Users\bayse\AppData\Local\Temp\3luoylh35jh.sqlite"
\ No newline at end of file
+ --sql "SELECT uuid4();" \
+ --db "C:\Users\bayse\AppData\Local\Temp\xxgd0vmdsyw.sqlite" \
+ --exts "{'https://hut.openintegrations.dev/test_data/uuid.dll':'sqlite3_uuid_init'}"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt b/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt
index c453de77b9..33281b07da 100644
--- a/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt
+++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt
@@ -1,3 +1,6 @@
+:: JSON data can also be passed as a path to a .json file
+
oint sqlite ExecuteSQLQuery ^
- --sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" ^
- --db "C:\Users\bayse\AppData\Local\Temp\3luoylh35jh.sqlite"
\ No newline at end of file
+ --sql "SELECT uuid4();" ^
+ --db "C:\Users\bayse\AppData\Local\Temp\xxgd0vmdsyw.sqlite" ^
+ --exts "{'https://hut.openintegrations.dev/test_data/uuid.dll':'sqlite3_uuid_init'}"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/GetRecords/bash.txt b/docs/en/cli/sqlite/GetRecords/bash.txt
index 477174146b..9f92edb958 100644
--- a/docs/en/cli/sqlite/GetRecords/bash.txt
+++ b/docs/en/cli/sqlite/GetRecords/bash.txt
@@ -1,3 +1,3 @@
oint sqlite GetRecords \
--table "test" \
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/GetRecords/bat.txt b/docs/en/cli/sqlite/GetRecords/bat.txt
index a44f6235ce..c8a462ee62 100644
--- a/docs/en/cli/sqlite/GetRecords/bat.txt
+++ b/docs/en/cli/sqlite/GetRecords/bat.txt
@@ -1,3 +1,3 @@
oint sqlite GetRecords ^
--table "test" ^
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/GetTableInformation/bash.txt b/docs/en/cli/sqlite/GetTableInformation/bash.txt
index d9cd0d9d79..69757b0f17 100644
--- a/docs/en/cli/sqlite/GetTableInformation/bash.txt
+++ b/docs/en/cli/sqlite/GetTableInformation/bash.txt
@@ -1,3 +1,3 @@
oint sqlite GetTableInformation \
--table "test" \
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/GetTableInformation/bat.txt b/docs/en/cli/sqlite/GetTableInformation/bat.txt
index 5185a89ea8..ebf237e3a7 100644
--- a/docs/en/cli/sqlite/GetTableInformation/bat.txt
+++ b/docs/en/cli/sqlite/GetTableInformation/bat.txt
@@ -1,3 +1,3 @@
oint sqlite GetTableInformation ^
--table "test" ^
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/UpdateRecords/bash.txt b/docs/en/cli/sqlite/UpdateRecords/bash.txt
index 4bd54a55aa..22d8765713 100644
--- a/docs/en/cli/sqlite/UpdateRecords/bash.txt
+++ b/docs/en/cli/sqlite/UpdateRecords/bash.txt
@@ -4,4 +4,4 @@ oint sqlite UpdateRecords \
--table "test" \
--values "{'name':'Vitaly A.','salary':'999999'}" \
--filter "[{'field':'name','type':'=','value':'Vitaly','union':'AND','raw':false}]" \
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/sqlite/UpdateRecords/bat.txt b/docs/en/cli/sqlite/UpdateRecords/bat.txt
index 84ed1bad33..0d830a3787 100644
--- a/docs/en/cli/sqlite/UpdateRecords/bat.txt
+++ b/docs/en/cli/sqlite/UpdateRecords/bat.txt
@@ -4,4 +4,4 @@ oint sqlite UpdateRecords ^
--table "test" ^
--values "{'name':'Vitaly A.','salary':'999999'}" ^
--filter "[{'field':'name','type':'=','value':'Vitaly','union':'AND','raw':false}]" ^
- --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite"
\ No newline at end of file
+ --db "C:\Users\bayse\AppData\Local\Temp\xrh2hbc2k0h.sqlite"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bash.txt b/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bash.txt
index b3fe42ff69..418539961c 100644
--- a/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bash.txt
+++ b/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bash.txt
@@ -1,4 +1,4 @@
oint telegram ClearThreadPinnedMessagesList \
--token "***" \
--forum "-1001971186208" \
- --topic "9974"
\ No newline at end of file
+ --topic "10283"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bat.txt b/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bat.txt
index 4340cd7494..62c3b04040 100644
--- a/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bat.txt
+++ b/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bat.txt
@@ -1,4 +1,4 @@
oint telegram ClearThreadPinnedMessagesList ^
--token "***" ^
--forum "-1001971186208" ^
- --topic "9974"
\ No newline at end of file
+ --topic "10283"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/CloseForumThread/bash.txt b/docs/en/cli/telegram/CloseForumThread/bash.txt
index 25a62f79f8..4460958328 100644
--- a/docs/en/cli/telegram/CloseForumThread/bash.txt
+++ b/docs/en/cli/telegram/CloseForumThread/bash.txt
@@ -1,4 +1,4 @@
oint telegram CloseForumThread \
--token "***" \
--forum "-1001971186208" \
- --topic "9974"
\ No newline at end of file
+ --topic "10283"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/CloseForumThread/bat.txt b/docs/en/cli/telegram/CloseForumThread/bat.txt
index 39d1ab8ef1..8e7b659900 100644
--- a/docs/en/cli/telegram/CloseForumThread/bat.txt
+++ b/docs/en/cli/telegram/CloseForumThread/bat.txt
@@ -1,4 +1,4 @@
oint telegram CloseForumThread ^
--token "***" ^
--forum "-1001971186208" ^
- --topic "9974"
\ No newline at end of file
+ --topic "10283"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/CreateForumThread/bash.txt b/docs/en/cli/telegram/CreateForumThread/bash.txt
index 171db4860e..6babe131ed 100644
--- a/docs/en/cli/telegram/CreateForumThread/bash.txt
+++ b/docs/en/cli/telegram/CreateForumThread/bash.txt
@@ -2,4 +2,4 @@ oint telegram CreateForumThread \
--token "***" \
--forum "-1001971186208" \
--icon "5357419403325481346" \
- --title "TestTopic 854cc99f-1860-47f5-9a74-fc4c568902c1"
\ No newline at end of file
+ --title "TestTopic a9d7af23-de70-495b-acc0-d6f6d25da552"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/CreateForumThread/bat.txt b/docs/en/cli/telegram/CreateForumThread/bat.txt
index bbe6a84def..8e44c3a271 100644
--- a/docs/en/cli/telegram/CreateForumThread/bat.txt
+++ b/docs/en/cli/telegram/CreateForumThread/bat.txt
@@ -2,4 +2,4 @@ oint telegram CreateForumThread ^
--token "***" ^
--forum "-1001971186208" ^
--icon "5357419403325481346" ^
- --title "TestTopic 854cc99f-1860-47f5-9a74-fc4c568902c1"
\ No newline at end of file
+ --title "TestTopic a9d7af23-de70-495b-acc0-d6f6d25da552"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/CreateInvitationLink/bash.txt b/docs/en/cli/telegram/CreateInvitationLink/bash.txt
index 0882a23bc4..739472af24 100644
--- a/docs/en/cli/telegram/CreateInvitationLink/bash.txt
+++ b/docs/en/cli/telegram/CreateInvitationLink/bash.txt
@@ -1,6 +1,6 @@
oint telegram CreateInvitationLink \
--token "***" \
--chat "@testsichee" \
- --expire "2025-07-06T09:45:39.3801454" \
- --title "Link 7/5/2025 9:45:39 AM" \
+ --expire "2025-07-06T12:03:03.3600382" \
+ --title "Link 7/5/2025 12:03:03 PM" \
--limit 200
\ No newline at end of file
diff --git a/docs/en/cli/telegram/CreateInvitationLink/bat.txt b/docs/en/cli/telegram/CreateInvitationLink/bat.txt
index 5892f1975d..4113e2130b 100644
--- a/docs/en/cli/telegram/CreateInvitationLink/bat.txt
+++ b/docs/en/cli/telegram/CreateInvitationLink/bat.txt
@@ -1,6 +1,6 @@
oint telegram CreateInvitationLink ^
--token "***" ^
--chat "@testsichee" ^
- --expire "2025-07-06T09:45:39.3801454" ^
- --title "Link 7/5/2025 9:45:39 AM" ^
+ --expire "2025-07-06T12:03:03.3600382" ^
+ --title "Link 7/5/2025 12:03:03 PM" ^
--limit 200
\ No newline at end of file
diff --git a/docs/en/cli/telegram/DeleteForumTopic/bash.txt b/docs/en/cli/telegram/DeleteForumTopic/bash.txt
index d27f615e5a..bd864e0d88 100644
--- a/docs/en/cli/telegram/DeleteForumTopic/bash.txt
+++ b/docs/en/cli/telegram/DeleteForumTopic/bash.txt
@@ -1,4 +1,4 @@
oint telegram DeleteForumTopic \
--token "***" \
--forum "-1001971186208" \
- --topic "9974"
\ No newline at end of file
+ --topic "10283"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/DeleteForumTopic/bat.txt b/docs/en/cli/telegram/DeleteForumTopic/bat.txt
index 0c5f81c087..ff4c307114 100644
--- a/docs/en/cli/telegram/DeleteForumTopic/bat.txt
+++ b/docs/en/cli/telegram/DeleteForumTopic/bat.txt
@@ -1,4 +1,4 @@
oint telegram DeleteForumTopic ^
--token "***" ^
--forum "-1001971186208" ^
- --topic "9974"
\ No newline at end of file
+ --topic "10283"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/DeleteMessage/bash.txt b/docs/en/cli/telegram/DeleteMessage/bash.txt
index 6d1f3f5411..bc67bed9b4 100644
--- a/docs/en/cli/telegram/DeleteMessage/bash.txt
+++ b/docs/en/cli/telegram/DeleteMessage/bash.txt
@@ -1,4 +1,4 @@
oint telegram DeleteMessage \
--token "***" \
--chat "@testsichee" \
- --message "17870"
\ No newline at end of file
+ --message "18418"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/DeleteMessage/bat.txt b/docs/en/cli/telegram/DeleteMessage/bat.txt
index a926b52786..91769565ad 100644
--- a/docs/en/cli/telegram/DeleteMessage/bat.txt
+++ b/docs/en/cli/telegram/DeleteMessage/bat.txt
@@ -1,4 +1,4 @@
oint telegram DeleteMessage ^
--token "***" ^
--chat "@testsichee" ^
- --message "17870"
\ No newline at end of file
+ --message "18418"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/DownloadFile/bash.txt b/docs/en/cli/telegram/DownloadFile/bash.txt
index cd8540481e..f0e6151790 100644
--- a/docs/en/cli/telegram/DownloadFile/bash.txt
+++ b/docs/en/cli/telegram/DownloadFile/bash.txt
@@ -1,3 +1,3 @@
oint telegram DownloadFile \
--token "***" \
- --fileid "CQACAgIAAx0EcNsaZQACRdRoUvCZXBQV_SJ69h82-RsIYuqw-AAC_X4AAlxdmErRGvmCDBh0XzYE"
\ No newline at end of file
+ --fileid "CQACAgIAAx0EcNsaZQACR_hoaOngzhtcqmoUS_iygTqJ6aXACAAChXoAAj9YSEv4AAG93CjQ7mI2BA"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/DownloadFile/bat.txt b/docs/en/cli/telegram/DownloadFile/bat.txt
index 73d3f9e173..e9391e179a 100644
--- a/docs/en/cli/telegram/DownloadFile/bat.txt
+++ b/docs/en/cli/telegram/DownloadFile/bat.txt
@@ -1,3 +1,3 @@
oint telegram DownloadFile ^
--token "***" ^
- --fileid "CQACAgIAAx0EcNsaZQACRdRoUvCZXBQV_SJ69h82-RsIYuqw-AAC_X4AAlxdmErRGvmCDBh0XzYE"
\ No newline at end of file
+ --fileid "CQACAgIAAx0EcNsaZQACR_hoaOngzhtcqmoUS_iygTqJ6aXACAAChXoAAj9YSEv4AAG93CjQ7mI2BA"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/EditForumTopic/bash.txt b/docs/en/cli/telegram/EditForumTopic/bash.txt
index 5a6a3c78f5..d80b212a9a 100644
--- a/docs/en/cli/telegram/EditForumTopic/bash.txt
+++ b/docs/en/cli/telegram/EditForumTopic/bash.txt
@@ -3,4 +3,4 @@ oint telegram EditForumTopic \
--forum "-1001971186208" \
--icon "5310132165583840589" \
--title "NewTestTitle" \
- --topic "9974"
\ No newline at end of file
+ --topic "10283"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/EditForumTopic/bat.txt b/docs/en/cli/telegram/EditForumTopic/bat.txt
index 611dcf3669..608e10376c 100644
--- a/docs/en/cli/telegram/EditForumTopic/bat.txt
+++ b/docs/en/cli/telegram/EditForumTopic/bat.txt
@@ -3,4 +3,4 @@ oint telegram EditForumTopic ^
--forum "-1001971186208" ^
--icon "5310132165583840589" ^
--title "NewTestTitle" ^
- --topic "9974"
\ No newline at end of file
+ --topic "10283"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/EditMainForumTopicName/bash.txt b/docs/en/cli/telegram/EditMainForumTopicName/bash.txt
index 33b23829ab..35bcba0012 100644
--- a/docs/en/cli/telegram/EditMainForumTopicName/bash.txt
+++ b/docs/en/cli/telegram/EditMainForumTopicName/bash.txt
@@ -1,4 +1,4 @@
oint telegram EditMainForumTopicName \
--token "***" \
--forum "-1001971186208" \
- --title "New main thread name 6e19145f-e3d1-4a3b-98db-825140c13576"
\ No newline at end of file
+ --title "New main thread name cf4d3271-1c5a-4763-945e-d0e7ef5002a2"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/EditMainForumTopicName/bat.txt b/docs/en/cli/telegram/EditMainForumTopicName/bat.txt
index f0f3fe778b..a04512c7de 100644
--- a/docs/en/cli/telegram/EditMainForumTopicName/bat.txt
+++ b/docs/en/cli/telegram/EditMainForumTopicName/bat.txt
@@ -1,4 +1,4 @@
oint telegram EditMainForumTopicName ^
--token "***" ^
--forum "-1001971186208" ^
- --title "New main thread name 6e19145f-e3d1-4a3b-98db-825140c13576"
\ No newline at end of file
+ --title "New main thread name cf4d3271-1c5a-4763-945e-d0e7ef5002a2"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/ForwardMessage/bash.txt b/docs/en/cli/telegram/ForwardMessage/bash.txt
index eb0b960e46..9186c12837 100644
--- a/docs/en/cli/telegram/ForwardMessage/bash.txt
+++ b/docs/en/cli/telegram/ForwardMessage/bash.txt
@@ -2,4 +2,4 @@ oint telegram ForwardMessage \
--token "***" \
--from "@testsichee" \
--to "461699897" \
- --message "18397"
\ No newline at end of file
+ --message "18418"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/ForwardMessage/bat.txt b/docs/en/cli/telegram/ForwardMessage/bat.txt
index e43b1b6495..58c009f560 100644
--- a/docs/en/cli/telegram/ForwardMessage/bat.txt
+++ b/docs/en/cli/telegram/ForwardMessage/bat.txt
@@ -2,4 +2,4 @@ oint telegram ForwardMessage ^
--token "***" ^
--from "@testsichee" ^
--to "461699897" ^
- --message "18397"
\ No newline at end of file
+ --message "18418"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/OpenForumThread/bash.txt b/docs/en/cli/telegram/OpenForumThread/bash.txt
index 49fa0f13c6..d63d0b1c5d 100644
--- a/docs/en/cli/telegram/OpenForumThread/bash.txt
+++ b/docs/en/cli/telegram/OpenForumThread/bash.txt
@@ -1,4 +1,4 @@
oint telegram OpenForumThread \
--token "***" \
--forum "-1001971186208" \
- --topic "9974"
\ No newline at end of file
+ --topic "10283"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/OpenForumThread/bat.txt b/docs/en/cli/telegram/OpenForumThread/bat.txt
index 6331da9e93..547d907a25 100644
--- a/docs/en/cli/telegram/OpenForumThread/bat.txt
+++ b/docs/en/cli/telegram/OpenForumThread/bat.txt
@@ -1,4 +1,4 @@
oint telegram OpenForumThread ^
--token "***" ^
--forum "-1001971186208" ^
- --topic "9974"
\ No newline at end of file
+ --topic "10283"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/PinMessage/bash.txt b/docs/en/cli/telegram/PinMessage/bash.txt
index cbfec5f423..15e3f5d3b2 100644
--- a/docs/en/cli/telegram/PinMessage/bash.txt
+++ b/docs/en/cli/telegram/PinMessage/bash.txt
@@ -1,4 +1,4 @@
oint telegram PinMessage \
--token "***" \
--chat "@testsichee" \
- --message "18397"
\ No newline at end of file
+ --message "18418"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/PinMessage/bat.txt b/docs/en/cli/telegram/PinMessage/bat.txt
index 55223da095..21ce5eed80 100644
--- a/docs/en/cli/telegram/PinMessage/bat.txt
+++ b/docs/en/cli/telegram/PinMessage/bat.txt
@@ -1,4 +1,4 @@
oint telegram PinMessage ^
--token "***" ^
--chat "@testsichee" ^
- --message "18397"
\ No newline at end of file
+ --message "18418"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/ReplaceMessageCaption/bash.txt b/docs/en/cli/telegram/ReplaceMessageCaption/bash.txt
index 58955c1c2b..76ab9020bf 100644
--- a/docs/en/cli/telegram/ReplaceMessageCaption/bash.txt
+++ b/docs/en/cli/telegram/ReplaceMessageCaption/bash.txt
@@ -1,5 +1,5 @@
oint telegram ReplaceMessageCaption \
--token "***" \
--chat "461699897" \
- --message "14166" \
+ --message "14579" \
--caption "New picture description"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/ReplaceMessageCaption/bat.txt b/docs/en/cli/telegram/ReplaceMessageCaption/bat.txt
index 806996bdfa..c71b98256f 100644
--- a/docs/en/cli/telegram/ReplaceMessageCaption/bat.txt
+++ b/docs/en/cli/telegram/ReplaceMessageCaption/bat.txt
@@ -1,5 +1,5 @@
oint telegram ReplaceMessageCaption ^
--token "***" ^
--chat "461699897" ^
- --message "14166" ^
+ --message "14579" ^
--caption "New picture description"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/ReplaceMessageKeyboard/bash.txt b/docs/en/cli/telegram/ReplaceMessageKeyboard/bash.txt
index c8a91fcc75..2be0d3aa41 100644
--- a/docs/en/cli/telegram/ReplaceMessageKeyboard/bash.txt
+++ b/docs/en/cli/telegram/ReplaceMessageKeyboard/bash.txt
@@ -3,5 +3,5 @@
oint telegram ReplaceMessageKeyboard \
--token "***" \
--chat "461699897" \
- --message "14165" \
+ --message "14578" \
--keyboard "{'inline_keyboard':[[{'text':'1','callback_data':'1'},{'text':'2','callback_data':'2'},{'text':'3','callback_data':'3'}]],'rows':1}"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/ReplaceMessageKeyboard/bat.txt b/docs/en/cli/telegram/ReplaceMessageKeyboard/bat.txt
index 4c110e4cf8..6c444ce792 100644
--- a/docs/en/cli/telegram/ReplaceMessageKeyboard/bat.txt
+++ b/docs/en/cli/telegram/ReplaceMessageKeyboard/bat.txt
@@ -3,5 +3,5 @@
oint telegram ReplaceMessageKeyboard ^
--token "***" ^
--chat "461699897" ^
- --message "14165" ^
+ --message "14578" ^
--keyboard "{'inline_keyboard':[[{'text':'1','callback_data':'1'},{'text':'2','callback_data':'2'},{'text':'3','callback_data':'3'}]],'rows':1}"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/ReplaceMessageText/bash.txt b/docs/en/cli/telegram/ReplaceMessageText/bash.txt
index 45812a9d5a..f14e229a41 100644
--- a/docs/en/cli/telegram/ReplaceMessageText/bash.txt
+++ b/docs/en/cli/telegram/ReplaceMessageText/bash.txt
@@ -1,5 +1,5 @@
oint telegram ReplaceMessageText \
--token "***" \
--chat "@testsichee" \
- --message "17870" \
+ --message "18418" \
--text "New message text"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/ReplaceMessageText/bat.txt b/docs/en/cli/telegram/ReplaceMessageText/bat.txt
index b2868eb301..0183db5e8b 100644
--- a/docs/en/cli/telegram/ReplaceMessageText/bat.txt
+++ b/docs/en/cli/telegram/ReplaceMessageText/bat.txt
@@ -1,5 +1,5 @@
oint telegram ReplaceMessageText ^
--token "***" ^
--chat "@testsichee" ^
- --message "17870" ^
+ --message "18418" ^
--text "New message text"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendAudio/bash.txt b/docs/en/cli/telegram/SendAudio/bash.txt
index 9441c4f4ff..10c9589fb0 100644
--- a/docs/en/cli/telegram/SendAudio/bash.txt
+++ b/docs/en/cli/telegram/SendAudio/bash.txt
@@ -1,5 +1,5 @@
oint telegram SendAudio \
--token "***" \
- --chat "461699897" \
+ --chat "@testsichee" \
--text "Строковое значение" \
- --audio "https://hut.openintegrations.dev/test_data/song.mp3"
\ No newline at end of file
+ --audio "C:\Users\bayse\AppData\Local\Temp\p53ki1eksyi.mp3"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendAudio/bat.txt b/docs/en/cli/telegram/SendAudio/bat.txt
index d484bcd1e5..6be86439cd 100644
--- a/docs/en/cli/telegram/SendAudio/bat.txt
+++ b/docs/en/cli/telegram/SendAudio/bat.txt
@@ -1,5 +1,5 @@
oint telegram SendAudio ^
--token "***" ^
- --chat "461699897" ^
+ --chat "@testsichee" ^
--text "Строковое значение" ^
- --audio "https://hut.openintegrations.dev/test_data/song.mp3"
\ No newline at end of file
+ --audio "C:\Users\bayse\AppData\Local\Temp\p53ki1eksyi.mp3"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendContact/bash.txt b/docs/en/cli/telegram/SendContact/bash.txt
index 1e1a24e8e7..76c9aa2b0e 100644
--- a/docs/en/cli/telegram/SendContact/bash.txt
+++ b/docs/en/cli/telegram/SendContact/bash.txt
@@ -1,6 +1,6 @@
oint telegram SendContact \
--token "***" \
- --chat "461699897" \
+ --chat "@testsichee" \
--surname "Петров" \
--phone "88005553535" \
--name "Петр"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendContact/bat.txt b/docs/en/cli/telegram/SendContact/bat.txt
index 7449598933..e48db0c140 100644
--- a/docs/en/cli/telegram/SendContact/bat.txt
+++ b/docs/en/cli/telegram/SendContact/bat.txt
@@ -1,6 +1,6 @@
oint telegram SendContact ^
--token "***" ^
- --chat "461699897" ^
+ --chat "@testsichee" ^
--surname "Петров" ^
--phone "88005553535" ^
--name "Петр"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendDocument/bash.txt b/docs/en/cli/telegram/SendDocument/bash.txt
index 293e818431..2a1e133d9c 100644
--- a/docs/en/cli/telegram/SendDocument/bash.txt
+++ b/docs/en/cli/telegram/SendDocument/bash.txt
@@ -1,5 +1,6 @@
oint telegram SendDocument \
--token "***" \
- --chat "461699897" \
+ --chat "@testsichee" \
--text "Строковое значение" \
- --doc "https://hut.openintegrations.dev/test_data/document.docx"
\ No newline at end of file
+ --doc "C:\Users\bayse\AppData\Local\Temp\0hy4xlkccgk.docx" \
+ --filename "custom.docx"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendDocument/bat.txt b/docs/en/cli/telegram/SendDocument/bat.txt
index ec14d4c0da..9087e43c69 100644
--- a/docs/en/cli/telegram/SendDocument/bat.txt
+++ b/docs/en/cli/telegram/SendDocument/bat.txt
@@ -1,5 +1,6 @@
oint telegram SendDocument ^
--token "***" ^
- --chat "461699897" ^
+ --chat "@testsichee" ^
--text "Строковое значение" ^
- --doc "https://hut.openintegrations.dev/test_data/document.docx"
\ No newline at end of file
+ --doc "C:\Users\bayse\AppData\Local\Temp\0hy4xlkccgk.docx" ^
+ --filename "custom.docx"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendGif/bash.txt b/docs/en/cli/telegram/SendGif/bash.txt
index d8c74ea6d2..319f4e13ea 100644
--- a/docs/en/cli/telegram/SendGif/bash.txt
+++ b/docs/en/cli/telegram/SendGif/bash.txt
@@ -1,5 +1,5 @@
oint telegram SendGif \
--token "***" \
- --chat "461699897" \
+ --chat "@testsichee" \
--text "Строковое значение" \
- --gif "https://hut.openintegrations.dev/test_data/animation.gif"
\ No newline at end of file
+ --gif "C:\Users\bayse\AppData\Local\Temp\knzzf4lcmxq.gif"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendGif/bat.txt b/docs/en/cli/telegram/SendGif/bat.txt
index e76c71f5c2..631a69ba14 100644
--- a/docs/en/cli/telegram/SendGif/bat.txt
+++ b/docs/en/cli/telegram/SendGif/bat.txt
@@ -1,5 +1,5 @@
oint telegram SendGif ^
--token "***" ^
- --chat "461699897" ^
+ --chat "@testsichee" ^
--text "Строковое значение" ^
- --gif "https://hut.openintegrations.dev/test_data/animation.gif"
\ No newline at end of file
+ --gif "C:\Users\bayse\AppData\Local\Temp\knzzf4lcmxq.gif"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendImage/bash.txt b/docs/en/cli/telegram/SendImage/bash.txt
index 4d802f3be8..1819cb6ab3 100644
--- a/docs/en/cli/telegram/SendImage/bash.txt
+++ b/docs/en/cli/telegram/SendImage/bash.txt
@@ -1,5 +1,5 @@
oint telegram SendImage \
--token "***" \
- --chat "461699897" \
+ --chat "@testsichee" \
--text "Строковое значение" \
- --picture "https://hut.openintegrations.dev/test_data/picture.jpg"
\ No newline at end of file
+ --picture "C:\Users\bayse\AppData\Local\Temp\aqcluhpifxd.png"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendImage/bat.txt b/docs/en/cli/telegram/SendImage/bat.txt
index db660a0b2d..bb9ed4f30d 100644
--- a/docs/en/cli/telegram/SendImage/bat.txt
+++ b/docs/en/cli/telegram/SendImage/bat.txt
@@ -1,5 +1,5 @@
oint telegram SendImage ^
--token "***" ^
- --chat "461699897" ^
+ --chat "@testsichee" ^
--text "Строковое значение" ^
- --picture "https://hut.openintegrations.dev/test_data/picture.jpg"
\ No newline at end of file
+ --picture "C:\Users\bayse\AppData\Local\Temp\aqcluhpifxd.png"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendLocation/bash.txt b/docs/en/cli/telegram/SendLocation/bash.txt
index 2e577f2b92..a665223860 100644
--- a/docs/en/cli/telegram/SendLocation/bash.txt
+++ b/docs/en/cli/telegram/SendLocation/bash.txt
@@ -1,5 +1,5 @@
oint telegram SendLocation \
--token "***" \
- --chat "461699897" \
+ --chat "@testsichee" \
--lat "48.87373649724122" \
--long "48.87373649724122"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendLocation/bat.txt b/docs/en/cli/telegram/SendLocation/bat.txt
index 3ca1961b05..e09070b9a2 100644
--- a/docs/en/cli/telegram/SendLocation/bat.txt
+++ b/docs/en/cli/telegram/SendLocation/bat.txt
@@ -1,5 +1,5 @@
oint telegram SendLocation ^
--token "***" ^
- --chat "461699897" ^
+ --chat "@testsichee" ^
--lat "48.87373649724122" ^
--long "48.87373649724122"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendMediaGroup/bash.txt b/docs/en/cli/telegram/SendMediaGroup/bash.txt
index 715f133af9..c5cf43be5c 100644
--- a/docs/en/cli/telegram/SendMediaGroup/bash.txt
+++ b/docs/en/cli/telegram/SendMediaGroup/bash.txt
@@ -2,6 +2,6 @@
oint telegram SendMediaGroup \
--token "***" \
- --chat "461699897" \
+ --chat "@testsichee" \
--text "Строковое значение" \
- --media "{'C:\\Users\\bayse\\AppData\\Local\\Temp\\4jmcoxdnuye.png':'photo','https://hut.openintegrations.dev/test_data/video.mp4':'video'}"
\ No newline at end of file
+ --media "{'https://hut.openintegrations.dev/test_data/document.docx':'document','C:\\Users\\bayse\\AppData\\Local\\Temp\\oulnc5yjqtb.docx':'document'}"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendMediaGroup/bat.txt b/docs/en/cli/telegram/SendMediaGroup/bat.txt
index 8e380b80fb..06e3328402 100644
--- a/docs/en/cli/telegram/SendMediaGroup/bat.txt
+++ b/docs/en/cli/telegram/SendMediaGroup/bat.txt
@@ -2,6 +2,6 @@
oint telegram SendMediaGroup ^
--token "***" ^
- --chat "461699897" ^
+ --chat "@testsichee" ^
--text "Строковое значение" ^
- --media "{'C:\\Users\\bayse\\AppData\\Local\\Temp\\4jmcoxdnuye.png':'photo','https://hut.openintegrations.dev/test_data/video.mp4':'video'}"
\ No newline at end of file
+ --media "{'https://hut.openintegrations.dev/test_data/document.docx':'document','C:\\Users\\bayse\\AppData\\Local\\Temp\\oulnc5yjqtb.docx':'document'}"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendPoll/bash.txt b/docs/en/cli/telegram/SendPoll/bash.txt
index b39ab22d7c..773044e44d 100644
--- a/docs/en/cli/telegram/SendPoll/bash.txt
+++ b/docs/en/cli/telegram/SendPoll/bash.txt
@@ -1,5 +1,5 @@
oint telegram SendPoll \
--token "***" \
- --chat "461699897" \
+ --chat "@testsichee" \
--question "What's your favorite color?" \
--options "['Red','Yellow','Green','Blue']"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendPoll/bat.txt b/docs/en/cli/telegram/SendPoll/bat.txt
index 6aa7af7632..933a3b6a7a 100644
--- a/docs/en/cli/telegram/SendPoll/bat.txt
+++ b/docs/en/cli/telegram/SendPoll/bat.txt
@@ -1,5 +1,5 @@
oint telegram SendPoll ^
--token "***" ^
- --chat "461699897" ^
+ --chat "@testsichee" ^
--question "What's your favorite color?" ^
--options "['Red','Yellow','Green','Blue']"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendTextMessage/bash.txt b/docs/en/cli/telegram/SendTextMessage/bash.txt
index 0935ed8633..8be1ee052f 100644
--- a/docs/en/cli/telegram/SendTextMessage/bash.txt
+++ b/docs/en/cli/telegram/SendTextMessage/bash.txt
@@ -1,4 +1,5 @@
oint telegram SendTextMessage \
--token "***" \
- --chat "461699897" \
- --text "Строковое значение"
\ No newline at end of file
+ --chat "@testsichee" \
+ --text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" \
+ --parsemode "MarkdownV2"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendTextMessage/bat.txt b/docs/en/cli/telegram/SendTextMessage/bat.txt
index 42f8cbb17b..dcb18ae2d3 100644
--- a/docs/en/cli/telegram/SendTextMessage/bat.txt
+++ b/docs/en/cli/telegram/SendTextMessage/bat.txt
@@ -1,4 +1,5 @@
oint telegram SendTextMessage ^
--token "***" ^
- --chat "461699897" ^
- --text "Строковое значение"
\ No newline at end of file
+ --chat "@testsichee" ^
+ --text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" ^
+ --parsemode "MarkdownV2"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendVideo/bash.txt b/docs/en/cli/telegram/SendVideo/bash.txt
index b1255c0c57..5fbad6404c 100644
--- a/docs/en/cli/telegram/SendVideo/bash.txt
+++ b/docs/en/cli/telegram/SendVideo/bash.txt
@@ -1,5 +1,5 @@
oint telegram SendVideo \
--token "***" \
- --chat "461699897" \
+ --chat "@testsichee" \
--text "Строковое значение" \
- --video "https://hut.openintegrations.dev/test_data/video.mp4"
\ No newline at end of file
+ --video "C:\Users\bayse\AppData\Local\Temp\szy3p4c1mvi.mp4"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/SendVideo/bat.txt b/docs/en/cli/telegram/SendVideo/bat.txt
index 231b055fed..ec508f7f82 100644
--- a/docs/en/cli/telegram/SendVideo/bat.txt
+++ b/docs/en/cli/telegram/SendVideo/bat.txt
@@ -1,5 +1,5 @@
oint telegram SendVideo ^
--token "***" ^
- --chat "461699897" ^
+ --chat "@testsichee" ^
--text "Строковое значение" ^
- --video "https://hut.openintegrations.dev/test_data/video.mp4"
\ No newline at end of file
+ --video "C:\Users\bayse\AppData\Local\Temp\szy3p4c1mvi.mp4"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/UnpinMessage/bash.txt b/docs/en/cli/telegram/UnpinMessage/bash.txt
index 3320cdae28..de250dbf7c 100644
--- a/docs/en/cli/telegram/UnpinMessage/bash.txt
+++ b/docs/en/cli/telegram/UnpinMessage/bash.txt
@@ -1,4 +1,4 @@
oint telegram UnpinMessage \
--token "***" \
--chat "@testsichee" \
- --message "17870"
\ No newline at end of file
+ --message "18418"
\ No newline at end of file
diff --git a/docs/en/cli/telegram/UnpinMessage/bat.txt b/docs/en/cli/telegram/UnpinMessage/bat.txt
index bddc68d586..43c3347f4d 100644
--- a/docs/en/cli/telegram/UnpinMessage/bat.txt
+++ b/docs/en/cli/telegram/UnpinMessage/bat.txt
@@ -1,4 +1,4 @@
oint telegram UnpinMessage ^
--token "***" ^
--chat "@testsichee" ^
- --message "17870"
\ No newline at end of file
+ --message "18418"
\ No newline at end of file
diff --git a/docs/en/cli/twitter/CreateTextTweet/bash.txt b/docs/en/cli/twitter/CreateTextTweet/bash.txt
index 09047ea3e5..d8fc3ca319 100644
--- a/docs/en/cli/twitter/CreateTextTweet/bash.txt
+++ b/docs/en/cli/twitter/CreateTextTweet/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint twitter CreateTextTweet \
- --text "TestTweet85660df6-ad5c-486c-9141-ba2e7676fb62" \
+ --text "TestTweet61ccac9b-a560-4d91-b1bb-93f6a318636b" \
--auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/twitter/CreateTextTweet/bat.txt b/docs/en/cli/twitter/CreateTextTweet/bat.txt
index 762f62e068..b0ddd9d532 100644
--- a/docs/en/cli/twitter/CreateTextTweet/bat.txt
+++ b/docs/en/cli/twitter/CreateTextTweet/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint twitter CreateTextTweet ^
- --text "TestTweet85660df6-ad5c-486c-9141-ba2e7676fb62" ^
+ --text "TestTweet61ccac9b-a560-4d91-b1bb-93f6a318636b" ^
--auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/AddProduct/bash.txt b/docs/en/cli/vk/AddProduct/bash.txt
index b8a7f7e7c1..f8a864ce92 100644
--- a/docs/en/cli/vk/AddProduct/bash.txt
+++ b/docs/en/cli/vk/AddProduct/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk AddProduct \
- --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':6562}" \
+ --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://hut.openintegrations.dev/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://hut.openintegrations.dev/test_data/picture.jpg','https://hut.openintegrations.dev/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':6911}" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/AddProduct/bat.txt b/docs/en/cli/vk/AddProduct/bat.txt
index 59cd3a2987..42174a0629 100644
--- a/docs/en/cli/vk/AddProduct/bat.txt
+++ b/docs/en/cli/vk/AddProduct/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk AddProduct ^
- --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':6562}" ^
+ --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://hut.openintegrations.dev/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://hut.openintegrations.dev/test_data/picture.jpg','https://hut.openintegrations.dev/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':6911}" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/AddProductPropertyVariant/bash.txt b/docs/en/cli/vk/AddProductPropertyVariant/bash.txt
index 724f2faf74..73f6970593 100644
--- a/docs/en/cli/vk/AddProductPropertyVariant/bash.txt
+++ b/docs/en/cli/vk/AddProductPropertyVariant/bash.txt
@@ -2,5 +2,5 @@
oint vk AddProductPropertyVariant \
--value "Red" \
- --prop "3343" \
+ --prop "3524" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/AddProductPropertyVariant/bat.txt b/docs/en/cli/vk/AddProductPropertyVariant/bat.txt
index b2b589a950..b2a9e44f81 100644
--- a/docs/en/cli/vk/AddProductPropertyVariant/bat.txt
+++ b/docs/en/cli/vk/AddProductPropertyVariant/bat.txt
@@ -2,5 +2,5 @@
oint vk AddProductPropertyVariant ^
--value "Red" ^
- --prop "3343" ^
+ --prop "3524" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/AddProductToCollection/bash.txt b/docs/en/cli/vk/AddProductToCollection/bash.txt
index 4d2f976007..61c22c141d 100644
--- a/docs/en/cli/vk/AddProductToCollection/bash.txt
+++ b/docs/en/cli/vk/AddProductToCollection/bash.txt
@@ -2,5 +2,5 @@
oint vk AddProductToCollection \
--sel 136 \
- --items 11321324 \
+ --items 11452672 \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/AddProductToCollection/bat.txt b/docs/en/cli/vk/AddProductToCollection/bat.txt
index 6317f0e3e5..418eeef019 100644
--- a/docs/en/cli/vk/AddProductToCollection/bat.txt
+++ b/docs/en/cli/vk/AddProductToCollection/bat.txt
@@ -2,5 +2,5 @@
oint vk AddProductToCollection ^
--sel 136 ^
- --items 11321324 ^
+ --items 11452672 ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/CloseDiscussion/bash.txt b/docs/en/cli/vk/CloseDiscussion/bash.txt
index f8012dc48e..32bbd1fe0d 100644
--- a/docs/en/cli/vk/CloseDiscussion/bash.txt
+++ b/docs/en/cli/vk/CloseDiscussion/bash.txt
@@ -1,6 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint vk CloseDiscussion \
- --topic 53575560 \
+ --topic 53946822 \
--remove false \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/CloseDiscussion/bat.txt b/docs/en/cli/vk/CloseDiscussion/bat.txt
index 2de5567875..e2a860e157 100644
--- a/docs/en/cli/vk/CloseDiscussion/bat.txt
+++ b/docs/en/cli/vk/CloseDiscussion/bat.txt
@@ -1,6 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint vk CloseDiscussion ^
- --topic 53575560 ^
+ --topic 53946822 ^
--remove false ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/CreateAd/bash.txt b/docs/en/cli/vk/CreateAd/bash.txt
index 2a67d00b87..40186a6d3f 100644
--- a/docs/en/cli/vk/CreateAd/bash.txt
+++ b/docs/en/cli/vk/CreateAd/bash.txt
@@ -1,9 +1,9 @@
# JSON data can also be passed as a path to a .json file
oint vk CreateAd \
- --campaign 1031395123 \
+ --campaign 1031424611 \
--limit 150 \
--category 126 \
- --post 8218 \
+ --post 8571 \
--cabinet "1607951446" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/CreateAd/bat.txt b/docs/en/cli/vk/CreateAd/bat.txt
index 10ca0946e6..bee00a2c5d 100644
--- a/docs/en/cli/vk/CreateAd/bat.txt
+++ b/docs/en/cli/vk/CreateAd/bat.txt
@@ -1,9 +1,9 @@
:: JSON data can also be passed as a path to a .json file
oint vk CreateAd ^
- --campaign 1031395123 ^
+ --campaign 1031424611 ^
--limit 150 ^
--category 126 ^
- --post 8218 ^
+ --post 8571 ^
--cabinet "1607951446" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/CreateCompositePost/bash.txt b/docs/en/cli/vk/CreateCompositePost/bash.txt
index 036c2a76e7..aadc62077d 100644
--- a/docs/en/cli/vk/CreateCompositePost/bash.txt
+++ b/docs/en/cli/vk/CreateCompositePost/bash.txt
@@ -2,7 +2,7 @@
oint vk CreateCompositePost \
--text "Post from autotest" \
- --objects "['photo657846756_457247821','video-218861756_456240534']" \
+ --objects "['photo657846756_457247826','video-218861756_456240536']" \
--ad false \
--url "https://github.com/Bayselonarrend/OpenIntegrations" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/CreateCompositePost/bat.txt b/docs/en/cli/vk/CreateCompositePost/bat.txt
index d083477998..8229a02f30 100644
--- a/docs/en/cli/vk/CreateCompositePost/bat.txt
+++ b/docs/en/cli/vk/CreateCompositePost/bat.txt
@@ -2,7 +2,7 @@
oint vk CreateCompositePost ^
--text "Post from autotest" ^
- --objects "['photo657846756_457247821','video-218861756_456240534']" ^
+ --objects "['photo657846756_457247826','video-218861756_456240536']" ^
--ad false ^
--url "https://github.com/Bayselonarrend/OpenIntegrations" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/CreatePost/bash.txt b/docs/en/cli/vk/CreatePost/bash.txt
index b6877b7c52..d13d818b1c 100644
--- a/docs/en/cli/vk/CreatePost/bash.txt
+++ b/docs/en/cli/vk/CreatePost/bash.txt
@@ -2,7 +2,7 @@
oint vk CreatePost \
--text "Post from autotest" \
- --pictures "['https://hut.openintegrations.dev/test_data/picture.jpg','C:\\Users\\bayse\\AppData\\Local\\Temp\\1dihauh3jdp.png']" \
+ --pictures "C:\Users\bayse\AppData\Local\Temp\gzyotzufvrb.png" \
--ad true \
--url "https://github.com/Bayselonarrend/OpenIntegrations" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/CreatePost/bat.txt b/docs/en/cli/vk/CreatePost/bat.txt
index f2a37fcfd5..e1a8f101e5 100644
--- a/docs/en/cli/vk/CreatePost/bat.txt
+++ b/docs/en/cli/vk/CreatePost/bat.txt
@@ -2,7 +2,7 @@
oint vk CreatePost ^
--text "Post from autotest" ^
- --pictures "['https://hut.openintegrations.dev/test_data/picture.jpg','C:\\Users\\bayse\\AppData\\Local\\Temp\\1dihauh3jdp.png']" ^
+ --pictures "C:\Users\bayse\AppData\Local\Temp\gzyotzufvrb.png" ^
--ad true ^
--url "https://github.com/Bayselonarrend/OpenIntegrations" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/CreateStory/bash.txt b/docs/en/cli/vk/CreateStory/bash.txt
index 61282975fe..c0e40433a4 100644
--- a/docs/en/cli/vk/CreateStory/bash.txt
+++ b/docs/en/cli/vk/CreateStory/bash.txt
@@ -1,6 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk CreateStory \
- --picture "C:\Users\bayse\AppData\Local\Temp\s44wpd4uczg.tmp" \
- --url "https://github.com/Bayselonarrend/OpenIntegrations" \
+ --picture "C:\Users\bayse\AppData\Local\Temp\xdhljguwvfe.png" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/CreateStory/bat.txt b/docs/en/cli/vk/CreateStory/bat.txt
index 5fd788d29d..3f103f52a0 100644
--- a/docs/en/cli/vk/CreateStory/bat.txt
+++ b/docs/en/cli/vk/CreateStory/bat.txt
@@ -1,6 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk CreateStory ^
- --picture "C:\Users\bayse\AppData\Local\Temp\s44wpd4uczg.tmp" ^
- --url "https://github.com/Bayselonarrend/OpenIntegrations" ^
+ --picture "C:\Users\bayse\AppData\Local\Temp\xdhljguwvfe.png" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeleteAlbum/bash.txt b/docs/en/cli/vk/DeleteAlbum/bash.txt
index 198a4acb6e..6337e12fd5 100644
--- a/docs/en/cli/vk/DeleteAlbum/bash.txt
+++ b/docs/en/cli/vk/DeleteAlbum/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk DeleteAlbum \
- --album 309148607 \
+ --album 309332201 \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeleteAlbum/bat.txt b/docs/en/cli/vk/DeleteAlbum/bat.txt
index 963b834498..d7ab64dca5 100644
--- a/docs/en/cli/vk/DeleteAlbum/bat.txt
+++ b/docs/en/cli/vk/DeleteAlbum/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk DeleteAlbum ^
- --album 309148607 ^
+ --album 309332201 ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeleteImage/bash.txt b/docs/en/cli/vk/DeleteImage/bash.txt
index 4e128d8f15..e22f6a7e04 100644
--- a/docs/en/cli/vk/DeleteImage/bash.txt
+++ b/docs/en/cli/vk/DeleteImage/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk DeleteImage \
- --pictureid 457256455 \
+ --pictureid 457256972 \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeleteImage/bat.txt b/docs/en/cli/vk/DeleteImage/bat.txt
index 858bd01e03..f74b0bedc8 100644
--- a/docs/en/cli/vk/DeleteImage/bat.txt
+++ b/docs/en/cli/vk/DeleteImage/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk DeleteImage ^
- --pictureid 457256455 ^
+ --pictureid 457256972 ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeletePost/bash.txt b/docs/en/cli/vk/DeletePost/bash.txt
index bfc195a1f3..1c63183cdd 100644
--- a/docs/en/cli/vk/DeletePost/bash.txt
+++ b/docs/en/cli/vk/DeletePost/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk DeletePost \
- --post "8212" \
+ --post "8565" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeletePost/bat.txt b/docs/en/cli/vk/DeletePost/bat.txt
index 1d87b2c1c7..11f54ba349 100644
--- a/docs/en/cli/vk/DeletePost/bat.txt
+++ b/docs/en/cli/vk/DeletePost/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk DeletePost ^
- --post "8212" ^
+ --post "8565" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeleteProduct/bash.txt b/docs/en/cli/vk/DeleteProduct/bash.txt
index 4badc76cc6..2c45dfea8d 100644
--- a/docs/en/cli/vk/DeleteProduct/bash.txt
+++ b/docs/en/cli/vk/DeleteProduct/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk DeleteProduct \
- --item 11321324 \
+ --item 11452672 \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeleteProduct/bat.txt b/docs/en/cli/vk/DeleteProduct/bat.txt
index 6e0f66b951..d80832df2f 100644
--- a/docs/en/cli/vk/DeleteProduct/bat.txt
+++ b/docs/en/cli/vk/DeleteProduct/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk DeleteProduct ^
- --item 11321324 ^
+ --item 11452672 ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeleteProductProperty/bash.txt b/docs/en/cli/vk/DeleteProductProperty/bash.txt
index 7cb530e688..edf15774f3 100644
--- a/docs/en/cli/vk/DeleteProductProperty/bash.txt
+++ b/docs/en/cli/vk/DeleteProductProperty/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk DeleteProductProperty \
- --prop "3343" \
+ --prop "3524" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeleteProductProperty/bat.txt b/docs/en/cli/vk/DeleteProductProperty/bat.txt
index 4240b49dc1..c832286e8c 100644
--- a/docs/en/cli/vk/DeleteProductProperty/bat.txt
+++ b/docs/en/cli/vk/DeleteProductProperty/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk DeleteProductProperty ^
- --prop "3343" ^
+ --prop "3524" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeleteProductPropertyVariant/bash.txt b/docs/en/cli/vk/DeleteProductPropertyVariant/bash.txt
index d2547c8aef..c52bd617c0 100644
--- a/docs/en/cli/vk/DeleteProductPropertyVariant/bash.txt
+++ b/docs/en/cli/vk/DeleteProductPropertyVariant/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk DeleteProductPropertyVariant \
- --option 6561 \
+ --option 6910 \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/DeleteProductPropertyVariant/bat.txt b/docs/en/cli/vk/DeleteProductPropertyVariant/bat.txt
index 7a6adcf31b..ea2ab00c1f 100644
--- a/docs/en/cli/vk/DeleteProductPropertyVariant/bat.txt
+++ b/docs/en/cli/vk/DeleteProductPropertyVariant/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk DeleteProductPropertyVariant ^
- --option 6561 ^
+ --option 6910 ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/EditProduct/bash.txt b/docs/en/cli/vk/EditProduct/bash.txt
index fa2e636831..bad759e611 100644
--- a/docs/en/cli/vk/EditProduct/bash.txt
+++ b/docs/en/cli/vk/EditProduct/bash.txt
@@ -2,5 +2,5 @@
oint vk EditProduct \
--product "{'Name':'EditedTestProduct'}" \
- --item 11321324 \
+ --item 11452672 \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/EditProduct/bat.txt b/docs/en/cli/vk/EditProduct/bat.txt
index 2c0353ad6d..9d5acc8acc 100644
--- a/docs/en/cli/vk/EditProduct/bat.txt
+++ b/docs/en/cli/vk/EditProduct/bat.txt
@@ -2,5 +2,5 @@
oint vk EditProduct ^
--product "{'Name':'EditedTestProduct'}" ^
- --item 11321324 ^
+ --item 11452672 ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/EditProductProperty/bash.txt b/docs/en/cli/vk/EditProductProperty/bash.txt
index dcc5a0ab77..f4b92ce887 100644
--- a/docs/en/cli/vk/EditProductProperty/bash.txt
+++ b/docs/en/cli/vk/EditProductProperty/bash.txt
@@ -2,5 +2,5 @@
oint vk EditProductProperty \
--title "Color (change.)" \
- --prop "3343" \
+ --prop "3524" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/EditProductProperty/bat.txt b/docs/en/cli/vk/EditProductProperty/bat.txt
index 82c06970ee..81917319f7 100644
--- a/docs/en/cli/vk/EditProductProperty/bat.txt
+++ b/docs/en/cli/vk/EditProductProperty/bat.txt
@@ -2,5 +2,5 @@
oint vk EditProductProperty ^
--title "Color (change.)" ^
- --prop "3343" ^
+ --prop "3524" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/EditProductPropertyVariant/bash.txt b/docs/en/cli/vk/EditProductPropertyVariant/bash.txt
index e7952b18de..b6b40eb750 100644
--- a/docs/en/cli/vk/EditProductPropertyVariant/bash.txt
+++ b/docs/en/cli/vk/EditProductPropertyVariant/bash.txt
@@ -2,6 +2,6 @@
oint vk EditProductPropertyVariant \
--value "New variant name" \
- --prop "3343" \
- --option 6561 \
+ --prop "3524" \
+ --option 6910 \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/EditProductPropertyVariant/bat.txt b/docs/en/cli/vk/EditProductPropertyVariant/bat.txt
index d352db92f9..0e47c65241 100644
--- a/docs/en/cli/vk/EditProductPropertyVariant/bat.txt
+++ b/docs/en/cli/vk/EditProductPropertyVariant/bat.txt
@@ -2,6 +2,6 @@
oint vk EditProductPropertyVariant ^
--value "New variant name" ^
- --prop "3343" ^
- --option 6561 ^
+ --prop "3524" ^
+ --option 6910 ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/GetProductsByID/bash.txt b/docs/en/cli/vk/GetProductsByID/bash.txt
index c0e0fc53bb..a62d286fae 100644
--- a/docs/en/cli/vk/GetProductsByID/bash.txt
+++ b/docs/en/cli/vk/GetProductsByID/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk GetProductsByID \
- --items "[11321331,11321333]" \
+ --items "[11452674,11452675]" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/GetProductsByID/bat.txt b/docs/en/cli/vk/GetProductsByID/bat.txt
index 655410acf9..af8c209e64 100644
--- a/docs/en/cli/vk/GetProductsByID/bat.txt
+++ b/docs/en/cli/vk/GetProductsByID/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk GetProductsByID ^
- --items "[11321331,11321333]" ^
+ --items "[11452674,11452675]" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/GroupProducts/bash.txt b/docs/en/cli/vk/GroupProducts/bash.txt
index 433472015e..1b4060b121 100644
--- a/docs/en/cli/vk/GroupProducts/bash.txt
+++ b/docs/en/cli/vk/GroupProducts/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk GroupProducts \
- --items "[11321331,11321333]" \
+ --items "[11452674,11452675]" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/GroupProducts/bat.txt b/docs/en/cli/vk/GroupProducts/bat.txt
index 72b1454f35..816f4c8f2d 100644
--- a/docs/en/cli/vk/GroupProducts/bat.txt
+++ b/docs/en/cli/vk/GroupProducts/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk GroupProducts ^
- --items "[11321331,11321333]" ^
+ --items "[11452674,11452675]" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/LikePost/bash.txt b/docs/en/cli/vk/LikePost/bash.txt
index 4fc6c4f238..c984a1c70e 100644
--- a/docs/en/cli/vk/LikePost/bash.txt
+++ b/docs/en/cli/vk/LikePost/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk LikePost \
- --post 8561 \
+ --post 8568 \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/LikePost/bat.txt b/docs/en/cli/vk/LikePost/bat.txt
index c93132a39f..800bfa9b60 100644
--- a/docs/en/cli/vk/LikePost/bat.txt
+++ b/docs/en/cli/vk/LikePost/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk LikePost ^
- --post 8561 ^
+ --post 8568 ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/OpenDiscussion/bash.txt b/docs/en/cli/vk/OpenDiscussion/bash.txt
index abfbc2d7cf..9560c43d4b 100644
--- a/docs/en/cli/vk/OpenDiscussion/bash.txt
+++ b/docs/en/cli/vk/OpenDiscussion/bash.txt
@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint vk OpenDiscussion \
- --topic 53575560 \
+ --topic 53946822 \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/OpenDiscussion/bat.txt b/docs/en/cli/vk/OpenDiscussion/bat.txt
index 7802e2d3af..31e6f09bd2 100644
--- a/docs/en/cli/vk/OpenDiscussion/bat.txt
+++ b/docs/en/cli/vk/OpenDiscussion/bat.txt
@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint vk OpenDiscussion ^
- --topic 53575560 ^
+ --topic 53946822 ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/RemoveProductFromSelection/bash.txt b/docs/en/cli/vk/RemoveProductFromSelection/bash.txt
index b0e0f113a6..b6684b27b4 100644
--- a/docs/en/cli/vk/RemoveProductFromSelection/bash.txt
+++ b/docs/en/cli/vk/RemoveProductFromSelection/bash.txt
@@ -2,5 +2,5 @@
oint vk RemoveProductFromSelection \
--sel 136 \
- --item 11321324 \
+ --item 11452672 \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/RemoveProductFromSelection/bat.txt b/docs/en/cli/vk/RemoveProductFromSelection/bat.txt
index fecbc919e4..1c839f8e39 100644
--- a/docs/en/cli/vk/RemoveProductFromSelection/bat.txt
+++ b/docs/en/cli/vk/RemoveProductFromSelection/bat.txt
@@ -2,5 +2,5 @@
oint vk RemoveProductFromSelection ^
--sel 136 ^
- --item 11321324 ^
+ --item 11452672 ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/SaveImageToAlbum/bash.txt b/docs/en/cli/vk/SaveImageToAlbum/bash.txt
index 24852bb192..a3ea906f66 100644
--- a/docs/en/cli/vk/SaveImageToAlbum/bash.txt
+++ b/docs/en/cli/vk/SaveImageToAlbum/bash.txt
@@ -1,7 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint vk SaveImageToAlbum \
- --album 309148607 \
- --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --album 309332201 \
+ --picture "https://hut.openintegrations.dev/test_data/picture.jpg" \
--description "AutoTestImage" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/SaveImageToAlbum/bat.txt b/docs/en/cli/vk/SaveImageToAlbum/bat.txt
index ef20a8739b..b9d271619c 100644
--- a/docs/en/cli/vk/SaveImageToAlbum/bat.txt
+++ b/docs/en/cli/vk/SaveImageToAlbum/bat.txt
@@ -1,7 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint vk SaveImageToAlbum ^
- --album 309148607 ^
- --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --album 309332201 ^
+ --picture "https://hut.openintegrations.dev/test_data/picture.jpg" ^
--description "AutoTestImage" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/UploadPhotoToServer/bash.txt b/docs/en/cli/vk/UploadPhotoToServer/bash.txt
index d77a526e28..ed479fc3c6 100644
--- a/docs/en/cli/vk/UploadPhotoToServer/bash.txt
+++ b/docs/en/cli/vk/UploadPhotoToServer/bash.txt
@@ -1,6 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint vk UploadPhotoToServer \
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
+ --file "https://hut.openintegrations.dev/test_data/picture.jpg" \
--type "Post" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/UploadPhotoToServer/bat.txt b/docs/en/cli/vk/UploadPhotoToServer/bat.txt
index 6c45e8fe24..8213c964b6 100644
--- a/docs/en/cli/vk/UploadPhotoToServer/bat.txt
+++ b/docs/en/cli/vk/UploadPhotoToServer/bat.txt
@@ -1,6 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint vk UploadPhotoToServer ^
- --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^
+ --file "https://hut.openintegrations.dev/test_data/picture.jpg" ^
--type "Post" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/WriteComment/bash.txt b/docs/en/cli/vk/WriteComment/bash.txt
index a4c19fbb2c..9c32419aed 100644
--- a/docs/en/cli/vk/WriteComment/bash.txt
+++ b/docs/en/cli/vk/WriteComment/bash.txt
@@ -1,7 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint vk WriteComment \
- --post 8215 \
+ --post 8568 \
--wall "-218861756" \
--text "NewComment" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/WriteComment/bat.txt b/docs/en/cli/vk/WriteComment/bat.txt
index adb8ae4460..f36f92d183 100644
--- a/docs/en/cli/vk/WriteComment/bat.txt
+++ b/docs/en/cli/vk/WriteComment/bat.txt
@@ -1,7 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint vk WriteComment ^
- --post 8215 ^
+ --post 8568 ^
--wall "-218861756" ^
--text "NewComment" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/WriteInDiscussion/bash.txt b/docs/en/cli/vk/WriteInDiscussion/bash.txt
index 9fcd10c88f..14015a4ba1 100644
--- a/docs/en/cli/vk/WriteInDiscussion/bash.txt
+++ b/docs/en/cli/vk/WriteInDiscussion/bash.txt
@@ -1,6 +1,6 @@
# JSON data can also be passed as a path to a .json file
oint vk WriteInDiscussion \
- --topic 53575560 \
+ --topic 53946822 \
--text "I like yellow more" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vk/WriteInDiscussion/bat.txt b/docs/en/cli/vk/WriteInDiscussion/bat.txt
index b6d5835e3e..ef6ae6d2d2 100644
--- a/docs/en/cli/vk/WriteInDiscussion/bat.txt
+++ b/docs/en/cli/vk/WriteInDiscussion/bat.txt
@@ -1,6 +1,6 @@
:: JSON data can also be passed as a path to a .json file
oint vk WriteInDiscussion ^
- --topic 53575560 ^
+ --topic 53946822 ^
--text "I like yellow more" ^
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/ChangeChatPicture/bash.txt b/docs/en/cli/vkteams/ChangeChatPicture/bash.txt
index 4250f42fe7..b22c8d0033 100644
--- a/docs/en/cli/vkteams/ChangeChatPicture/bash.txt
+++ b/docs/en/cli/vkteams/ChangeChatPicture/bash.txt
@@ -1,4 +1,4 @@
oint vkteams ChangeChatPicture \
--token "***" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
- --file "C:\Users\Administrator\AppData\Local\Temp\arib1kyovur.png"
\ No newline at end of file
+ --file "C:\Users\bayse\AppData\Local\Temp\nd3pbpmetfe.png"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/ChangeChatPicture/bat.txt b/docs/en/cli/vkteams/ChangeChatPicture/bat.txt
index 3092fe6a20..265e6e8fa8 100644
--- a/docs/en/cli/vkteams/ChangeChatPicture/bat.txt
+++ b/docs/en/cli/vkteams/ChangeChatPicture/bat.txt
@@ -1,4 +1,4 @@
oint vkteams ChangeChatPicture ^
--token "***" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
- --file "C:\Users\Administrator\AppData\Local\Temp\arib1kyovur.png"
\ No newline at end of file
+ --file "C:\Users\bayse\AppData\Local\Temp\nd3pbpmetfe.png"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/DeleteMessage/bash.txt b/docs/en/cli/vkteams/DeleteMessage/bash.txt
index 3071216a65..191e27d8d8 100644
--- a/docs/en/cli/vkteams/DeleteMessage/bash.txt
+++ b/docs/en/cli/vkteams/DeleteMessage/bash.txt
@@ -1,4 +1,4 @@
oint vkteams DeleteMessage \
--token "***" \
--chatid "689203963@chat.agent" \
- --messageid "7517347895159304858"
\ No newline at end of file
+ --messageid "7523531385345160352"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/DeleteMessage/bat.txt b/docs/en/cli/vkteams/DeleteMessage/bat.txt
index 639ab68aca..da9ff3b70a 100644
--- a/docs/en/cli/vkteams/DeleteMessage/bat.txt
+++ b/docs/en/cli/vkteams/DeleteMessage/bat.txt
@@ -1,4 +1,4 @@
oint vkteams DeleteMessage ^
--token "***" ^
--chatid "689203963@chat.agent" ^
- --messageid "7517347895159304858"
\ No newline at end of file
+ --messageid "7523531385345160352"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/EditMessageText/bash.txt b/docs/en/cli/vkteams/EditMessageText/bash.txt
index 72208f296e..50273e6a01 100644
--- a/docs/en/cli/vkteams/EditMessageText/bash.txt
+++ b/docs/en/cli/vkteams/EditMessageText/bash.txt
@@ -1,6 +1,6 @@
oint vkteams EditMessageText \
--token "***" \
--chatid "689203963@chat.agent" \
- --messageid "7517347895159304858" \
+ --messageid "7523531385345160352" \
--text "New bold message text" \
--parsemod "HTML"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/EditMessageText/bat.txt b/docs/en/cli/vkteams/EditMessageText/bat.txt
index ba9d85290d..712fabb109 100644
--- a/docs/en/cli/vkteams/EditMessageText/bat.txt
+++ b/docs/en/cli/vkteams/EditMessageText/bat.txt
@@ -1,6 +1,6 @@
oint vkteams EditMessageText ^
--token "***" ^
--chatid "689203963@chat.agent" ^
- --messageid "7517347895159304858" ^
+ --messageid "7523531385345160352" ^
--text "New bold message text" ^
--parsemod "HTML"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/ForwardMessage/bash.txt b/docs/en/cli/vkteams/ForwardMessage/bash.txt
index a54c1f63a6..6762af8be9 100644
--- a/docs/en/cli/vkteams/ForwardMessage/bash.txt
+++ b/docs/en/cli/vkteams/ForwardMessage/bash.txt
@@ -1,6 +1,6 @@
oint vkteams ForwardMessage \
--token "***" \
- --messageid "7517347895159304858" \
+ --messageid "7523531385345160352" \
--fromid "689203963@chat.agent" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
--text "Additional text"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/ForwardMessage/bat.txt b/docs/en/cli/vkteams/ForwardMessage/bat.txt
index 7e3a815e69..c8e3a8397b 100644
--- a/docs/en/cli/vkteams/ForwardMessage/bat.txt
+++ b/docs/en/cli/vkteams/ForwardMessage/bat.txt
@@ -1,6 +1,6 @@
oint vkteams ForwardMessage ^
--token "***" ^
- --messageid "7517347895159304858" ^
+ --messageid "7523531385345160352" ^
--fromid "689203963@chat.agent" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
--text "Additional text"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/GetEvents/bash.txt b/docs/en/cli/vkteams/GetEvents/bash.txt
index 6c8ee2ba78..2fd7fb73c9 100644
--- a/docs/en/cli/vkteams/GetEvents/bash.txt
+++ b/docs/en/cli/vkteams/GetEvents/bash.txt
@@ -1,4 +1,4 @@
oint vkteams GetEvents \
--token "***" \
- --last 524 \
+ --last 550 \
--timeout 3
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/GetEvents/bat.txt b/docs/en/cli/vkteams/GetEvents/bat.txt
index 7f3f075199..085b657885 100644
--- a/docs/en/cli/vkteams/GetEvents/bat.txt
+++ b/docs/en/cli/vkteams/GetEvents/bat.txt
@@ -1,4 +1,4 @@
oint vkteams GetEvents ^
--token "***" ^
- --last 524 ^
+ --last 550 ^
--timeout 3
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/GetFileInformation/bash.txt b/docs/en/cli/vkteams/GetFileInformation/bash.txt
index 5d090420d6..26a167fe08 100644
--- a/docs/en/cli/vkteams/GetFileInformation/bash.txt
+++ b/docs/en/cli/vkteams/GetFileInformation/bash.txt
@@ -1,3 +1,3 @@
oint vkteams GetFileInformation \
--token "***" \
- --fileid "WqKVM4akpbhxmFchfwexSu6852fc391bd"
\ No newline at end of file
+ --fileid "exJi0Of00mZCP8zlFdiexr6868f4101bd"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/GetFileInformation/bat.txt b/docs/en/cli/vkteams/GetFileInformation/bat.txt
index edb077458f..6372dfb2ca 100644
--- a/docs/en/cli/vkteams/GetFileInformation/bat.txt
+++ b/docs/en/cli/vkteams/GetFileInformation/bat.txt
@@ -1,3 +1,3 @@
oint vkteams GetFileInformation ^
--token "***" ^
- --fileid "WqKVM4akpbhxmFchfwexSu6852fc391bd"
\ No newline at end of file
+ --fileid "exJi0Of00mZCP8zlFdiexr6868f4101bd"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/PinMessage/bash.txt b/docs/en/cli/vkteams/PinMessage/bash.txt
index 440690ef24..9204239c50 100644
--- a/docs/en/cli/vkteams/PinMessage/bash.txt
+++ b/docs/en/cli/vkteams/PinMessage/bash.txt
@@ -1,4 +1,4 @@
oint vkteams PinMessage \
--token "***" \
--chatid "689203963@chat.agent" \
- --messageid "7517347895159304858"
\ No newline at end of file
+ --messageid "7523531385345160352"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/PinMessage/bat.txt b/docs/en/cli/vkteams/PinMessage/bat.txt
index 7d147b7317..8ccb282d7a 100644
--- a/docs/en/cli/vkteams/PinMessage/bat.txt
+++ b/docs/en/cli/vkteams/PinMessage/bat.txt
@@ -1,4 +1,4 @@
oint vkteams PinMessage ^
--token "***" ^
--chatid "689203963@chat.agent" ^
- --messageid "7517347895159304858"
\ No newline at end of file
+ --messageid "7523531385345160352"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/ResendFile/bash.txt b/docs/en/cli/vkteams/ResendFile/bash.txt
index 549a238dd9..62422dd9aa 100644
--- a/docs/en/cli/vkteams/ResendFile/bash.txt
+++ b/docs/en/cli/vkteams/ResendFile/bash.txt
@@ -1,5 +1,5 @@
oint vkteams ResendFile \
--token "***" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
- --fileid "WqKVM4akpbhxmFchfwexSu6852fc391bd" \
+ --fileid "exJi0Of00mZCP8zlFdiexr6868f4101bd" \
--text "File caption"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/ResendFile/bat.txt b/docs/en/cli/vkteams/ResendFile/bat.txt
index 86b64afe32..044c834c6e 100644
--- a/docs/en/cli/vkteams/ResendFile/bat.txt
+++ b/docs/en/cli/vkteams/ResendFile/bat.txt
@@ -1,5 +1,5 @@
oint vkteams ResendFile ^
--token "***" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
- --fileid "WqKVM4akpbhxmFchfwexSu6852fc391bd" ^
+ --fileid "exJi0Of00mZCP8zlFdiexr6868f4101bd" ^
--text "File caption"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/ResendVoice/bash.txt b/docs/en/cli/vkteams/ResendVoice/bash.txt
index 4091f26fd1..aa5a20ab98 100644
--- a/docs/en/cli/vkteams/ResendVoice/bash.txt
+++ b/docs/en/cli/vkteams/ResendVoice/bash.txt
@@ -1,4 +1,4 @@
oint vkteams ResendVoice \
--token "***" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
- --fileid "I000bOKMmNG8czksAvZWDP6852fc571bd"
\ No newline at end of file
+ --fileid "I000bkCXQHtWG1eSZ0Vvuz6868f42b1bd"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/ResendVoice/bat.txt b/docs/en/cli/vkteams/ResendVoice/bat.txt
index 50ce4553b4..c65ff17bd2 100644
--- a/docs/en/cli/vkteams/ResendVoice/bat.txt
+++ b/docs/en/cli/vkteams/ResendVoice/bat.txt
@@ -1,4 +1,4 @@
oint vkteams ResendVoice ^
--token "***" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
- --fileid "I000bOKMmNG8czksAvZWDP6852fc571bd"
\ No newline at end of file
+ --fileid "I000bkCXQHtWG1eSZ0Vvuz6868f42b1bd"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/SendFile/bash.txt b/docs/en/cli/vkteams/SendFile/bash.txt
index ab45c325a8..3863b5792c 100644
--- a/docs/en/cli/vkteams/SendFile/bash.txt
+++ b/docs/en/cli/vkteams/SendFile/bash.txt
@@ -1,6 +1,6 @@
oint vkteams SendFile \
--token "***" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
- --file "C:\Users\Administrator\AppData\Local\Temp\bdkod4q4a2a.tmp" \
+ --file "C:\Users\bayse\AppData\Local\Temp\bwk1ejxhwjx.tmp" \
--text "File caption" \
--filename "ImportantDocument.docx"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/SendFile/bat.txt b/docs/en/cli/vkteams/SendFile/bat.txt
index d49decf209..f4644497c8 100644
--- a/docs/en/cli/vkteams/SendFile/bat.txt
+++ b/docs/en/cli/vkteams/SendFile/bat.txt
@@ -1,6 +1,6 @@
oint vkteams SendFile ^
--token "***" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
- --file "C:\Users\Administrator\AppData\Local\Temp\bdkod4q4a2a.tmp" ^
+ --file "C:\Users\bayse\AppData\Local\Temp\bwk1ejxhwjx.tmp" ^
--text "File caption" ^
--filename "ImportantDocument.docx"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/SendTextMessage/bash.txt b/docs/en/cli/vkteams/SendTextMessage/bash.txt
index 8ac7128969..d91053ecd4 100644
--- a/docs/en/cli/vkteams/SendTextMessage/bash.txt
+++ b/docs/en/cli/vkteams/SendTextMessage/bash.txt
@@ -1,4 +1,7 @@
oint vkteams SendTextMessage \
--token "***" \
- --chatid "AoLI0egLWBSLR1Ngn2w" \
- --text "Message text"
\ No newline at end of file
+ --chatid "689203963@chat.agent" \
+ --text "Bold text" \
+ --reply "7523347887162406028" \
+ --keyboard "[[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}],[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}]]" \
+ --parsemod "HTML"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/SendTextMessage/bat.txt b/docs/en/cli/vkteams/SendTextMessage/bat.txt
index edcd41bd76..9a50b23b49 100644
--- a/docs/en/cli/vkteams/SendTextMessage/bat.txt
+++ b/docs/en/cli/vkteams/SendTextMessage/bat.txt
@@ -1,4 +1,7 @@
oint vkteams SendTextMessage ^
--token "***" ^
- --chatid "AoLI0egLWBSLR1Ngn2w" ^
- --text "Message text"
\ No newline at end of file
+ --chatid "689203963@chat.agent" ^
+ --text "Bold text" ^
+ --reply "7523347887162406028" ^
+ --keyboard "[[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}],[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}]]" ^
+ --parsemod "HTML"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/SendVoice/bash.txt b/docs/en/cli/vkteams/SendVoice/bash.txt
index 3d538bdea4..3019fcfd82 100644
--- a/docs/en/cli/vkteams/SendVoice/bash.txt
+++ b/docs/en/cli/vkteams/SendVoice/bash.txt
@@ -1,5 +1,5 @@
oint vkteams SendVoice \
--token "***" \
--chatid "689203963@chat.agent" \
- --file "C:\Users\Administrator\AppData\Local\Temp\kj2x2gutq02.m4a" \
- --reply "7517347895159304858"
\ No newline at end of file
+ --file "C:\Users\bayse\AppData\Local\Temp\zeoqaeobmin.m4a" \
+ --reply "7523531385345160352"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/SendVoice/bat.txt b/docs/en/cli/vkteams/SendVoice/bat.txt
index 705fc681d7..8a9db8c60e 100644
--- a/docs/en/cli/vkteams/SendVoice/bat.txt
+++ b/docs/en/cli/vkteams/SendVoice/bat.txt
@@ -1,5 +1,5 @@
oint vkteams SendVoice ^
--token "***" ^
--chatid "689203963@chat.agent" ^
- --file "C:\Users\Administrator\AppData\Local\Temp\kj2x2gutq02.m4a" ^
- --reply "7517347895159304858"
\ No newline at end of file
+ --file "C:\Users\bayse\AppData\Local\Temp\zeoqaeobmin.m4a" ^
+ --reply "7523531385345160352"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/UnpinMessage/bash.txt b/docs/en/cli/vkteams/UnpinMessage/bash.txt
index 3e4341c8f1..a1c5d5d6fb 100644
--- a/docs/en/cli/vkteams/UnpinMessage/bash.txt
+++ b/docs/en/cli/vkteams/UnpinMessage/bash.txt
@@ -1,4 +1,4 @@
oint vkteams UnpinMessage \
--token "***" \
--chatid "689203963@chat.agent" \
- --messageid "7517347895159304858"
\ No newline at end of file
+ --messageid "7523531385345160352"
\ No newline at end of file
diff --git a/docs/en/cli/vkteams/UnpinMessage/bat.txt b/docs/en/cli/vkteams/UnpinMessage/bat.txt
index 40b870fd55..3e06ad12c4 100644
--- a/docs/en/cli/vkteams/UnpinMessage/bat.txt
+++ b/docs/en/cli/vkteams/UnpinMessage/bat.txt
@@ -1,4 +1,4 @@
oint vkteams UnpinMessage ^
--token "***" ^
--chatid "689203963@chat.agent" ^
- --messageid "7517347895159304858"
\ No newline at end of file
+ --messageid "7523531385345160352"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/CancelObjectPublication/bash.txt b/docs/en/cli/yadisk/CancelObjectPublication/bash.txt
index 03beca4d8f..11cf9f6ae5 100644
--- a/docs/en/cli/yadisk/CancelObjectPublication/bash.txt
+++ b/docs/en/cli/yadisk/CancelObjectPublication/bash.txt
@@ -1,3 +1,3 @@
oint yadisk CancelObjectPublication \
--token "***" \
- --path "/14951394-c9d0-4aab-a0f4-05f52d4aaf5f.png"
\ No newline at end of file
+ --path "/f2841d16-4bff-4e82-b1b4-66cee1885195.png"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/CancelObjectPublication/bat.txt b/docs/en/cli/yadisk/CancelObjectPublication/bat.txt
index 290b4cd301..06ceef00af 100644
--- a/docs/en/cli/yadisk/CancelObjectPublication/bat.txt
+++ b/docs/en/cli/yadisk/CancelObjectPublication/bat.txt
@@ -1,3 +1,3 @@
oint yadisk CancelObjectPublication ^
--token "***" ^
- --path "/14951394-c9d0-4aab-a0f4-05f52d4aaf5f.png"
\ No newline at end of file
+ --path "/f2841d16-4bff-4e82-b1b4-66cee1885195.png"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/CreateFolder/bash.txt b/docs/en/cli/yadisk/CreateFolder/bash.txt
index 261317377f..b4b1ec6bab 100644
--- a/docs/en/cli/yadisk/CreateFolder/bash.txt
+++ b/docs/en/cli/yadisk/CreateFolder/bash.txt
@@ -1,3 +1,3 @@
oint yadisk CreateFolder \
--token "***" \
- --path "/3383fcc3-eebb-4d75-b82a-cc7a49ca167c"
\ No newline at end of file
+ --path "/b7512898-68db-4a93-a5d0-224256ce635f"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/CreateFolder/bat.txt b/docs/en/cli/yadisk/CreateFolder/bat.txt
index 3af84e57f7..8a4aaf71c2 100644
--- a/docs/en/cli/yadisk/CreateFolder/bat.txt
+++ b/docs/en/cli/yadisk/CreateFolder/bat.txt
@@ -1,3 +1,3 @@
oint yadisk CreateFolder ^
--token "***" ^
- --path "/3383fcc3-eebb-4d75-b82a-cc7a49ca167c"
\ No newline at end of file
+ --path "/b7512898-68db-4a93-a5d0-224256ce635f"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/CreateObjectCopy/bash.txt b/docs/en/cli/yadisk/CreateObjectCopy/bash.txt
index f126c2cb5e..97278ee69a 100644
--- a/docs/en/cli/yadisk/CreateObjectCopy/bash.txt
+++ b/docs/en/cli/yadisk/CreateObjectCopy/bash.txt
@@ -1,5 +1,5 @@
oint yadisk CreateObjectCopy \
--token "***" \
- --from "/8072c022-749f-42b4-b6da-647958c69b41.png" \
- --to "/fbb9292a-ed98-4697-a3b2-17f5559a0699.png" \
+ --from "/572aaba3-11a2-4f82-9ac1-5254b5995e09.png" \
+ --to "/a6c172ef-13ca-409f-ab3a-8f510497430f.png" \
--rewrite true
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/CreateObjectCopy/bat.txt b/docs/en/cli/yadisk/CreateObjectCopy/bat.txt
index 1d74110200..74b620048c 100644
--- a/docs/en/cli/yadisk/CreateObjectCopy/bat.txt
+++ b/docs/en/cli/yadisk/CreateObjectCopy/bat.txt
@@ -1,5 +1,5 @@
oint yadisk CreateObjectCopy ^
--token "***" ^
- --from "/8072c022-749f-42b4-b6da-647958c69b41.png" ^
- --to "/fbb9292a-ed98-4697-a3b2-17f5559a0699.png" ^
+ --from "/572aaba3-11a2-4f82-9ac1-5254b5995e09.png" ^
+ --to "/a6c172ef-13ca-409f-ab3a-8f510497430f.png" ^
--rewrite true
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/DeleteObject/bash.txt b/docs/en/cli/yadisk/DeleteObject/bash.txt
index 1a06ebad85..b6b66ce6c8 100644
--- a/docs/en/cli/yadisk/DeleteObject/bash.txt
+++ b/docs/en/cli/yadisk/DeleteObject/bash.txt
@@ -1,4 +1,4 @@
oint yadisk DeleteObject \
--token "***" \
- --path "/96b215c7-48f6-474d-b84e-8d3230a39131.png" \
+ --path "/2fd05082-1486-4825-b7b5-6bc33b6e4df6.png" \
--can false
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/DeleteObject/bat.txt b/docs/en/cli/yadisk/DeleteObject/bat.txt
index 5128fa4d88..19ae995263 100644
--- a/docs/en/cli/yadisk/DeleteObject/bat.txt
+++ b/docs/en/cli/yadisk/DeleteObject/bat.txt
@@ -1,4 +1,4 @@
oint yadisk DeleteObject ^
--token "***" ^
- --path "/96b215c7-48f6-474d-b84e-8d3230a39131.png" ^
+ --path "/2fd05082-1486-4825-b7b5-6bc33b6e4df6.png" ^
--can false
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/DownloadFile/bash.txt b/docs/en/cli/yadisk/DownloadFile/bash.txt
index 8753ff3753..20cf82fa7b 100644
--- a/docs/en/cli/yadisk/DownloadFile/bash.txt
+++ b/docs/en/cli/yadisk/DownloadFile/bash.txt
@@ -1,3 +1,3 @@
oint yadisk DownloadFile \
--token "***" \
- --path "/740cfd78-e33b-4d42-982b-251f6c55b457.png"
\ No newline at end of file
+ --path "/fa53c6df-934a-43d1-900f-5c356fa873e7.png"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/DownloadFile/bat.txt b/docs/en/cli/yadisk/DownloadFile/bat.txt
index bbd30ed77a..8cf298c6bb 100644
--- a/docs/en/cli/yadisk/DownloadFile/bat.txt
+++ b/docs/en/cli/yadisk/DownloadFile/bat.txt
@@ -1,3 +1,3 @@
oint yadisk DownloadFile ^
--token "***" ^
- --path "/740cfd78-e33b-4d42-982b-251f6c55b457.png"
\ No newline at end of file
+ --path "/fa53c6df-934a-43d1-900f-5c356fa873e7.png"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/GetDownloadLink/bash.txt b/docs/en/cli/yadisk/GetDownloadLink/bash.txt
index 7d191cf4f0..695150aa94 100644
--- a/docs/en/cli/yadisk/GetDownloadLink/bash.txt
+++ b/docs/en/cli/yadisk/GetDownloadLink/bash.txt
@@ -1,3 +1,3 @@
oint yadisk GetDownloadLink \
--token "***" \
- --path "/d5e23e09-8a6a-4db1-ae75-4161f90a1182.png"
\ No newline at end of file
+ --path "/fa53c6df-934a-43d1-900f-5c356fa873e7.png"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/GetDownloadLink/bat.txt b/docs/en/cli/yadisk/GetDownloadLink/bat.txt
index 6285782658..918a5a9eed 100644
--- a/docs/en/cli/yadisk/GetDownloadLink/bat.txt
+++ b/docs/en/cli/yadisk/GetDownloadLink/bat.txt
@@ -1,3 +1,3 @@
oint yadisk GetDownloadLink ^
--token "***" ^
- --path "/d5e23e09-8a6a-4db1-ae75-4161f90a1182.png"
\ No newline at end of file
+ --path "/fa53c6df-934a-43d1-900f-5c356fa873e7.png"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bash.txt b/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bash.txt
index df893bc465..3580746715 100644
--- a/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bash.txt
+++ b/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bash.txt
@@ -1,3 +1,3 @@
oint yadisk GetDownloadLinkForPublicObject \
--token "***" \
- --url "https://yadi.sk/i/qgbnXWWPWRp2Iw"
\ No newline at end of file
+ --url "https://yadi.sk/i/bKBWnJGIoxuDiA"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bat.txt b/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bat.txt
index 72cc270e4d..38ad5d80ca 100644
--- a/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bat.txt
+++ b/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bat.txt
@@ -1,3 +1,3 @@
oint yadisk GetDownloadLinkForPublicObject ^
--token "***" ^
- --url "https://yadi.sk/i/qgbnXWWPWRp2Iw"
\ No newline at end of file
+ --url "https://yadi.sk/i/bKBWnJGIoxuDiA"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/GetObject/bash.txt b/docs/en/cli/yadisk/GetObject/bash.txt
index 0ad5bf1ac4..966a914616 100644
--- a/docs/en/cli/yadisk/GetObject/bash.txt
+++ b/docs/en/cli/yadisk/GetObject/bash.txt
@@ -1,3 +1,3 @@
oint yadisk GetObject \
--token "***" \
- --path "/1a9461bb-b345-47bf-9453-015d4e476e72.png"
\ No newline at end of file
+ --path "/6879cb31-1668-4178-9d1c-5ce886cf5591.png"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/GetObject/bat.txt b/docs/en/cli/yadisk/GetObject/bat.txt
index f9d9fbba57..5618544051 100644
--- a/docs/en/cli/yadisk/GetObject/bat.txt
+++ b/docs/en/cli/yadisk/GetObject/bat.txt
@@ -1,3 +1,3 @@
oint yadisk GetObject ^
--token "***" ^
- --path "/1a9461bb-b345-47bf-9453-015d4e476e72.png"
\ No newline at end of file
+ --path "/6879cb31-1668-4178-9d1c-5ce886cf5591.png"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/GetPublicObject/bash.txt b/docs/en/cli/yadisk/GetPublicObject/bash.txt
index a231963e3f..fb7ef4e1f0 100644
--- a/docs/en/cli/yadisk/GetPublicObject/bash.txt
+++ b/docs/en/cli/yadisk/GetPublicObject/bash.txt
@@ -1,3 +1,3 @@
oint yadisk GetPublicObject \
--token "***" \
- --url "https://yadi.sk/i/qgbnXWWPWRp2Iw"
\ No newline at end of file
+ --url "https://yadi.sk/i/bKBWnJGIoxuDiA"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/GetPublicObject/bat.txt b/docs/en/cli/yadisk/GetPublicObject/bat.txt
index 5ceecc1d6d..aeb1aaeddc 100644
--- a/docs/en/cli/yadisk/GetPublicObject/bat.txt
+++ b/docs/en/cli/yadisk/GetPublicObject/bat.txt
@@ -1,3 +1,3 @@
oint yadisk GetPublicObject ^
--token "***" ^
- --url "https://yadi.sk/i/qgbnXWWPWRp2Iw"
\ No newline at end of file
+ --url "https://yadi.sk/i/bKBWnJGIoxuDiA"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/MoveObject/bash.txt b/docs/en/cli/yadisk/MoveObject/bash.txt
index 52aea7849a..a7f4c6e9ee 100644
--- a/docs/en/cli/yadisk/MoveObject/bash.txt
+++ b/docs/en/cli/yadisk/MoveObject/bash.txt
@@ -1,5 +1,5 @@
oint yadisk MoveObject \
--token "***" \
- --from "/4a4d5953-926d-44d9-8dda-24d99eba7256.png" \
- --to "/4d3a075c-a654-4cba-868b-27907826991a.png" \
+ --from "/d3ec3445-c222-4541-a4b2-b5ce0de7c73d.png" \
+ --to "/29e9bc07-09a1-4c1f-835e-7f2af8f35068.png" \
--rewrite true
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/MoveObject/bat.txt b/docs/en/cli/yadisk/MoveObject/bat.txt
index 57c8cc7c55..e19148c8e5 100644
--- a/docs/en/cli/yadisk/MoveObject/bat.txt
+++ b/docs/en/cli/yadisk/MoveObject/bat.txt
@@ -1,5 +1,5 @@
oint yadisk MoveObject ^
--token "***" ^
- --from "/4a4d5953-926d-44d9-8dda-24d99eba7256.png" ^
- --to "/4d3a075c-a654-4cba-868b-27907826991a.png" ^
+ --from "/d3ec3445-c222-4541-a4b2-b5ce0de7c73d.png" ^
+ --to "/29e9bc07-09a1-4c1f-835e-7f2af8f35068.png" ^
--rewrite true
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/PublishObject/bash.txt b/docs/en/cli/yadisk/PublishObject/bash.txt
index 3345629430..bc52c5fcfa 100644
--- a/docs/en/cli/yadisk/PublishObject/bash.txt
+++ b/docs/en/cli/yadisk/PublishObject/bash.txt
@@ -1,3 +1,3 @@
oint yadisk PublishObject \
--token "***" \
- --path "/88651293-e736-404c-bfcb-bef8e92bf10d.png"
\ No newline at end of file
+ --path "/f2841d16-4bff-4e82-b1b4-66cee1885195.png"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/PublishObject/bat.txt b/docs/en/cli/yadisk/PublishObject/bat.txt
index c40773e30c..24b596c8d2 100644
--- a/docs/en/cli/yadisk/PublishObject/bat.txt
+++ b/docs/en/cli/yadisk/PublishObject/bat.txt
@@ -1,3 +1,3 @@
oint yadisk PublishObject ^
--token "***" ^
- --path "/88651293-e736-404c-bfcb-bef8e92bf10d.png"
\ No newline at end of file
+ --path "/f2841d16-4bff-4e82-b1b4-66cee1885195.png"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/SavePublicObjectToDisk/bash.txt b/docs/en/cli/yadisk/SavePublicObjectToDisk/bash.txt
index 850665a067..76ce978bc6 100644
--- a/docs/en/cli/yadisk/SavePublicObjectToDisk/bash.txt
+++ b/docs/en/cli/yadisk/SavePublicObjectToDisk/bash.txt
@@ -1,3 +1,3 @@
oint yadisk SavePublicObjectToDisk \
--token "***" \
- --url "https://yadi.sk/i/qgbnXWWPWRp2Iw"
\ No newline at end of file
+ --url "https://yadi.sk/i/bKBWnJGIoxuDiA"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/SavePublicObjectToDisk/bat.txt b/docs/en/cli/yadisk/SavePublicObjectToDisk/bat.txt
index 4842b31889..8830ea44b2 100644
--- a/docs/en/cli/yadisk/SavePublicObjectToDisk/bat.txt
+++ b/docs/en/cli/yadisk/SavePublicObjectToDisk/bat.txt
@@ -1,3 +1,3 @@
oint yadisk SavePublicObjectToDisk ^
--token "***" ^
- --url "https://yadi.sk/i/qgbnXWWPWRp2Iw"
\ No newline at end of file
+ --url "https://yadi.sk/i/bKBWnJGIoxuDiA"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/UploadFile/bash.txt b/docs/en/cli/yadisk/UploadFile/bash.txt
index 5e7c654429..fb7b04c9ea 100644
--- a/docs/en/cli/yadisk/UploadFile/bash.txt
+++ b/docs/en/cli/yadisk/UploadFile/bash.txt
@@ -1,5 +1,5 @@
oint yadisk UploadFile \
--token "***" \
- --path "/fae69a8d-4dc7-4d66-83e7-1710744dd76d.png" \
- --file "https://hut.openintegrations.dev/test_data/picture.jpg" \
+ --path "/2fd05082-1486-4825-b7b5-6bc33b6e4df6.png" \
+ --file "C:\Users\bayse\AppData\Local\Temp\eyykrpbte4t.png" \
--rewrite true
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/UploadFile/bat.txt b/docs/en/cli/yadisk/UploadFile/bat.txt
index 3ecb9c6458..8e208af572 100644
--- a/docs/en/cli/yadisk/UploadFile/bat.txt
+++ b/docs/en/cli/yadisk/UploadFile/bat.txt
@@ -1,5 +1,5 @@
oint yadisk UploadFile ^
--token "***" ^
- --path "/fae69a8d-4dc7-4d66-83e7-1710744dd76d.png" ^
- --file "https://hut.openintegrations.dev/test_data/picture.jpg" ^
+ --path "/2fd05082-1486-4825-b7b5-6bc33b6e4df6.png" ^
+ --file "C:\Users\bayse\AppData\Local\Temp\eyykrpbte4t.png" ^
--rewrite true
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/UploadFileByURL/bash.txt b/docs/en/cli/yadisk/UploadFileByURL/bash.txt
index b2a1660ff2..6f22d5845d 100644
--- a/docs/en/cli/yadisk/UploadFileByURL/bash.txt
+++ b/docs/en/cli/yadisk/UploadFileByURL/bash.txt
@@ -1,4 +1,4 @@
oint yadisk UploadFileByURL \
--token "***" \
- --path "/1cd8be42-ed05-4c36-bdda-860a00aa9349.png" \
+ --path "/6879cb31-1668-4178-9d1c-5ce886cf5591.png" \
--url "https://hut.openintegrations.dev/test_data/picture.jpg"
\ No newline at end of file
diff --git a/docs/en/cli/yadisk/UploadFileByURL/bat.txt b/docs/en/cli/yadisk/UploadFileByURL/bat.txt
index fda130210a..a1bc283f1e 100644
--- a/docs/en/cli/yadisk/UploadFileByURL/bat.txt
+++ b/docs/en/cli/yadisk/UploadFileByURL/bat.txt
@@ -1,4 +1,4 @@
oint yadisk UploadFileByURL ^
--token "***" ^
- --path "/1cd8be42-ed05-4c36-bdda-860a00aa9349.png" ^
+ --path "/6879cb31-1668-4178-9d1c-5ce886cf5591.png" ^
--url "https://hut.openintegrations.dev/test_data/picture.jpg"
\ No newline at end of file