diff --git a/data.json.gpg b/data.json.gpg index 88af2683df..2c2393528c 100644 Binary files a/data.json.gpg and b/data.json.gpg differ diff --git a/docs/en/cli/airtable/CreateField/bash.txt b/docs/en/cli/airtable/CreateField/bash.txt index d6c2cbbb40..891e955d9b 100644 --- a/docs/en/cli/airtable/CreateField/bash.txt +++ b/docs/en/cli/airtable/CreateField/bash.txt @@ -1,8 +1,6 @@ -# JSON data can also be passed as a path to a .json file - oint airtable CreateField \ --token "***" \ - --base "appR5UuecMnWHjiem" \ - --table "tblmZDemgr7m6s7I2" \ - --title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" \ - --fielddata "{'name':'d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7','type':'number','options':{'precision':0}}" \ No newline at end of file + --base "appvoHqBylat6KWZ3" \ + --table "tbl4uWfFqBNC10A1T" \ + --title "6a729555-8404-4d62-b272-a9815619acbe" \ + --fielddata "C:\Users\bayse\AppData\Local\Temp\4vvhoejibt4.tmp" \ 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 981250bf72..0ac1450700 100644 --- a/docs/en/cli/airtable/CreateField/bat.txt +++ b/docs/en/cli/airtable/CreateField/bat.txt @@ -1,8 +1,6 @@ -:: JSON data can also be passed as a path to a .json file - oint airtable CreateField ^ --token "***" ^ - --base "appR5UuecMnWHjiem" ^ - --table "tblmZDemgr7m6s7I2" ^ - --title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" ^ - --fielddata "{'name':'d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7','type':'number','options':{'precision':0}}" \ No newline at end of file + --base "appvoHqBylat6KWZ3" ^ + --table "tbl4uWfFqBNC10A1T" ^ + --title "6a729555-8404-4d62-b272-a9815619acbe" ^ + --fielddata "C:\Users\bayse\AppData\Local\Temp\4vvhoejibt4.tmp" \ 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 100ba8cf5a..f47d780ee0 100644 --- a/docs/en/cli/airtable/CreatePosts/bash.txt +++ b/docs/en/cli/airtable/CreatePosts/bash.txt @@ -1,7 +1,5 @@ -# JSON data can also be passed as a path to a .json file - oint airtable CreatePosts \ --token "***" \ - --base "appR5UuecMnWHjiem" \ - --table "tblmZDemgr7m6s7I2" \ - --data "{'Number':10,'String':'Hello'}" \ No newline at end of file + --base "appvoHqBylat6KWZ3" \ + --table "tbl4uWfFqBNC10A1T" \ + --data "[{'Number':10,'String':'Hello'},{'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 deeaad50f2..5e3ddbd270 100644 --- a/docs/en/cli/airtable/CreatePosts/bat.txt +++ b/docs/en/cli/airtable/CreatePosts/bat.txt @@ -1,7 +1,5 @@ -:: JSON data can also be passed as a path to a .json file - oint airtable CreatePosts ^ --token "***" ^ - --base "appR5UuecMnWHjiem" ^ - --table "tblmZDemgr7m6s7I2" ^ - --data "{'Number':10,'String':'Hello'}" \ No newline at end of file + --base "appvoHqBylat6KWZ3" ^ + --table "tbl4uWfFqBNC10A1T" ^ + --data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]" \ 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 74e4056ca7..ab5292e047 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 "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" \ No newline at end of file + --title "6a729555-8404-4d62-b272-a9815619acbe" \ 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 cb2c044b11..70cb960740 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 "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" \ No newline at end of file + --title "6a729555-8404-4d62-b272-a9815619acbe" \ 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 1915920f56..52015e6df3 100644 --- a/docs/en/cli/bitrix24/AddKanbanStage/bash.txt +++ b/docs/en/cli/bitrix24/AddKanbanStage/bash.txt @@ -1,7 +1,5 @@ oint bitrix24 AddKanbanStage \ - --url "b24-ar17wx.bitrix24.by" \ - --title "New stage 2" \ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --title "New stage" \ --color "0026FF" \ - --prevstage 2392 \ - --admin true \ - --token "***" \ No newline at end of file + --prevstage 6 \ 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 a9d1b101fb..ff4d18b61c 100644 --- a/docs/en/cli/bitrix24/AddKanbanStage/bat.txt +++ b/docs/en/cli/bitrix24/AddKanbanStage/bat.txt @@ -1,7 +1,5 @@ oint bitrix24 AddKanbanStage ^ - --url "b24-ar17wx.bitrix24.by" ^ - --title "New stage 2" ^ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --title "New stage" ^ --color "0026FF" ^ - --prevstage 2392 ^ - --admin true ^ - --token "***" \ No newline at end of file + --prevstage 6 \ 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 fd5c97fd13..3363f42193 100644 --- a/docs/en/cli/bitrix24/AddTaskComment/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskComment/bash.txt @@ -1,5 +1,4 @@ oint bitrix24 AddTaskComment \ - --url "b24-ar17wx.bitrix24.by" \ - --task "6384" \ - --text "Task uninpossible, don't split up" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --task "6900" \ + --text "Task impossible, let's split up" \ 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 48db58160b..d4e320a78a 100644 --- a/docs/en/cli/bitrix24/AddTaskComment/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskComment/bat.txt @@ -1,5 +1,4 @@ oint bitrix24 AddTaskComment ^ - --url "b24-ar17wx.bitrix24.by" ^ - --task "6384" ^ - --text "Task uninpossible, don't split up" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --task "6900" ^ + --text "Task impossible, let's split up" \ 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 1e3febb82a..39c8a1e9e6 100644 --- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt @@ -1,8 +1,4 @@ oint bitrix24 AddTaskTimeAccounting \ - --url "b24-ar17wx.bitrix24.by" \ - --task "6388" \ - --amount 7200 \ - --user 10 \ - --text "Time spent on work" \ - --date "2025-05-18T20:42:36.3042642" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --task "6904" \ + --amount 3600 \ 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 ff09b03fb8..adc5bcde0b 100644 --- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt @@ -1,8 +1,4 @@ oint bitrix24 AddTaskTimeAccounting ^ - --url "b24-ar17wx.bitrix24.by" ^ - --task "6388" ^ - --amount 7200 ^ - --user 10 ^ - --text "Time spent on work" ^ - --date "2025-05-18T20:42:36.3042642" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --task "6904" ^ + --amount 3600 \ 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 12f5f86b20..fa20979232 100644 --- a/docs/en/cli/bitrix24/CreateCalendar/bash.txt +++ b/docs/en/cli/bitrix24/CreateCalendar/bash.txt @@ -1,6 +1,5 @@ # JSON data can also be passed as a path to a .json file oint bitrix24 CreateCalendar \ - --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 + --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 diff --git a/docs/en/cli/bitrix24/CreateCalendar/bat.txt b/docs/en/cli/bitrix24/CreateCalendar/bat.txt index d7185a0035..6ef8923125 100644 --- a/docs/en/cli/bitrix24/CreateCalendar/bat.txt +++ b/docs/en/cli/bitrix24/CreateCalendar/bat.txt @@ -1,6 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint bitrix24 CreateCalendar ^ - --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 + --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 diff --git a/docs/en/cli/bitrix24/CreateDepartment/bash.txt b/docs/en/cli/bitrix24/CreateDepartment/bash.txt index 92f119e7e5..bdd834011c 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bash.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bash.txt @@ -1,6 +1,4 @@ oint bitrix24 CreateDepartment \ - --url "b24-ar17wx.bitrix24.by" \ - --title "Subordinate department" \ - --parentid 2142 \ - --headid 1 \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --title "Main department" \ + --parentid 1 \ 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 a18c28ed15..cdbac85fad 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bat.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bat.txt @@ -1,6 +1,4 @@ oint bitrix24 CreateDepartment ^ - --url "b24-ar17wx.bitrix24.by" ^ - --title "Subordinate department" ^ - --parentid 2142 ^ - --headid 1 ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --title "Main department" ^ + --parentid 1 \ 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 6713e4ae7b..908a36de9e 100644 --- a/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt +++ b/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt @@ -1,6 +1,5 @@ oint bitrix24 CreatePersonalNotification \ - --url "b24-ar17wx.bitrix24.by" \ - --user 10 \ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --user 1 \ --text "Message text" \ - --tag "New" \ - --token "***" \ No newline at end of file + --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 diff --git a/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt b/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt index eba1ff07a7..bfb227068a 100644 --- a/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt +++ b/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt @@ -1,6 +1,5 @@ oint bitrix24 CreatePersonalNotification ^ - --url "b24-ar17wx.bitrix24.by" ^ - --user 10 ^ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --user 1 ^ --text "Message text" ^ - --tag "New" ^ - --token "***" \ No newline at end of file + --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 diff --git a/docs/en/cli/bitrix24/CreatePost/bash.txt b/docs/en/cli/bitrix24/CreatePost/bash.txt index c00c9f318d..42986e13f5 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 "b24-ar17wx.bitrix24.by" \ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ --text "Text of post" \ - --files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" \ + --files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg','2.png':'https://hut.openintegrations.dev/test_data/picture2.jpg'}" \ --title "Post title" \ - --token "***" \ No newline at end of file + --important true \ 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 2f56cfb337..a6aa35c24c 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 "b24-ar17wx.bitrix24.by" ^ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ --text "Text of post" ^ - --files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" ^ + --files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg','2.png':'https://hut.openintegrations.dev/test_data/picture2.jpg'}" ^ --title "Post title" ^ - --token "***" \ No newline at end of file + --important true \ 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 d7c853cf96..eadf29ad00 100644 --- a/docs/en/cli/bitrix24/GetCurrentUser/bash.txt +++ b/docs/en/cli/bitrix24/GetCurrentUser/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 GetCurrentUser \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 e8bc75d842..09ebac732d 100644 --- a/docs/en/cli/bitrix24/GetCurrentUser/bat.txt +++ b/docs/en/cli/bitrix24/GetCurrentUser/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 GetCurrentUser ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 6601be7579..64150fbcfa 100644 --- a/docs/en/cli/bitrix24/GetLeadsList/bash.txt +++ b/docs/en/cli/bitrix24/GetLeadsList/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 GetLeadsList \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 4da5b699b6..45c465624b 100644 --- a/docs/en/cli/bitrix24/GetLeadsList/bat.txt +++ b/docs/en/cli/bitrix24/GetLeadsList/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 GetLeadsList ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 02b3d512a1..538b982595 100644 --- a/docs/en/cli/bitrix24/GetStoragesList/bash.txt +++ b/docs/en/cli/bitrix24/GetStoragesList/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 GetStoragesList \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 2d913768cd..254e91e9d4 100644 --- a/docs/en/cli/bitrix24/GetStoragesList/bat.txt +++ b/docs/en/cli/bitrix24/GetStoragesList/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 GetStoragesList ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 778be65c77..41e8a19f36 100644 --- a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt +++ b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 GetTaskFieldsStructure \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 7b507e0756..406fe19cb4 100644 --- a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt +++ b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 GetTaskFieldsStructure ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 3e9ffdcaaa..cfeb0498ca 100644 --- a/docs/en/cli/bitrix24/GetUserStatus/bash.txt +++ b/docs/en/cli/bitrix24/GetUserStatus/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 GetUserStatus \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 d38b4507e6..20699f5220 100644 --- a/docs/en/cli/bitrix24/GetUserStatus/bat.txt +++ b/docs/en/cli/bitrix24/GetUserStatus/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 GetUserStatus ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 250e2e6a35..8176bcd9f3 100644 --- a/docs/en/cli/bitrix24/ServerTime/bash.txt +++ b/docs/en/cli/bitrix24/ServerTime/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 ServerTime \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 e044c2facc..28e9259bb0 100644 --- a/docs/en/cli/bitrix24/ServerTime/bat.txt +++ b/docs/en/cli/bitrix24/ServerTime/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 ServerTime ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ 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 542b3abcd3..10926de48b 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':'01851c40-ccad-49a7-a9e9-a63a7d198c56','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':'50b9bb81-a082-4fcc-b58c-87b44c69f887','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 33762f5614..60e913a85e 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':'01851c40-ccad-49a7-a9e9-a63a7d198c56','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':'50b9bb81-a082-4fcc-b58c-87b44c69f887','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/dropbox/AddUsersToFile/bash.txt b/docs/en/cli/dropbox/AddUsersToFile/bash.txt index 355f4b33c1..673e307774 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 true \ No newline at end of file + --emails "h5bk6ft62s@privaterelay.appleid.com" \ + --readonly false \ 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 c1876631f7..d48768c61b 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 true \ No newline at end of file + --emails "h5bk6ft62s@privaterelay.appleid.com" ^ + --readonly false \ 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 264b28975b..8f556c0340 100644 --- a/docs/en/cli/dropbox/GetAccountInformation/bash.txt +++ b/docs/en/cli/dropbox/GetAccountInformation/bash.txt @@ -1,3 +1,2 @@ oint dropbox GetAccountInformation \ - --token "***" \ - --account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE" \ No newline at end of file + --token "***" \ 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 ddeb2b8640..5d06fdb227 100644 --- a/docs/en/cli/dropbox/GetAccountInformation/bat.txt +++ b/docs/en/cli/dropbox/GetAccountInformation/bat.txt @@ -1,3 +1,2 @@ oint dropbox GetAccountInformation ^ - --token "***" ^ - --account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE" \ No newline at end of file + --token "***" \ 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 212e65d4a4..de3988b30f 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\Administrator\AppData\Local\Temp\qbo0o2l53y1.png" \ + --file "C:\Users\bayse\AppData\Local\Temp\skswasbzhn1.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 3fae5662cf..73c271de63 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\Administrator\AppData\Local\Temp\qbo0o2l53y1.png" ^ + --file "C:\Users\bayse\AppData\Local\Temp\skswasbzhn1.png" ^ --path "/New/pic.png" ^ --overwrite true \ No newline at end of file diff --git a/docs/en/cli/dropbox/UploadFileByURL/bash.txt b/docs/en/cli/dropbox/UploadFileByURL/bash.txt index 3b88cddf6a..3e1a03ef0f 100644 --- a/docs/en/cli/dropbox/UploadFileByURL/bash.txt +++ b/docs/en/cli/dropbox/UploadFileByURL/bash.txt @@ -1,4 +1,4 @@ oint dropbox UploadFileByURL \ --token "***" \ - --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \ + --url "https://hut.openintegrations.dev/test_data/document.docx" \ --path "/New/url_doc.docx" \ No newline at end of file diff --git a/docs/en/cli/dropbox/UploadFileByURL/bat.txt b/docs/en/cli/dropbox/UploadFileByURL/bat.txt index d4c4c49ce5..052a330a86 100644 --- a/docs/en/cli/dropbox/UploadFileByURL/bat.txt +++ b/docs/en/cli/dropbox/UploadFileByURL/bat.txt @@ -1,4 +1,4 @@ oint dropbox UploadFileByURL ^ --token "***" ^ - --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^ + --url "https://hut.openintegrations.dev/test_data/document.docx" ^ --path "/New/url_doc.docx" \ 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 950a4c18de..65c787b335 100644 --- a/docs/en/cli/gdrive/CreateFolder/bash.txt +++ b/docs/en/cli/gdrive/CreateFolder/bash.txt @@ -1,3 +1,4 @@ oint gdrive CreateFolder \ --token "***" \ - --title "TestFolder" \ No newline at end of file + --title "TestFolder" \ + --catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM" \ 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 9f3569bb6c..017fd5e4c7 100644 --- a/docs/en/cli/gdrive/CreateFolder/bat.txt +++ b/docs/en/cli/gdrive/CreateFolder/bat.txt @@ -1,3 +1,4 @@ oint gdrive CreateFolder ^ --token "***" ^ - --title "TestFolder" \ No newline at end of file + --title "TestFolder" ^ + --catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM" \ 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 646d7e0922..c57c70f3e1 100644 --- a/docs/en/cli/greenapi/ArchiveChat/bash.txt +++ b/docs/en/cli/greenapi/ArchiveChat/bash.txt @@ -1,5 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi ArchiveChat \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ + --access "C:\Users\bayse\AppData\Local\Temp\w1kg00jfupo.tmp" \ --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 871141b205..092b41a153 100644 --- a/docs/en/cli/greenapi/ArchiveChat/bat.txt +++ b/docs/en/cli/greenapi/ArchiveChat/bat.txt @@ -1,5 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi ArchiveChat ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ + --access "C:\Users\bayse\AppData\Local\Temp\w1kg00jfupo.tmp" ^ --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 ae8a9f3b12..8f9fec41f8 100644 --- a/docs/en/cli/greenapi/CreateGroup/bash.txt +++ b/docs/en/cli/greenapi/CreateGroup/bash.txt @@ -1,5 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi CreateGroup \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ + --access "C:\Users\bayse\AppData\Local\Temp\be5sv3el3xn.tmp" \ --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 4132868d80..eaa052c0f7 100644 --- a/docs/en/cli/greenapi/CreateGroup/bat.txt +++ b/docs/en/cli/greenapi/CreateGroup/bat.txt @@ -1,5 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi CreateGroup ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ + --access "C:\Users\bayse\AppData\Local\Temp\be5sv3el3xn.tmp" ^ --name "New group" \ 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 8cd2217994..78ebc0e15e 100644 --- a/docs/en/cli/greenapi/GetChatHistory/bash.txt +++ b/docs/en/cli/greenapi/GetChatHistory/bash.txt @@ -1,5 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi GetChatHistory \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ + --access "C:\Users\bayse\AppData\Local\Temp\5ct1occfiwv.tmp" \ --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 ddbf321215..a2f15b8ff4 100644 --- a/docs/en/cli/greenapi/GetChatHistory/bat.txt +++ b/docs/en/cli/greenapi/GetChatHistory/bat.txt @@ -1,5 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi GetChatHistory ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ + --access "C:\Users\bayse\AppData\Local\Temp\5ct1occfiwv.tmp" ^ --chat "120363410406221140@g.us" \ 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 161fe2b82b..e5e99ce062 100644 --- a/docs/en/cli/greenapi/GetMessageQueue/bash.txt +++ b/docs/en/cli/greenapi/GetMessageQueue/bash.txt @@ -1,4 +1,2 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi GetMessageQueue \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file + --access "C:\Users\bayse\AppData\Local\Temp\hf5j1e2ccjf.tmp" \ 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 584958a330..e90829e591 100644 --- a/docs/en/cli/greenapi/GetMessageQueue/bat.txt +++ b/docs/en/cli/greenapi/GetMessageQueue/bat.txt @@ -1,4 +1,2 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi GetMessageQueue ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file + --access "C:\Users\bayse\AppData\Local\Temp\hf5j1e2ccjf.tmp" \ 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 773df04245..9c08e18466 100644 --- a/docs/en/cli/greenapi/GetNotification/bash.txt +++ b/docs/en/cli/greenapi/GetNotification/bash.txt @@ -1,4 +1,2 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi GetNotification \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file + --access "C:\Users\bayse\AppData\Local\Temp\4xunkhkvrg4.tmp" \ 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 2ee1faff1e..128ad8c83b 100644 --- a/docs/en/cli/greenapi/GetNotification/bat.txt +++ b/docs/en/cli/greenapi/GetNotification/bat.txt @@ -1,4 +1,2 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi GetNotification ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file + --access "C:\Users\bayse\AppData\Local\Temp\4xunkhkvrg4.tmp" \ 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 6e7afc5b04..52ff726b11 100644 --- a/docs/en/cli/greenapi/SendTextMessage/bash.txt +++ b/docs/en/cli/greenapi/SendTextMessage/bash.txt @@ -1,7 +1,4 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi SendTextMessage \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ + --access "C:\Users\bayse\AppData\Local\Temp\g1tuzmkhzga.tmp" \ --chat "120363410406221140@g.us" \ - --text "New message" \ - --quoted "BAE51C542B37B99B" \ No newline at end of file + --text "New message" \ 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 43ed31c64a..8af5b77352 100644 --- a/docs/en/cli/greenapi/SendTextMessage/bat.txt +++ b/docs/en/cli/greenapi/SendTextMessage/bat.txt @@ -1,7 +1,4 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi SendTextMessage ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ + --access "C:\Users\bayse\AppData\Local\Temp\g1tuzmkhzga.tmp" ^ --chat "120363410406221140@g.us" ^ - --text "New message" ^ - --quoted "BAE51C542B37B99B" \ No newline at end of file + --text "New message" \ 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 23e8376ccd..4cd5146653 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 "Test table (new.)" \ + --title "TestTable" \ --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 7a081220ef..6a609eccc0 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 "Test table (new.)" ^ + --title "TestTable" ^ --sheets "['Sheet1','Sheet2']" \ 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 df3d6486ca..5508693158 100644 --- a/docs/en/cli/mysql/CreateDatabase/bash.txt +++ b/docs/en/cli/mysql/CreateDatabase/bash.txt @@ -1,6 +1,3 @@ -# 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/" \ - --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ 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 d02852d40a..41a5a52f0e 100644 --- a/docs/en/cli/mysql/CreateDatabase/bat.txt +++ b/docs/en/cli/mysql/CreateDatabase/bat.txt @@ -1,6 +1,3 @@ -:: 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/" ^ - --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file + --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 6abbb5a9d5..fff82e18b8 100644 --- a/docs/en/cli/neocities/GetSiteData/bash.txt +++ b/docs/en/cli/neocities/GetSiteData/bash.txt @@ -1,3 +1,2 @@ oint neocities GetSiteData \ - --token "***" \ - --sitename "2athenaeum" \ No newline at end of file + --token "***" \ 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 2944e4f754..c72b333523 100644 --- a/docs/en/cli/neocities/GetSiteData/bat.txt +++ b/docs/en/cli/neocities/GetSiteData/bat.txt @@ -1,3 +1,2 @@ oint neocities GetSiteData ^ - --token "***" ^ - --sitename "2athenaeum" \ No newline at end of file + --token "***" \ No newline at end of file diff --git a/docs/en/cli/neocities/UploadFile/bash.txt b/docs/en/cli/neocities/UploadFile/bash.txt index ded8c8bca7..21b40f3976 100644 --- a/docs/en/cli/neocities/UploadFile/bash.txt +++ b/docs/en/cli/neocities/UploadFile/bash.txt @@ -1,4 +1,4 @@ oint neocities UploadFile \ --token "***" \ --path "testfolder/test_pic.png" \ - --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file + --file "https://hut.openintegrations.dev/test_data/picture.jpg" \ No newline at end of file diff --git a/docs/en/cli/neocities/UploadFile/bat.txt b/docs/en/cli/neocities/UploadFile/bat.txt index fd11188977..cdc63b94fe 100644 --- a/docs/en/cli/neocities/UploadFile/bat.txt +++ b/docs/en/cli/neocities/UploadFile/bat.txt @@ -1,4 +1,4 @@ oint neocities UploadFile ^ --token "***" ^ --path "testfolder/test_pic.png" ^ - --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file + --file "https://hut.openintegrations.dev/test_data/picture.jpg" \ 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 92fa57b834..62a54d025b 100644 --- a/docs/en/cli/ollama/PullModel/bash.txt +++ b/docs/en/cli/ollama/PullModel/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint ollama PullModel \ - --url "https://api.athenaeum.digital/ollama" \ - --model "bayselonarrend/tinyllama:latest" \ + --url "https://hut.openintegrations.dev/ollama" \ + --model "tinyllama" \ --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 47cd4d1ea6..583e29becd 100644 --- a/docs/en/cli/ollama/PullModel/bat.txt +++ b/docs/en/cli/ollama/PullModel/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint ollama PullModel ^ - --url "https://api.athenaeum.digital/ollama" ^ - --model "bayselonarrend/tinyllama:latest" ^ + --url "https://hut.openintegrations.dev/ollama" ^ + --model "tinyllama" ^ --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 310a465919..072663132c 100644 --- a/docs/en/cli/ollama/PushBlob/bash.txt +++ b/docs/en/cli/ollama/PushBlob/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint ollama PushBlob \ - --url "https://api.athenaeum.digital/ollama" \ - --data "C:\Users\Administrator\AppData\Local\Temp\3qpsnmcegt4.tmp" \ + --url "https://hut.openintegrations.dev/ollama" \ + --data "C:\Users\bayse\AppData\Local\Temp\13oqrnicr33.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 eb350b07c5..a855f4caaf 100644 --- a/docs/en/cli/ollama/PushBlob/bat.txt +++ b/docs/en/cli/ollama/PushBlob/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint ollama PushBlob ^ - --url "https://api.athenaeum.digital/ollama" ^ - --data "C:\Users\Administrator\AppData\Local\Temp\3qpsnmcegt4.tmp" ^ + --url "https://hut.openintegrations.dev/ollama" ^ + --data "C:\Users\bayse\AppData\Local\Temp\13oqrnicr33.tmp" ^ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/openai/CreateAssistant/bash.txt b/docs/en/cli/openai/CreateAssistant/bash.txt index ba94a5e1ec..43b6c7c5c4 100644 --- a/docs/en/cli/openai/CreateAssistant/bash.txt +++ b/docs/en/cli/openai/CreateAssistant/bash.txt @@ -1,5 +1,5 @@ oint openai CreateAssistant \ - --url "https://api.athenaeum.digital:1122/" \ + --url "https://hut.openintegrations.dev/localai/" \ --token "***" \ --model "smolvlm-256m-instruct" \ --name "Math tutor" \ diff --git a/docs/en/cli/openai/CreateAssistant/bat.txt b/docs/en/cli/openai/CreateAssistant/bat.txt index 93b6f38785..420d65f6ec 100644 --- a/docs/en/cli/openai/CreateAssistant/bat.txt +++ b/docs/en/cli/openai/CreateAssistant/bat.txt @@ -1,5 +1,5 @@ oint openai CreateAssistant ^ - --url "https://api.athenaeum.digital:1122/" ^ + --url "https://hut.openintegrations.dev/localai/" ^ --token "***" ^ --model "smolvlm-256m-instruct" ^ --name "Math tutor" ^ diff --git a/docs/en/cli/openai/GenerateSpeech/bash.txt b/docs/en/cli/openai/GenerateSpeech/bash.txt index 6380e9b590..378f65790c 100644 --- a/docs/en/cli/openai/GenerateSpeech/bash.txt +++ b/docs/en/cli/openai/GenerateSpeech/bash.txt @@ -1,7 +1,7 @@ # JSON data can also be passed as a path to a .json file oint openai GenerateSpeech \ - --url "https://api.athenaeum.digital:1122/" \ + --url "https://hut.openintegrations.dev/localai/" \ --token "***" \ --model "tts-1" \ --input "Attack ships on fire off the shoulder of Orion bright as magnesium" \ diff --git a/docs/en/cli/openai/GenerateSpeech/bat.txt b/docs/en/cli/openai/GenerateSpeech/bat.txt index c7e643ea6f..8cb18c4422 100644 --- a/docs/en/cli/openai/GenerateSpeech/bat.txt +++ b/docs/en/cli/openai/GenerateSpeech/bat.txt @@ -1,7 +1,7 @@ :: JSON data can also be passed as a path to a .json file oint openai GenerateSpeech ^ - --url "https://api.athenaeum.digital:1122/" ^ + --url "https://hut.openintegrations.dev/localai/" ^ --token "***" ^ --model "tts-1" ^ --input "Attack ships on fire off the shoulder of Orion bright as magnesium" ^ diff --git a/docs/en/cli/openai/GetModelList/bash.txt b/docs/en/cli/openai/GetModelList/bash.txt index f6ada44061..d2ad6a8b76 100644 --- a/docs/en/cli/openai/GetModelList/bash.txt +++ b/docs/en/cli/openai/GetModelList/bash.txt @@ -1,3 +1,3 @@ oint openai GetModelList \ - --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/GetModelList/bat.txt b/docs/en/cli/openai/GetModelList/bat.txt index 0b62a33e8d..ebc8133989 100644 --- a/docs/en/cli/openai/GetModelList/bat.txt +++ b/docs/en/cli/openai/GetModelList/bat.txt @@ -1,3 +1,3 @@ oint openai GetModelList ^ - --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/GetResponse/bash.txt b/docs/en/cli/openai/GetResponse/bash.txt index 518c4ab86f..e0d2e6a00c 100644 --- a/docs/en/cli/openai/GetResponse/bash.txt +++ b/docs/en/cli/openai/GetResponse/bash.txt @@ -1,5 +1,5 @@ oint openai GetResponse \ - --url "https://api.athenaeum.digital:1122/" \ + --url "https://hut.openintegrations.dev/localai/" \ --token "***" \ --model "smolvlm-256m-instruct" \ --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]" \ No newline at end of file diff --git a/docs/en/cli/openai/GetResponse/bat.txt b/docs/en/cli/openai/GetResponse/bat.txt index e3a030b1d8..201bc93e95 100644 --- a/docs/en/cli/openai/GetResponse/bat.txt +++ b/docs/en/cli/openai/GetResponse/bat.txt @@ -1,5 +1,5 @@ oint openai GetResponse ^ - --url "https://api.athenaeum.digital:1122/" ^ + --url "https://hut.openintegrations.dev/localai/" ^ --token "***" ^ --model "smolvlm-256m-instruct" ^ --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]" \ 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 16d4497511..309613f277 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://api.athenaeum.digital:1122/" \ + --url "https://hut.openintegrations.dev/localai/" \ --token "***" \ - --name "fac80cf7-501d-4616-8a39-ffc7a91692d2.png" \ - --data "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ + --name "bb7e41f1-ea47-47ff-a013-5d458f5bff54.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 da9b45e4dd..4a0a912d35 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://api.athenaeum.digital:1122/" ^ + --url "https://hut.openintegrations.dev/localai/" ^ --token "***" ^ - --name "fac80cf7-501d-4616-8a39-ffc7a91692d2.png" ^ - --data "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^ + --name "bb7e41f1-ea47-47ff-a013-5d458f5bff54.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 a17d1ed694..291a61059e 100644 --- a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt +++ b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt @@ -1,3 +1,4 @@ oint ozon GetCategoriesAndProductTypesTree \ --clientid "***" \ - --apikey "***" \ No newline at end of file + --apikey "***" \ + --lang "EN" \ 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 da2eea644d..2968568c26 100644 --- a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt +++ b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt @@ -1,3 +1,4 @@ oint ozon GetCategoriesAndProductTypesTree ^ --clientid "***" ^ - --apikey "***" \ No newline at end of file + --apikey "***" ^ + --lang "EN" \ 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 cf231ba82f..9baa531a76 100644 --- a/docs/en/cli/postgres/CreateDatabase/bash.txt +++ b/docs/en/cli/postgres/CreateDatabase/bash.txt @@ -1,6 +1,3 @@ -# 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/" \ - --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ 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 7b05e6a502..4f2ac88252 100644 --- a/docs/en/cli/postgres/CreateDatabase/bat.txt +++ b/docs/en/cli/postgres/CreateDatabase/bat.txt @@ -1,6 +1,3 @@ -:: 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/" ^ - --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/rcon/FormConnectionParameters/bash.txt b/docs/en/cli/rcon/FormConnectionParameters/bash.txt index 7d3ee34fce..c0b7223a8b 100644 --- a/docs/en/cli/rcon/FormConnectionParameters/bash.txt +++ b/docs/en/cli/rcon/FormConnectionParameters/bash.txt @@ -1,5 +1,5 @@ oint rcon FormConnectionParameters \ - --url "93.125.42.204:25575" \ + --url "127.0.0.1:25575" \ --pass "***" \ --wtout 20 \ --rtout 20 \ No newline at end of file diff --git a/docs/en/cli/rcon/FormConnectionParameters/bat.txt b/docs/en/cli/rcon/FormConnectionParameters/bat.txt index 40f0cedb06..b0ba4e36e0 100644 --- a/docs/en/cli/rcon/FormConnectionParameters/bat.txt +++ b/docs/en/cli/rcon/FormConnectionParameters/bat.txt @@ -1,5 +1,5 @@ oint rcon FormConnectionParameters ^ - --url "93.125.42.204:25575" ^ + --url "127.0.0.1:25575" ^ --pass "***" ^ --wtout 20 ^ --rtout 20 \ 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 000de8ef6c..d8f7f6fa75 100644 --- a/docs/en/cli/s3/CreateBucket/bash.txt +++ b/docs/en/cli/s3/CreateBucket/bash.txt @@ -1,6 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint s3 CreateBucket \ - --name "opi-gpbucket3" \ - --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ - --dir false \ No newline at end of file + --name "opi-dirbucket3" \ + --basic "C:\Users\bayse\AppData\Local\Temp\mxx54klwf2t.tmp" \ 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 acd8b3ca75..1b638bbadd 100644 --- a/docs/en/cli/s3/CreateBucket/bat.txt +++ b/docs/en/cli/s3/CreateBucket/bat.txt @@ -1,6 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint s3 CreateBucket ^ - --name "opi-gpbucket3" ^ - --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ - --dir false \ No newline at end of file + --name "opi-dirbucket3" ^ + --basic "C:\Users\bayse\AppData\Local\Temp\mxx54klwf2t.tmp" \ 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 f35ce0cace..926760b30a 100644 --- a/docs/en/cli/s3/SendRequestWithBody/bash.txt +++ b/docs/en/cli/s3/SendRequestWithBody/bash.txt @@ -1,6 +1,4 @@ -# JSON data can also be passed as a path to a .json file - oint s3 SendRequestWithBody \ --method "PUT" \ - --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ + --basic "C:\Users\bayse\AppData\Local\Temp\rbwh3xjpgiy.tmp" \ --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 325642801c..94c2d3940d 100644 --- a/docs/en/cli/s3/SendRequestWithBody/bat.txt +++ b/docs/en/cli/s3/SendRequestWithBody/bat.txt @@ -1,6 +1,4 @@ -:: JSON data can also be passed as a path to a .json file - oint s3 SendRequestWithBody ^ --method "PUT" ^ - --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ + --basic "C:\Users\bayse\AppData\Local\Temp\rbwh3xjpgiy.tmp" ^ --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 2ef60496d5..a414a95b1b 100644 --- a/docs/en/cli/s3/SendRequestWithoutBody/bash.txt +++ b/docs/en/cli/s3/SendRequestWithoutBody/bash.txt @@ -1,5 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint s3 SendRequestWithoutBody \ --method "GET" \ - --basic "{'URL':'storage-155.s3hoster.by/opi-newbucket2','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ No newline at end of file + --basic "C:\Users\bayse\AppData\Local\Temp\yw5el4wcdxf.tmp" \ 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 22fc3cab15..5f0f52c2ff 100644 --- a/docs/en/cli/s3/SendRequestWithoutBody/bat.txt +++ b/docs/en/cli/s3/SendRequestWithoutBody/bat.txt @@ -1,5 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint s3 SendRequestWithoutBody ^ --method "GET" ^ - --basic "{'URL':'storage-155.s3hoster.by/opi-newbucket2','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ No newline at end of file + --basic "C:\Users\bayse\AppData\Local\Temp\yw5el4wcdxf.tmp" \ 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 1827d3590e..e4925da88c 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 "testconvbc58609f-8b10-4821-9d27-c942aa5ae3f1" \ + --title "testconvd5cf8eb4-c68f-4764-8d0c-6e876868e70e" \ --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 a1e9ad6fc9..d4e215cef2 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 "testconvbc58609f-8b10-4821-9d27-c942aa5ae3f1" ^ + --title "testconvd5cf8eb4-c68f-4764-8d0c-6e876868e70e" ^ --private false \ 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 2880370288..39feed06e1 100644 --- a/docs/en/cli/slack/GetExternalFileList/bash.txt +++ b/docs/en/cli/slack/GetExternalFileList/bash.txt @@ -1,2 +1,3 @@ oint slack GetExternalFileList \ - --token "***" \ No newline at end of file + --token "***" \ + --channel "C06UFNUTKUL" \ 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 984e9f8353..a988990c2d 100644 --- a/docs/en/cli/slack/GetExternalFileList/bat.txt +++ b/docs/en/cli/slack/GetExternalFileList/bat.txt @@ -1,2 +1,3 @@ oint slack GetExternalFileList ^ - --token "***" \ No newline at end of file + --token "***" ^ + --channel "C06UFNUTKUL" \ 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 da5618112e..2bab8214ab 100644 --- a/docs/en/cli/slack/GetFilesList/bash.txt +++ b/docs/en/cli/slack/GetFilesList/bash.txt @@ -1,2 +1,3 @@ oint slack GetFilesList \ - --token "***" \ No newline at end of file + --token "***" \ + --channel "C06UFNUTKUL" \ 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 5cfb1ec89d..f0e3d4b9ff 100644 --- a/docs/en/cli/slack/GetFilesList/bat.txt +++ b/docs/en/cli/slack/GetFilesList/bat.txt @@ -1,2 +1,3 @@ oint slack GetFilesList ^ - --token "***" \ No newline at end of file + --token "***" ^ + --channel "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 5b2ce73799..6f98236726 100644 --- a/docs/en/cli/slack/SendMessage/bash.txt +++ b/docs/en/cli/slack/SendMessage/bash.txt @@ -1,5 +1,4 @@ oint slack SendMessage \ --token "***" \ --channel "C06UFNUTKUL" \ - --text "Sheduled message" \ - --date "2025-06-19T20:29:46.224552" \ No newline at end of file + --text "TestMessage1" \ 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 39ae3b6ee7..7dcc683820 100644 --- a/docs/en/cli/slack/SendMessage/bat.txt +++ b/docs/en/cli/slack/SendMessage/bat.txt @@ -1,5 +1,4 @@ oint slack SendMessage ^ --token "***" ^ --channel "C06UFNUTKUL" ^ - --text "Sheduled message" ^ - --date "2025-06-19T20:29:46.224552" \ No newline at end of file + --text "TestMessage1" \ 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 04e953ab6f..016d4b2742 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\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite" \ No newline at end of file + --db "C:\Users\bayse\AppData\Local\Temp\2afe1ciabnr.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 4d5d21e844..4a208da0e1 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\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite" \ No newline at end of file + --db "C:\Users\bayse\AppData\Local\Temp\2afe1ciabnr.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 6c871036aa..91d2747b42 100644 --- a/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt +++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt @@ -1,6 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint sqlite ExecuteSQLQuery \ - --sql "SELECT uuid4();" \ - --db "C:\Users\Administrator\AppData\Local\Temp\ez2hdqkekat.sqlite" \ - --exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}" \ No newline at end of file + --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\holtrlqhemu.sqlite" \ 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 e3ab4a7fe0..55bd3e342a 100644 --- a/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt +++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt @@ -1,6 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint sqlite ExecuteSQLQuery ^ - --sql "SELECT uuid4();" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\ez2hdqkekat.sqlite" ^ - --exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}" \ No newline at end of file + --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\holtrlqhemu.sqlite" \ No newline at end of file diff --git a/docs/en/cli/tcp/ProcessRequest/bash.txt b/docs/en/cli/tcp/ProcessRequest/bash.txt index 7246947c33..18e8ea7ab3 100644 --- a/docs/en/cli/tcp/ProcessRequest/bash.txt +++ b/docs/en/cli/tcp/ProcessRequest/bash.txt @@ -1,6 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint tcp ProcessRequest \ - --address "tcpbin.com:4243" \ - --data "Echo this!\n" \ - --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file + --address "45.79.112.203:4242" \ + --data "Echo this!\n" \ No newline at end of file diff --git a/docs/en/cli/tcp/ProcessRequest/bat.txt b/docs/en/cli/tcp/ProcessRequest/bat.txt index f831ad9cd1..88adde186e 100644 --- a/docs/en/cli/tcp/ProcessRequest/bat.txt +++ b/docs/en/cli/tcp/ProcessRequest/bat.txt @@ -1,6 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint tcp ProcessRequest ^ - --address "tcpbin.com:4243" ^ - --data "Echo this!\n" ^ - --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file + --address "45.79.112.203:4242" ^ + --data "Echo this!\n" \ 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 b5da66ba52..1e701b1e7f 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 d4fcfd1a-9cef-488d-897b-75e2dcb49cf3" \ No newline at end of file + --title "TestTopic 2740d322-647c-418c-b55b-58e8714dbf04" \ 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 8767a78bd9..7e484f938f 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 d4fcfd1a-9cef-488d-897b-75e2dcb49cf3" \ No newline at end of file + --title "TestTopic 2740d322-647c-418c-b55b-58e8714dbf04" \ 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 176e2de50a..8008a617b2 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-06-19T20:02:14.7808494" \ - --title "Link 18.06.2025 20:02:14" \ + --expire "2025-07-05T22:42:15.1748939" \ + --title "Link 7/4/2025 10:42:15 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 fd035a755a..fb0ca9cabe 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-06-19T20:02:14.7808494" ^ - --title "Link 18.06.2025 20:02:14" ^ + --expire "2025-07-05T22:42:15.1748939" ^ + --title "Link 7/4/2025 10:42:15 PM" ^ --limit 200 \ 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 15f96241ea..843ea89f0d 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 f08e572c-1897-40f8-9284-cbe2a6034bf7" \ No newline at end of file + --title "New main thread name 37fa3be5-8510-42d5-9ecb-fe9e22ff1222" \ 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 bc99b990a7..88b351b79b 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 f08e572c-1897-40f8-9284-cbe2a6034bf7" \ No newline at end of file + --title "New main thread name 37fa3be5-8510-42d5-9ecb-fe9e22ff1222" \ 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 35a34423b5..be8959213c 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 "17870" \ No newline at end of file + --message "18376" \ 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 e8b055ed29..afe2c505dc 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 "17870" \ No newline at end of file + --message "18376" \ 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 4d31e6f397..978a0e4288 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 "17870" \ No newline at end of file + --message "18376" \ 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 8b2575b146..5f2668e0fb 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 "17870" \ No newline at end of file + --message "18376" \ 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 68e2428368..9441c4f4ff 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 "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --audio "C:\Users\Administrator\AppData\Local\Temp\ybipdwf03gb.mp3" \ No newline at end of file + --audio "https://hut.openintegrations.dev/test_data/song.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 c3da37f2c0..d484bcd1e5 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 "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --audio "C:\Users\Administrator\AppData\Local\Temp\ybipdwf03gb.mp3" \ No newline at end of file + --audio "https://hut.openintegrations.dev/test_data/song.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 76c9aa2b0e..1e1a24e8e7 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 "@testsichee" \ + --chat "461699897" \ --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 e48db0c140..7449598933 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 "@testsichee" ^ + --chat "461699897" ^ --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 9b012ca99c..293e818431 100644 --- a/docs/en/cli/telegram/SendDocument/bash.txt +++ b/docs/en/cli/telegram/SendDocument/bash.txt @@ -1,6 +1,5 @@ oint telegram SendDocument \ --token "***" \ - --chat "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --doc "C:\Users\Administrator\AppData\Local\Temp\usgxxcucvg1.docx" \ - --filename "custom.docx" \ No newline at end of file + --doc "https://hut.openintegrations.dev/test_data/document.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 981567614d..ec14d4c0da 100644 --- a/docs/en/cli/telegram/SendDocument/bat.txt +++ b/docs/en/cli/telegram/SendDocument/bat.txt @@ -1,6 +1,5 @@ oint telegram SendDocument ^ --token "***" ^ - --chat "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --doc "C:\Users\Administrator\AppData\Local\Temp\usgxxcucvg1.docx" ^ - --filename "custom.docx" \ No newline at end of file + --doc "https://hut.openintegrations.dev/test_data/document.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 970141714c..d8c74ea6d2 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 "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --gif "C:\Users\Administrator\AppData\Local\Temp\4u31050xs3n.gif" \ No newline at end of file + --gif "https://hut.openintegrations.dev/test_data/animation.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 5e5a33eaa7..e76c71f5c2 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 "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --gif "C:\Users\Administrator\AppData\Local\Temp\4u31050xs3n.gif" \ No newline at end of file + --gif "https://hut.openintegrations.dev/test_data/animation.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 00114b3ada..4d802f3be8 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 "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --picture "C:\Users\Administrator\AppData\Local\Temp\awubow5n4vz.png" \ 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/telegram/SendImage/bat.txt b/docs/en/cli/telegram/SendImage/bat.txt index 910f1b66f8..db660a0b2d 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 "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --picture "C:\Users\Administrator\AppData\Local\Temp\awubow5n4vz.png" \ 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/telegram/SendLocation/bash.txt b/docs/en/cli/telegram/SendLocation/bash.txt index a665223860..2e577f2b92 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 "@testsichee" \ + --chat "461699897" \ --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 e09070b9a2..3ca1961b05 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 "@testsichee" ^ + --chat "461699897" ^ --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 0d7c3c20fe..314a4fe168 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 "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\m03dwohmqnk.docx':'document'}" \ No newline at end of file + --media "{'C:\\Users\\bayse\\AppData\\Local\\Temp\\mnqgjdlweae.png':'photo','https://hut.openintegrations.dev/test_data/video.mp4':'video'}" \ 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 ffdb3c9895..d6e6e9bb8f 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 "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\m03dwohmqnk.docx':'document'}" \ No newline at end of file + --media "{'C:\\Users\\bayse\\AppData\\Local\\Temp\\mnqgjdlweae.png':'photo','https://hut.openintegrations.dev/test_data/video.mp4':'video'}" \ 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 773044e44d..b39ab22d7c 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 "@testsichee" \ + --chat "461699897" \ --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 933a3b6a7a..6aa7af7632 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 "@testsichee" ^ + --chat "461699897" ^ --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 8be1ee052f..0935ed8633 100644 --- a/docs/en/cli/telegram/SendTextMessage/bash.txt +++ b/docs/en/cli/telegram/SendTextMessage/bash.txt @@ -1,5 +1,4 @@ oint telegram SendTextMessage \ --token "***" \ - --chat "@testsichee" \ - --text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" \ - --parsemode "MarkdownV2" \ No newline at end of file + --chat "461699897" \ + --text "Строковое значение" \ 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 dcb18ae2d3..42f8cbb17b 100644 --- a/docs/en/cli/telegram/SendTextMessage/bat.txt +++ b/docs/en/cli/telegram/SendTextMessage/bat.txt @@ -1,5 +1,4 @@ oint telegram SendTextMessage ^ --token "***" ^ - --chat "@testsichee" ^ - --text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" ^ - --parsemode "MarkdownV2" \ No newline at end of file + --chat "461699897" ^ + --text "Строковое значение" \ 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 426bc823f7..b1255c0c57 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 "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --video "C:\Users\Administrator\AppData\Local\Temp\0lylb1dsd35.mp4" \ No newline at end of file + --video "https://hut.openintegrations.dev/test_data/video.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 2d9fb0fe85..231b055fed 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 "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --video "C:\Users\Administrator\AppData\Local\Temp\0lylb1dsd35.mp4" \ No newline at end of file + --video "https://hut.openintegrations.dev/test_data/video.mp4" \ 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 70c09da01f..13ec4df807 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 "TestTweetdd228f2b-7765-420d-a61e-260366369c2e" \ + --text "TestTweet839d417e-e7c2-4954-9b51-70638ddca817" \ --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 9347089ec2..4c67aac1bb 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 "TestTweetdd228f2b-7765-420d-a61e-260366369c2e" ^ + --text "TestTweet839d417e-e7c2-4954-9b51-70638ddca817" ^ --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/CreateCompositePost/bash.txt b/docs/en/cli/vk/CreateCompositePost/bash.txt index 39f73ff80a..dd470efbd4 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_457247592','video-218861756_456240432']" \ + --objects "['photo657846756_457247812','video-218861756_456240531']" \ --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 4dc325c9ca..dda4b55f2a 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_457247592','video-218861756_456240432']" ^ + --objects "['photo657846756_457247812','video-218861756_456240531']" ^ --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 dcab849201..3ca2696feb 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 "C:\Users\Administrator\AppData\Local\Temp\rwp3yr1mor0.png" \ + --pictures "['https://hut.openintegrations.dev/test_data/picture.jpg','C:\\Users\\bayse\\AppData\\Local\\Temp\\wxvsckssqkc.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 eb54b06a0e..04a5a3cdbc 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 "C:\Users\Administrator\AppData\Local\Temp\rwp3yr1mor0.png" ^ + --pictures "['https://hut.openintegrations.dev/test_data/picture.jpg','C:\\Users\\bayse\\AppData\\Local\\Temp\\wxvsckssqkc.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/CreateProductCollection/bash.txt b/docs/en/cli/vk/CreateProductCollection/bash.txt index ccf8c7c160..67ed5d1dad 100644 --- a/docs/en/cli/vk/CreateProductCollection/bash.txt +++ b/docs/en/cli/vk/CreateProductCollection/bash.txt @@ -2,7 +2,7 @@ oint vk CreateProductCollection \ --title "TestCollection" \ - --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ + --picture "https://hut.openintegrations.dev/test_data/picture.jpg" \ --main true \ --hidden 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/CreateProductCollection/bat.txt b/docs/en/cli/vk/CreateProductCollection/bat.txt index de56455716..0bf19f26e0 100644 --- a/docs/en/cli/vk/CreateProductCollection/bat.txt +++ b/docs/en/cli/vk/CreateProductCollection/bat.txt @@ -2,7 +2,7 @@ oint vk CreateProductCollection ^ --title "TestCollection" ^ - --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^ + --picture "https://hut.openintegrations.dev/test_data/picture.jpg" ^ --main true ^ --hidden 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/CreateStory/bash.txt b/docs/en/cli/vk/CreateStory/bash.txt index 56066b0a0b..cd3950fec4 100644 --- a/docs/en/cli/vk/CreateStory/bash.txt +++ b/docs/en/cli/vk/CreateStory/bash.txt @@ -1,5 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk CreateStory \ - --picture "C:\Users\Administrator\AppData\Local\Temp\ailrfb4sa2m.png" \ + --picture "C:\Users\bayse\AppData\Local\Temp\lugo41p43uc.tmp" \ + --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/bat.txt b/docs/en/cli/vk/CreateStory/bat.txt index 72ed984369..43b3b0b2aa 100644 --- a/docs/en/cli/vk/CreateStory/bat.txt +++ b/docs/en/cli/vk/CreateStory/bat.txt @@ -1,5 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk CreateStory ^ - --picture "C:\Users\Administrator\AppData\Local\Temp\ailrfb4sa2m.png" ^ + --picture "C:\Users\bayse\AppData\Local\Temp\lugo41p43uc.tmp" ^ + --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/GetStatistics/bash.txt b/docs/en/cli/vk/GetStatistics/bash.txt index 8016c25df7..616039fda5 100644 --- a/docs/en/cli/vk/GetStatistics/bash.txt +++ b/docs/en/cli/vk/GetStatistics/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk GetStatistics \ - --datefrom "2025-06-18T00:00:00" \ - --dateto "2025-06-18T23:59:59" \ + --datefrom "2025-07-04T00:00:00" \ + --dateto "2025-07-04T23:59:59" \ --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/GetStatistics/bat.txt b/docs/en/cli/vk/GetStatistics/bat.txt index 656366f696..5b5da2cce6 100644 --- a/docs/en/cli/vk/GetStatistics/bat.txt +++ b/docs/en/cli/vk/GetStatistics/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk GetStatistics ^ - --datefrom "2025-06-18T00:00:00" ^ - --dateto "2025-06-18T23:59:59" ^ + --datefrom "2025-07-04T00:00:00" ^ + --dateto "2025-07-04T23:59:59" ^ --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 c71258d105..91c201140e 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 8215 \ + --post 8547 \ --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 b97f36a58d..f1d2d2e0ca 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 8215 ^ + --post 8547 ^ --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/UploadVideoToServer/bash.txt b/docs/en/cli/vk/UploadVideoToServer/bash.txt index e51984eb3d..e86f439da5 100644 --- a/docs/en/cli/vk/UploadVideoToServer/bash.txt +++ b/docs/en/cli/vk/UploadVideoToServer/bash.txt @@ -1,7 +1,7 @@ # JSON data can also be passed as a path to a .json file oint vk UploadVideoToServer \ - --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" \ + --file "https://hut.openintegrations.dev/test_data/video.mp4" \ --title "NewVideo" \ --description "Video description" \ --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/UploadVideoToServer/bat.txt b/docs/en/cli/vk/UploadVideoToServer/bat.txt index 29ce27f716..45ad564428 100644 --- a/docs/en/cli/vk/UploadVideoToServer/bat.txt +++ b/docs/en/cli/vk/UploadVideoToServer/bat.txt @@ -1,7 +1,7 @@ :: JSON data can also be passed as a path to a .json file oint vk UploadVideoToServer ^ - --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" ^ + --file "https://hut.openintegrations.dev/test_data/video.mp4" ^ --title "NewVideo" ^ --description "Video description" ^ --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/SendTextMessage/bash.txt b/docs/en/cli/vkteams/SendTextMessage/bash.txt index a244626c29..8ac7128969 100644 --- a/docs/en/cli/vkteams/SendTextMessage/bash.txt +++ b/docs/en/cli/vkteams/SendTextMessage/bash.txt @@ -1,7 +1,4 @@ oint vkteams SendTextMessage \ --token "***" \ - --chatid "689203963@chat.agent" \ - --text "Bold text" \ - --reply "7517326527697007239" \ - --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 + --chatid "AoLI0egLWBSLR1Ngn2w" \ + --text "Message text" \ 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 b8192f2b53..edcd41bd76 100644 --- a/docs/en/cli/vkteams/SendTextMessage/bat.txt +++ b/docs/en/cli/vkteams/SendTextMessage/bat.txt @@ -1,7 +1,4 @@ oint vkteams SendTextMessage ^ --token "***" ^ - --chatid "689203963@chat.agent" ^ - --text "Bold text" ^ - --reply "7517326527697007239" ^ - --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 + --chatid "AoLI0egLWBSLR1Ngn2w" ^ + --text "Message text" \ 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 0ffdad917a..20b3aad52c 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 "/69594ea3-c847-4cf1-88bb-6920a1a9ee85" \ No newline at end of file + --path "/c28dc5ba-ace8-4c6d-a79a-fbfef22f8bec" \ 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 204fec6210..36281d6130 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 "/69594ea3-c847-4cf1-88bb-6920a1a9ee85" \ No newline at end of file + --path "/c28dc5ba-ace8-4c6d-a79a-fbfef22f8bec" \ 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 40f764dc56..30960ae438 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 "/66bd4af7-c210-4ca1-8b94-28c011045756.png" \ - --to "/fef26a74-38a6-44da-a061-aaba27d01e50.png" \ + --from "/d300898a-1bda-4906-b6e1-245a77deac27.png" \ + --to "/a9b3cf30-c888-46f2-9262-fb86dc76d2e9.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 294df1804d..66e0111e84 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 "/66bd4af7-c210-4ca1-8b94-28c011045756.png" ^ - --to "/fef26a74-38a6-44da-a061-aaba27d01e50.png" ^ + --from "/d300898a-1bda-4906-b6e1-245a77deac27.png" ^ + --to "/a9b3cf30-c888-46f2-9262-fb86dc76d2e9.png" ^ --rewrite true \ 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 8c5b023b86..803f90c500 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 "/740cfd78-e33b-4d42-982b-251f6c55b457.png" \ No newline at end of file + --path "/0e20e3bc-0683-4724-b53a-af480f3209f1.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 42e17a4334..639cc2578b 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 "/740cfd78-e33b-4d42-982b-251f6c55b457.png" \ No newline at end of file + --path "/0e20e3bc-0683-4724-b53a-af480f3209f1.png" \ 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 f3b5fd5cc0..3a5a09740e 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 "/e9291e9c-8774-4de0-ad5c-0bb06aec3921.png" \ - --to "/cfdd1bf4-bccf-4a22-accf-ad118bee7fb6.png" \ + --from "/010f2965-d54b-4444-966c-afad2a002d30.png" \ + --to "/2ebc01d5-4cc6-4024-8e7b-8653b4ead030.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 f45108a7be..26e323506b 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 "/e9291e9c-8774-4de0-ad5c-0bb06aec3921.png" ^ - --to "/cfdd1bf4-bccf-4a22-accf-ad118bee7fb6.png" ^ + --from "/010f2965-d54b-4444-966c-afad2a002d30.png" ^ + --to "/2ebc01d5-4cc6-4024-8e7b-8653b4ead030.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 325f11e044..923d207f88 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 "/14951394-c9d0-4aab-a0f4-05f52d4aaf5f.png" \ No newline at end of file + --path "/742891fa-5738-4c0a-b3d2-3d82c53c1029.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 819a78fbd6..daaae49f6f 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 "/14951394-c9d0-4aab-a0f4-05f52d4aaf5f.png" \ No newline at end of file + --path "/742891fa-5738-4c0a-b3d2-3d82c53c1029.png" \ 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 3c3a01de07..c88755acee 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 "/96b215c7-48f6-474d-b84e-8d3230a39131.png" \ - --file "C:\Users\Administrator\AppData\Local\Temp\vfauqaux3q0.png" \ + --path "/ca623737-058b-4e93-a2cd-5c78e38f7957.png" \ + --file "https://hut.openintegrations.dev/test_data/picture.jpg" \ --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 c61a8a7dbf..72547a3ea8 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 "/96b215c7-48f6-474d-b84e-8d3230a39131.png" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\vfauqaux3q0.png" ^ + --path "/ca623737-058b-4e93-a2cd-5c78e38f7957.png" ^ + --file "https://hut.openintegrations.dev/test_data/picture.jpg" ^ --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 93649a7797..f9fcbd4056 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 "/1a9461bb-b345-47bf-9453-015d4e476e72.png" \ - --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file + --path "/c6f6870f-acfe-45e3-80e8-60874b6d068e.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 04e9ab2b63..2ac0dbc5c3 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 "/1a9461bb-b345-47bf-9453-015d4e476e72.png" ^ - --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file + --path "/c6f6870f-acfe-45e3-80e8-60874b6d068e.png" ^ + --url "https://hut.openintegrations.dev/test_data/picture.jpg" \ No newline at end of file