diff --git a/data.json.gpg b/data.json.gpg
index c4de1a4fb9f..3c67a83d0e8 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 6c077471439..1f32948d4fc 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 24a37191866..54924638b01 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 ca5e5d655da..5eb9f7c00ed 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 ced661a47e0..9cda80cbb9a 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 e41fcb14f61..a7ecb655bac 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 22b4987c75c..114dc396c84 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 fd53a45f02f..946bb6edf55 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 7f2786479bc..d2472187f10 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 d38526ece9a..a9466a2e990 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 c05803ad49a..8874b825e4b 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 47f0636204a..08fee06dcfe 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 d51228e8357..816003e1656 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 3c7ae78a24e..234af167904 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 f3a45346b28..a1b429c88fb 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 4d4066d1272..7dcb32b6f74 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 85e7ed99aa1..237371a8d59 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 96b00f98b5f..176c309ba8f 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 890bdf5fd53..395747aa40a 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 2e44c8328ea..0f2e6ba35db 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 20c51729017..ff78942aa2b 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 681b5c1731c..225e79854cc 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 6eba7faabdf..412fc03b976 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 7aa1d7c18c1..61223295bba 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 cc3c6e97d9a..0133ce80b47 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 0ff55bdca66..badf62e5fdf 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 3a4f1d6e03d..8e9e4b2b680 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 2bba5d7eef1..9162d524222 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 54876c5301f..792c595830a 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 52015e6df33..733ed46e779 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 ff4d18b61c1..346dc80707f 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 f99b23db946..7f1b8e9a79f 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 6b2cc9ee3aa..cdfef43f588 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 72e82d3a959..ec132e8addf 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 0dd3c935c39..097c6730b1e 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 33044313b24..c3ccb5ec2e7 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 41a1a2afa61..9c916fbfc2a 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 655007a0e56..28862036b05 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 721c0f53028..b3c8e3bc892 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 a2e5a8bf1a8..01e72caa939 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 73ef328a31d..2a6ed4b13f2 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 8eb7d63f1e8..44952008b49 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 6cf5a45492b..8e8ff91930c 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 bc51d085bf0..5d605e0fe1c 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 2169042a1f1..28f44c465d4 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 f8e70de4465..c292c14ed01 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 bcae5a71223..458395f0e27 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 d00ba2499c7..921c54ecc30 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 11a3ae2e197..dda3d3dcd0d 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 5737c727b09..5dfa485b4a4 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 69c8d19997f..3fd3925768c 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 03a32a86436..bf4585b0b7d 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 1d21dd422da..15bc45a2c33 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 e9125890edc..cf707362681 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 dc7ddb14183..d3e189d01c9 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 a6ab35655eb..3c8dee23f63 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 3ba9bef0e93..3ad324ae9bd 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 ff65b9343f8..f835fb8edc6 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 8b2f69a8071..3cca4f96336 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 803cde4552b..4775f0da96e 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 4054afa3220..4c948f36063 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 afb4e58b805..910f9ea7152 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 628fe9aaa04..2ffd8e957b1 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 096a5bf7b2f..a0a791ba870 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 8f320820a01..007bba18787 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 fa20979232d..12f5f86b203 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 6ef8923125f..d7185a0035b 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 25c572d19a0..0fbee9d01a4 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 6b4e18d3ca2..e29d753997f 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 bdd834011ce..ae215dd280f 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 cdbac85fad8..bf8af3c2c54 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 908a36de9e0..6713e4ae7b2 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 bfb227068a5..eba1ff07a7c 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 42986e13f5f..932ddec5428 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 a6aa35c24c0..5e41335b706 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 f4edc02b86c..5f001c6e6dd 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 539867d895c..68e7811b5fa 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 51df55ae020..2e0f5df708b 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 9954edaba9a..90fa021021e 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 ce5ab3c33a6..0127b4339b6 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 f2ebf4af134..92ddd1f4ff2 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 5f72f6a9b58..4873107a9a5 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 94fa6622a30..c16bcb21d3d 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 b3b166061fc..3f227dde69b 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 0cda71f29dd..9295b77264d 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 5a188180cc1..3ff4f12ed74 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 4fca9a88df4..2d482bd3c4c 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 ef5fb3b21da..0bb3492b448 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 f410ad8c856..6871358383a 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 63916a4b1b1..327858aac79 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 87c1dbfe300..456c2cd04aa 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 2cf4e6f7089..0cb03e5afb6 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 3dcc7a7feea..ab806d30272 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 14c54eec190..3f8f564d66d 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 02814e2c09e..aa4b74f43f8 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 db8269677c5..94822ea8de9 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 ee2f27b19ff..3369124d74d 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 b0ec10e2633..61caa057de0 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 0228722171c..e2e2e66e950 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 8f2a1299c52..e38c8d07029 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 3c2ccd9d7ca..362d338f51d 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 904d8190cbc..23f4df2c307 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 42c43908e75..0c33f7a7f49 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 3a4dce31863..08adcadace7 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 8699eefbaad..51cd6fad281 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 97b8053a3c7..cb052a69edd 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 9766708a3d0..c46d972768d 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 8a57cf5cb64..c58a2f798ed 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 2f00caf3b6b..8f4b3febcaa 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 c009b545891..1e079875f7e 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 0592823cfa7..7be9a3fc893 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 44be95acd08..696c1505bfc 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 e9415ebf15a..7e86ae9d2b9 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 971e59da7e8..9f22bdd216a 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 e6cb83de63b..d7a0e0a948f 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 7d907a8bbcd..d62eb541c28 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 15be7301d00..2a986a7858c 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 f39ea7aa893..ee5d6dfe5bf 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 3bedc2ff9db..95b80f325cb 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 b1d755038ff..60bf5171bb1 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 abaeb11596f..653c3d5c6e1 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 d1454478f7f..980172ceb56 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 e9c40d61a4a..5a4f5f9ae9a 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 4beca2ac6ed..a547e468337 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 364cf5b3387..8f05b2b8bf1 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 365f39fc7ce..cb56e545377 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 a4dc696b8ab..6afec9faa65 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 51d4804888f..cb0f8052e11 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 4490e2fb847..acc3795f9e3 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 121b3a3f3ac..801e9becfb5 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 9f38e877796..11aeb049951 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 40016a2b5d8..48af76c1191 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 cc705dedbfc..4b7e7f79093 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 34961057ab3..c08cbca5e85 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 1f917f79584..3df25480efb 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 1b5a581262d..d78b554404b 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 47414e26d9b..afee5293885 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 1a2af2f459b..6c52f74a990 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 39cfedc4b6e..dbdc8d442ae 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 ac2c0618434..69658634656 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 c9b15491f34..c11d2591af3 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 eadf29ad000..d7c853cf968 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 09ebac732d4..e8bc75d8426 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 f6dc3dc9e23..b6bafdb08f5 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 b1253298c7c..b8f402450b2 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 1a24c61cf95..ed51cb5a943 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 89baabf3ab3..36270c87dfb 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 a0931d276fd..75492e33698 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 7ddc1b298dd..46b41ff9954 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 a2c190d6826..c8355b058fb 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 2e84a357bf0..63be01ea2ed 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 5e118705254..41ade8611c2 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 1594948c8be..ac07422e442 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 a830e8e838a..e10c75e7333 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 c30b179d1ef..5c20a99de5c 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 ce81c41048f..c0433d28c1b 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 4f4bf3c12f1..b764aede729 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 0b0662a646d..2886f52e3fb 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 2e93e8b3fd2..bc2a7edda6c 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 0655fa113a6..66f63208739 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 a7b7e4f27fe..121916c4525 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 64150fbcfa1..6601be7579d 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 45c465624b1..4da5b699b66 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 70e25e2e252..d2257c74077 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 550bf1bef1c..ef230e22d17 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 2e3122d1923..f3e2573150d 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 39cc2818756..e2e4bd37195 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 b4589230e7a..0341f99415c 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 755493a896d..a9ba4e671f5 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 538b9825953..02b3d512a18 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 254e91e9d4b..2d913768cd6 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 1810d9899d6..14c9cbf9640 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 f8d8e55b34c..83a404f7ce2 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 3641dc05f13..5a56ef605a4 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 e8a4093808b..238ff42e315 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 26fd141a70e..60f3ec18a0f 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 88ed2e57ecd..9ff55e511dc 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 41e8a19f368..778be65c77f 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 406fe19cb4e..7b507e07565 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 a0ef3929307..b2baf07da85 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 20497d1821c..6bf9d9f8f27 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 e717b68c848..4f7640f8610 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 a307842cbea..bf68563a15a 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 e2b64244651..a0ad2e8456a 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 60eccb2b31a..0e24539ddab 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 674982ca93f..0bbe69a4c16 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 ff74b1e94ca..68f274644fc 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 05ca4dbceb9..8943b66eec3 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 ecc1e9d23a6..9f538ad14d2 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 05c1575d30d..28399f4f1c9 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 1f258829e6b..aa087334bbc 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 be533b35a05..f140f11b90b 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 83b16cca31f..f54162539b6 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 a3adc1ddca1..e99e0dd8fb2 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 fddf343bc64..761052b4d0e 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 cfeb0498cab..3e9ffdcaaac 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 20699f5220d..d38b4507e69 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 cdf0d93e539..a5443e96892 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 c27e5d1590e..e8794174a59 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 0cb80b20558..999814dc339 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 92edd4a0750..b0bfd7f5426 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 b0f0c48dbb8..9a7e4f5978d 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 9214f4e4925..de24e184a4f 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 952909331b4..08af23cbb62 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 b3ebfc9130b..256d62436f7 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 e68a80e0340..a4bd41a4587 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 cb617fddec2..538d40c9a53 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 ee0bbdedefc..b27ca3eb473 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 d64203a9210..320d9b63d24 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 937b165f229..b4e6edde81f 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 b08cb77b297..c0225c8007d 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 3c1529b14a2..f14d2f1a890 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 604c3d67e8a..56602835a0a 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 a00de768206..457626803e4 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 5872787cdb4..3d620e1da3b 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 4c76f4001cf..b1d155a0069 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 50c0baf40ff..8671a3d5cdb 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 db922878b99..c7e45216c09 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 0f04cb8ee7a..eead9073aea 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 5229bbe9115..b67d4e44522 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 cfc1000189b..6b56319f4a2 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 76deab47c52..5912caed94b 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 fdca6f10f46..44d7cd9e7a9 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 0a5ecce48f2..6e0337d4c8a 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 d827fcdfec8..59b1867249b 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 409ff9ed246..21c07ce9aef 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 97d3712821b..af8d35b1f28 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 36a0dbb518a..5afb2898e77 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 a9a070146b2..e4f8f006976 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 b1a0dc12c3d..adb5997d795 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 3e74259d191..1b5417a273e 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 e2ded061bca..b11b6cbb5d4 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 c9229602252..cceab31c330 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 8176bcd9f31..250e2e6a35d 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 28e9259bb0d..e044c2facc0 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 1e6235dcf98..f6075b9face 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 12fb07a6625..d7c62c1159a 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 0ffa58db13d..4c7b1a18a56 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 9ae5237af08..2109172f5d8 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 c7c7069e91a..28b3b7afdf1 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 2b25da2413b..1b47b824847 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 727b67d6f07..8689b8493b6 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 7cb3b265cb5..580cfc99d35 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 ee35463f898..37400e0c65c 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 f3022211f19..cc6775f74b6 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 e121acaa94f..64b901fde6b 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 d6409ad4da8..b2c36d55019 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 e51a04c68fa..dba4b431530 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 d23c7515d54..f8956a1489f 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 1b0e14d103f..f1257edf72a 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 15ebd3aec24..498b8d141fb 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 77b5692f0f4..83e10399ec3 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 af9b48ba933..e0f8cb370b8 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 59356f6ad09..a42e4d6da5e 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 9be2967c93d..ed61dfb7abf 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 7be9b98888b..25d67955d2c 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 5c83a31e0a2..0be85362987 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 812c419033f..3b01434dbee 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 b6977bdcf11..053c16d3990 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 f1c7dab088b..7322535388b 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 aee703ee3d1..8f3e834595b 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 92e20a1998b..2b83af92907 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 f2e70c2b3ae..950b1f881b1 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 3612d837700..b9ddc0f24e7 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 e10ad84c2ee..43d01061f0b 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 ebb92062e2c..2735b41bbb2 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 43b98eeef81..b2d872efdbc 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 14c316d089a..a5c9f04ad9e 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 85b9386e864..864e084824c 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 8de8ee9c618..4c4c18e1a43 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 7b9586535ba..bca18393016 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 4ebb4ec1327..48586ab12d6 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 7320357975a..029cd1e8b93 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 9f63130a33f..ed5f4e40b89 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 dbbee12a266..cd8ff9c1a58 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 d6601ac7142..1722d35c734 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 425cfd7efcb..6a13921db9f 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 fa77b59d08a..eb97bc033fd 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 38245c19c6f..31063f79137 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 50f8b4883f5..af239c89bad 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 210278a1f85..279c4c45f46 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 d38f6f161ec..a3824f93eb4 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 581bbdeb6c2..69046569c9c 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 19d6b5b6c9d..915ce3f8211 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 90fa3e8d0a8..ab1b20b6949 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 b89c2346a7c..e014a46643f 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 d529f49e2e5..97a84676aa5 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 026c4e0d4e4..0ce203605e2 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 5bbb798b7ca..41cad30ce39 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 ba5001f0564..01e345047f6 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 8c045dbf46d..10bd0ddbb39 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 9213369fd1e..f62c3c93526 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 bf5ead5225c..d7a1a174cac 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 cceb72fb469..7a612cbb140 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 46a5a93ad2f..5691bcf1083 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 63b9091a9d1..c860e5c4622 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 672eec9eb8a..99812b8fbed 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 aa4256d7cf1..79059df5963 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 c5719be6eb9..5435512f5dc 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 fcd8c97c8e6..2259a7ff6a5 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 f78fd97af61..0fbea47368f 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 a2a15aba38c..77286734aea 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 fefc857402c..8b8f629c0b5 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 4a63715e976..5d056e07080 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 ab2ccc884c9..f0acad2d4ab 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 018cafa79f8..2201446fac0 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 dd61427bbfd..aeb7303e8a8 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 6154b0fae9c..d93598f26f7 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 80471f5fb26..f7ab2174bb6 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 8d794f94c4e..e21a237f9e1 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 1c166604e01..9db138bf40b 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 b921832e84b..b6d35be4605 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 b279ebafbb9..291758923e7 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 d01cedff418..704e0772083 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 20163198baf..6ab41a1793b 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 fcf8c40a145..17849221859 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 5451f7f409e..d4843d6130e 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 363090c329e..1612c43e814 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 70895a9efd1..dcb4686712d 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 6485d76c7ec..55a6b025b48 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 b6b046782b3..103074639fd 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 caed2fcfaff..2325a213acc 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 1c178f03162..263e1664780 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 37e7c05330c..9250801e6f0 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 7cf8fe58e5b..7de15b0cf57 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 6b9f6ac180a..521d7339b93 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 daaa5ddd7d8..cc98c15bb48 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 673e307774c..355f4b33c10 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 d48768c61b3..c1876631f77 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 ece972f1064..3ad5bfa8126 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 d75e3cbc60e..f8b2676c911 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 64630454321..9a945bb6d77 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 68e1ba5b9b6..5695d6f9673 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 8f556c03404..264b28975b1 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 5d06fdb2279..ddeb2b86404 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 7d3c91daf80..058c90f8aed 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 c0f9e70c657..7f5ed3f57cc 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 29d5b8782dd..072ea7f1ad6 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 d1775b2719d..9d7d7c2fc94 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 fe7598498bc..00fe593f46d 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 3e59ca03933..94901ac6e43 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 b133477f222..9820b0d8896 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 546a3a942dd..60ba5fd6ef5 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 0fd1d6c8139..16446a0f177 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 37d70588466..f35c45a2723 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 354c83494bc..b77a295bc6d 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 d32730cc9d2..e940181d197 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 8b06f9181b6..d26e29ca31e 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 2068878cd81..d56f3f1028f 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 e9f98189220..e5c86ea2bb2 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 b078924ceb6..bdafdb1d099 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 42958295311..86e85e63345 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 f4e63e49b40..8726848287f 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 fc4dde35e56..5bef3257af0 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 37315208784..3d6ba225118 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 ae4fe99866c..2031de393ee 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 0cf2c7ab86f..858156c47b7 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 c7d004919a7..1f2527e6a59 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 59f89841334..a6160d813f4 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 c8d30d83c89..60c69791d97 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 fbd1d284959..c455f913fc2 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 ee173a63610..06b790dbef1 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 ff89065da16..a9a1447d6d7 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 b6e243eb95a..20c2b65ef1e 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 67be56072ae..1af300f98ba 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 529fdee2beb..d577c18205e 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 77cca98860e..ccb11d8583f 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 f85b53149d2..a0205423961 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 300426b21f3..aab0a7a5391 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 1216af5f9d5..349fa509975 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 fff65588947..860f61695e9 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 dd1f1de660b..0707bb67387 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 33da6b06584..a0fd086b590 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 65c787b3352..950a4c18de2 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 017fd5e4c70..9f3569bb6c5 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 c5508af0717..62b684c16a9 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 d9283e6e0e1..5d93167eb82 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 d85f1d06584..3cbade5f175 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 e1f125a157e..253058cb27c 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 19628fb02b4..b76acc74e66 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 bb4abcc5e03..20a81f06d60 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 0ba1c76c827..1ad1092577f 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 0e4968eb4f2..11eb19fd67f 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 3456ff63e69..a4aee864bd7 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 c6e3f624032..5947d46a3ad 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 2c47b7646ec..e1efff22c2b 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 f06c3ab9d03..43a0a8053bf 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 964bb951b90..77f15909471 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 6a9f08ea3be..51594c30631 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 db728b6ecbe..876ae909477 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 ef3d6701ba4..4a937523180 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 8c003e9bcf2..646d7e0922b 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 334584d5f16..871141b2059 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 37c6b1cabc3..ae8a9f3b125 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 c9b2d2d36e8..4132868d80c 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 43d7204562a..cf714740a8c 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 ee92c797d92..4a129a7894f 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 3ff64568b77..50497cac410 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 98ddcb9bbc0..a6077798795 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 12018c36f5c..a6694d073e1 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 0f32f55c402..07643547dd0 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 7b752e8fc9d..ab6284f8130 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 dcf62cef0c3..a9250344b92 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 1ae32861310..8cd2217994e 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 7344eefec9d..ddbf3212152 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 a096c70b751..3d59cb72a53 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 d7e7d2412d2..4a8a7414647 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 6aafe14419a..48ebdf59730 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 5591463dfdc..ff673b49499 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 fce51f4557b..f5d9f9adc29 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 d31d56d4bda..5caba066107 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 3726c96fd4e..161fe2b82b8 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 036f40f7bb6..584958a3303 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 08420875238..773df042455 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 69e9ecf0c2d..2ee1faff1eb 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 bf8d1b93371..e7c9558094a 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 c691958be0c..659bb18ff5d 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 a2ec888a399..cdd6e609110 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 178dbac18ce..1f630522cb3 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 f02c62a4efc..df475be0f84 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 813d947a779..d78385722ce 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 0b4b34e69ee..ba7850dc647 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 7357c5d7cd1..e83990f17c8 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 957d4e2b591..ffb09438a15 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 d2b1fb5e6d4..678882554d9 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 393253204ea..71972c17c97 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 140fb8882b9..e7a5664fcdb 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 dddc7d370df..09acad45c57 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 15a6a3cc666..89c17e0ea97 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 77fab2108f7..b027ce61989 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 a4a26a86a2c..d4c24d31440 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 2895c408d67..372b10d424b 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 6c21a53771c..d870e804b6c 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 d9510f36731..55a50826435 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 9fe8d4f7336..fa69b9ee7a9 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 53c68c02b6a..e92707a3bd3 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 0fadedd343a..c22d99a2ce4 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 dccca531aab..43273b607d0 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 f2ab425f033..4ac9bae97a5 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 b49475bc344..75b7e49773c 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 10548cc4f27..ac85adbc4a8 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 0b580efd88e..feaad88dc51 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 ee460752e04..dffedbfabc9 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 5527f713767..6235c58c0a7 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 37963f3cb4f..e27077b3cdc 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 4cd51466531..23e8376ccd8 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 6a609eccc0a..7a081220efb 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 83966091ce0..f8c56b28f9d 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 14a106ec6bd..d930a0d23d2 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 66688e0be5f..e516f5334a7 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 26d19e38e4a..d416327da1e 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 0d679e68dad..609d1862062 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 c118ff72558..e05ce5dd260 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 fe14feab274..34c045c24ba 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 03255fce1a1..939c84dbadd 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 ab1c4cf0789..12f169c8904 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 b3be338831e..f0fa41d11cb 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 2be9296af8a..ff0bb660867 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 e2dd426e122..8015bf14a17 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 41e4ab65e44..88fbe0d6897 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 e608f63e76b..a77ca05cba8 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 6a0f292e9c7..0137c2aaba5 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 1504ef2fb75..e879fc0a410 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 4802126ff92..73fc8ae6e9e 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 69dd8271c6c..f4ce849c0e6 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 5200711792f..49c522d3340 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 865ba5e3975..3b689bffa10 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 cbc2ae04eb6..e5f12a58ced 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 44a658c2532..a50bdaf40b5 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 85c855da4cd..f087d8e2bd5 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 3ae34203dd6..35a78946762 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 55086931582..df3d6486ca4 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 41a5a52f0e7..d02852d40a6 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 d492a1bf097..8e3e341b83b 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 e01a468b483..61dadc68ca5 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 fff82e18b8a..6abbb5a9d5c 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 c72b3335239..2944e4f7545 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 f4c4bd457cf..6b3d4a577bd 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 b87b4ede49c..93aae4e9b8c 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 11843e1190a..cd573f920f4 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 fdead406614..128794ee6db 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 3837f41c005..cec270363c0 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 23e98621e06..222f4272d27 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 b678d789eb6..1c6c51e810b 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 96f6f7f9124..f9e86d3da20 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 8e8f629dd94..077308f08df 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 19ddad1f710..c32150bd8ec 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 4b5eab7c3e9..7887b650904 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 881b948f3e9..eee27ef762e 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 6eeee2347a7..b6e9aefb8d7 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 61d68a9dc28..9a73c58a4e8 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 6701e679c00..e1f8bf33892 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 391522bb080..382ef85ef75 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 d4794615e49..e8f5ff3eaa8 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 eb751eb8c59..75f8a2372b0 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 e7d87547a82..6a9f3503751 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 361800901fa..47137ffd71c 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 18cc273797e..e9f5c1bcecb 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 60bd31439fb..8b0fe95f33d 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 758452b1e20..09d3d256cab 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 0e7d7c8a06b..2fc1fb3325f 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 f88b89e4645..80f03e1967a 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 ec0f4907a12..3d0d6bdfc9e 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 285da61af1e..392aadea747 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 1476b8daf25..3839f8e3a82 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 6cef2bea1d8..6c2e4a56c73 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 b360d6fb6ae..d0a224c8bc9 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 5d9f1ddda65..978f8eb3ac8 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 ac730e1011b..a45bf7b689d 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 4902c15baa9..e5fafb883b7 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 e4b5d7f239d..7ceb55d1568 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 6c806eae97d..8d4b357fc98 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 33f76e96801..fa1bdb57bc8 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 38608e92c1b..af569312316 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 f427b2cfa53..2993802cd52 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 bc9ca692b2e..37513ac6f58 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 c942a8013ad..79ca3d4fc66 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 62a54d025b7..6ab2a2d0b71 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 583e29becdc..59aa0808342 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 ad65c2cc605..8d39009cff6 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 caf03803b7c..c1d2dcabbfe 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 6d54af3b6aa..30e544c2542 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 3b59b3f0dcf..88409854812 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 8ccb95ca8ac..3cd37bc4830 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 06c107bc96b..1e7f8933212 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 73c129e008a..784cac8590b 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 252007f28c3..82ace311dde 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 edbd11ec090..a9af6220c11 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 631480d9fd0..8ec4f5e5456 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 3abe04ab71d..eab64cb0940 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 6689453ca18..26fc18bafd1 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 5be1fc2e53b..0bf5da1d1a4 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 87b4b8e47c3..8f61cb1ca7f 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 bc6408dc2d2..922bdf6c9ae 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 018bb93ff5a..7ca25438a2d 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 5563b83775c..babfc766a8f 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 d901b474cf8..7b743cb8eee 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 b259ef09a4c..1eb8c2c850e 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 caeb0494e68..c8f159981bc 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 636c10a509d..681807a3931 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 a89e76c36f7..a439f1ed9bf 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 5257a4de90b..2c026854521 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 2dd06a2cabd..4f9421065d9 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 a7a80990f9c..f4e13774fe8 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 f73ce2be309..ba3f467801b 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 8001e889174..db0beaf5550 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 23c59613f0c..57a8ed8296b 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 291a61059e1..a17d1ed694b 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 2968568c266..da2eea644d9 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 7abf82cbb16..f989b8f3cb8 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 762a46759e4..465403c35b0 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 38d8aed1a3e..f2d3bf5e854 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 db5ce5f4e7d..78d3c541035 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 5e9968be823..270bd79a045 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 b018baeffc1..cf11897dcd9 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 3be791125e9..874ca7eaadc 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 c78c9d4cc3a..4e648f02112 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 ec02a1fb74f..c859c365f5f 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 4a01da70020..7616d30a05c 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 92b1cd5a68c..db237be7db6 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 4062508d41d..8b74f171afa 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 9baa531a76f..cf231ba82f1 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 4f2ac882523..7b05e6a502e 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 2781c906dfe..dc291daf982 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 ce45f5d222d..476c0bd9947 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 a998cf6a3db..48d8d9cab11 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 600f3b99896..2bdb9ab1bdc 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 d00da5a8c60..fe3f67f493d 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 84922aba18a..740467886cd 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 c8aee94d2eb..23128fdd0d3 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 6ff60dbe6cb..1e1e128eefb 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 1ec69101d33..9f402d95bc9 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 82294580566..882402ac97c 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 70888f89205..b284d1fe83f 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 6a749931ecd..b7a65bc0f61 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 1092f5f91a8..000de8ef6c3 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 33c21a13905..acd8b3ca75e 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 1a12c22795f..1da8eb55acd 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 fed8dba56bd..e77a6cdc0c4 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 99a1521495f..7f976dc1252 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 a57676efb0b..2145df23cc9 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 ccc195dc1c2..20192655cb2 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 3b41d0f8210..bf416b73b16 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 6cfd6dcbde5..f35ce0cace1 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 463fb92677a..325642801ca 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 190709b17c9..2ef60496d55 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 80b73f54878..22fc3cab15b 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 33b5a5dd87f..d1bb39106e0 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 f12e8b019c8..1977a7ec750 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 b72d38b3fb8..a6af36fbecb 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 23be955d6e9..7dcaf93bc2b 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 0fc740911d3..1f60f6b94ff 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 0bf249f89ca..0591917f4ce 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 92b558e2e84..19f9b204647 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 9b7c8377847..bf50aa17dbb 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 e7683eb460a..f13dfda176a 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 ef0f26223d1..deff9f87827 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 628fed1c06f..fea2ff65524 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 4f15484a598..6751ea288a4 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 e1c74b2abe1..b54fd9c7866 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 1edd01cc8a9..a8dfe706ba1 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 021e6749bf4..381ba1c95f6 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 402894c4ecd..a57dac0f01d 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 cc1ea9df308..2d22dbde673 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 081406dd828..8d9bb9f0e1e 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 b752fbca7e8..ae936039242 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 27d08aacf96..9efbc3bc2b6 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 5e5f6b01a70..c437f73965c 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 0764ae1df56..15dea1bc55c 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 39feed06e1d..2880370288c 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 a988990c2d4..984e9f8353a 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 db09381c731..dc2509c2a63 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 db9432c81fe..ec7b7b3aa46 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 2bab8214ab0..da5618112e5 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 f0e3d4b9ff4..5cfb1ec89d9 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 3c0356ef1b6..3dc51fc6767 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 2ae0293ad8d..c29b01036ab 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 6dac5e96ec3..ae129b3efc0 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 d810632bd6e..880ff7b99cd 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 ef492db7fe4..6a7cfd0f50b 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 7b9e63a62d7..32ae3471cdb 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 b0c6948352d..37fe9654da9 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 c9555d63299..d7a32aaf3e6 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 2fa5690e806..9d72adb9025 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 f4c367702ee..48d260bf9e8 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 dee5d44a8a6..b36271002f6 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 57dcf5ce708..6f7839d6ec6 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 c6b0d82f20e..7df4b907f0c 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 077f5e0f316..3abdcdb2e8e 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 b6953a320e8..1c0cd1e4528 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 1e6f4ea95fc..18a44494f92 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 6f982367265..132dcf17f29 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 7dcc683820c..6c13e05d42a 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 f7a25ad4a82..219dcf30b7d 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 195f9e6042d..4b1b23ce14e 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 f0f69c86436..99f71241fdc 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 00efe345e9a..529231cb25d 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 6cdb78d9d5e..6b9962bd41d 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 31227d3d199..694f6a04027 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 fbcf96b6212..f28a8b1af9e 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 8ed637d1fca..f2eb363c33d 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 b5fba3a9792..26d595e4d37 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 7fe75a05376..641ddd50074 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 b6b236c12b3..2b1452e7deb 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 0a2a2e060e7..e2b94323ae3 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 2c9dc5dd750..32ef60ac971 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 ef93585e7c0..efb6427bb04 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 c4e48f6a711..826ea62eeb1 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 db0b81443ea..969a3853f55 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 788c1323730..907ecd7bd2a 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 58454c9bd87..ce68a4e34c5 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 86c14a643ff..e30de1b1cbd 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 98be1e5d220..fc7e82fedf7 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 ba504a687b7..14ac11cd43f 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 61fccde794e..814788a0012 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 70823b794fe..6b4169c4c2d 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 c453de77b95..33281b07da8 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 477174146b7..9f92edb958a 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 a44f6235ceb..c8a462ee620 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 d9cd0d9d79e..69757b0f17f 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 5185a89ea88..ebf237e3a78 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 4bd54a55aa7..22d8765713c 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 84ed1bad33e..0d830a37872 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 b3fe42ff69e..418539961c3 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 4340cd74943..62c3b040402 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 25a62f79f8d..44609583284 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 39d1ab8ef1e..8e7b6599004 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 171db4860e9..6babe131ed7 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 bbe6a84defa..8e44c3a2711 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 0882a23bc4b..739472af246 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 5892f1975d3..4113e2130b4 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 d27f615e5ac..bd864e0d885 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 0c5f81c087f..ff4c307114b 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 6d1f3f5411a..bc67bed9b48 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 a926b527862..91769565ad0 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 cd8540481e8..f0e61517905 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 73d3f9e1732..e9391e179ac 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 5a6a3c78f54..d80b212a9ad 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 611dcf36699..608e10376cb 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 33b23829ab1..35bcba0012a 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 f0f3fe778be..a04512c7de3 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 eb0b960e46b..9186c128376 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 e43b1b6495f..58c009f560c 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 49fa0f13c64..d63d0b1c5d6 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 6331da9e93f..547d907a25b 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 cbfec5f423f..15e3f5d3b2a 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 55223da0957..21ce5eed803 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 58955c1c2bd..76ab9020bf5 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 806996bdfa1..c71b98256fb 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 c8a91fcc75a..2be0d3aa414 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 4c110e4cf89..6c444ce7929 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 45812a9d5a6..f14e229a41c 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 b2868eb3016..0183db5e8b5 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 9441c4f4ff3..10c9589fb01 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 d484bcd1e5e..6be86439cd1 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 1e1a24e8e7f..76c9aa2b0e9 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 74495989337..e48db0c1404 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 293e818431f..2a1e133d9c0 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 ec14d4c0da0..9087e43c69e 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 d8c74ea6d2f..319f4e13ea1 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 e76c71f5c2c..631a69ba14c 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 4d802f3be81..1819cb6ab3e 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 db660a0b2d6..bb9ed4f30d1 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 2e577f2b92e..a6652238600 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 3ca1961b05a..e09070b9a27 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 715f133af9b..c5cf43be5c3 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 8e380b80fb2..06e3328402c 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 b39ab22d7c9..773044e44d9 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 6aa7af76323..933a3b6a7a1 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 0935ed86335..8be1ee052f3 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 42f8cbb17bd..dcb18ae2d35 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 b1255c0c57d..5fbad6404c1 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 231b055fed4..ec508f7f82e 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 3320cdae289..de250dbf7c5 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 bddc68d586c..43c3347f4d2 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 09047ea3e56..d8fc3ca3190 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 762f62e0681..b0ddd9d5327 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 b8a7f7e7c14..f8a864ce922 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 59cd3a29870..42174a06297 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 724f2faf74f..73f6970593a 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 b2b589a9502..b2a9e44f814 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 4d2f9760072..61c22c141d5 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 6317f0e3e59..418eeef0194 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 f8012dc48e5..32bbd1fe0d9 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 2de55678750..e2a860e1576 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 2a67d00b878..40186a6d3f5 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 10ca0946e62..bee00a2c5dd 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 036c2a76e70..aadc62077d9 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 d0834779986..8229a02f30f 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 b6877b7c522..d13d818b1c7 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 f2a37fcfd5e..e1a8f101e56 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 61282975fe9..c0e40433a4e 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 5fd788d29d2..3f103f52a02 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 198a4acb6e0..6337e12fd57 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 963b8344985..d7ab64dca56 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 4e128d8f153..e22f6a7e049 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 858bd01e03b..f74b0bedc86 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 bfc195a1f3a..1c63183cdd1 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 1d87b2c1c74..11f54ba3496 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 4badc76cc69..2c45dfea8d1 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 6e0f66b951b..d80832df2f3 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 7cb530e6880..edf15774f3f 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 4240b49dc1f..c832286e8c8 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 d2547c8aef0..c52bd617c02 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 7a6adcf31bd..ea2ab00c1f9 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 fa2e6368314..bad759e611f 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 2c0353ad6d9..9d5acc8acc4 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 dcc5a0ab77a..f4b92ce8879 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 82c06970eea..81917319f7e 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 e7952b18de3..b6b40eb7508 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 d352db92f9a..0e47c65241f 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 c0e0fc53bb6..a62d286fae0 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 655410acf90..af8c209e64d 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 433472015ed..1b4060b1217 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 72b1454f357..816f4c8f2d2 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 4fc6c4f2386..c984a1c70e8 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 c93132a39f1..800bfa9b60c 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 abfbc2d7cf8..9560c43d4b5 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 7802e2d3afa..31e6f09bd20 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 b0e0f113a6a..b6684b27b48 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 fecbc919e4a..1c839f8e397 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 24852bb1929..a3ea906f66d 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 ef20a8739bb..b9d271619cb 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 d77a526e287..ed479fc3c63 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 6c45e8fe24e..8213c964b61 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 a4c19fbb2ce..9c32419aedf 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 adb8ae4460f..f36f92d183e 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 9fcd10c88f5..14015a4ba1f 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 b6d5835e3eb..ef6ae6d2d29 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 4250f42fe77..b22c8d00337 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 3092fe6a206..265e6e8fa82 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 3071216a65b..191e27d8d8d 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 639ab68aca7..da9ff3b70a9 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 72208f296ed..50273e6a017 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 ba9d85290d2..712fabb1099 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 a54c1f63a65..6762af8be9a 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 7e3a815e690..c8e3a8397bc 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 6c8ee2ba78a..2fd7fb73c9d 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 7f3f0751997..085b657885b 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 5d090420d68..26a167fe084 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 edb077458fa..6372dfb2ca5 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 440690ef248..9204239c50b 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 7d147b7317d..8ccb282d7af 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 549a238dd96..62422dd9aa1 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 86b64afe327..044c834c6ea 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 4091f26fd12..aa5a20ab98d 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 50ce4553b4d..c65ff17bd2d 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 ab45c325a80..3863b5792ca 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 d49decf209a..f4644497c8f 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 8ac71289699..d91053ecd4d 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 edcd41bd76d..9a50b23b49a 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 3d538bdea49..3019fcfd82c 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 705fc681d78..8a9db8c60e9 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 3e4341c8f1c..a1c5d5d6fb6 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 40b870fd550..3e06ad12c43 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 03beca4d8f2..11cf9f6ae51 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 290b4cd3014..06ceef00af8 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 261317377fe..b4b1ec6babe 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 3af84e57f77..8a4aaf71c25 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 f126c2cb5ee..97278ee69a2 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 1d741102007..74b620048c0 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 1a06ebad85c..b6b66ce6c85 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 5128fa4d889..19ae9952635 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 8753ff37535..20cf82fa7b8 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 bbd30ed77ab..8cf298c6bbd 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 7d191cf4f08..695150aa94e 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 6285782658d..918a5a9eed4 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 df893bc4657..35807467159 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 72cc270e4dd..38ad5d80cac 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 0ad5bf1ac4f..966a9146162 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 f9d9fbba57b..56185440514 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 a231963e3f6..fb7ef4e1f07 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 5ceecc1d6da..aeb1aaeddcb 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 52aea7849a1..a7f4c6e9ee9 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 57c8cc7c554..e19148c8e56 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 3345629430f..bc52c5fcfa8 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 c40773e30c9..24b596c8d2a 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 850665a067a..76ce978bc67 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 4842b318890..8830ea44b2f 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 5e7c6544297..fb7b04c9ea4 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 3ecb9c64587..8e208af572e 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 b2a1660ff28..6f22d5845d0 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 fda130210ae..a1bc283f1e3 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