You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Test data update (Jenkins)
This commit is contained in:
5
docs/ru/cli/bitrix24/CreateCalendar/bash.txt
vendored
5
docs/ru/cli/bitrix24/CreateCalendar/bash.txt
vendored
@@ -1,5 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint bitrix24 CreateCalendar \
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/ps56vdxg63nq8fek" \
|
||||
--fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}"
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \
|
||||
--token "***"
|
||||
5
docs/ru/cli/bitrix24/CreateCalendar/bat.txt
vendored
5
docs/ru/cli/bitrix24/CreateCalendar/bat.txt
vendored
@@ -1,5 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint bitrix24 CreateCalendar ^
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/ps56vdxg63nq8fek" ^
|
||||
--fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}"
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" ^
|
||||
--token "***"
|
||||
Reference in New Issue
Block a user