1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00
Files
OpenIntegrations/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt

7 lines
303 B
Plaintext
Raw Normal View History

2025-10-07 15:34:22 +00:00
# JSON data can also be passed as a path to a .json file
2025-02-10 12:29:18 +03:00
oint bitrix24 UpdateCalendarEvent \
2025-10-07 15:34:22 +00:00
--url "b24-ar17wx.bitrix24.by" \
2025-10-15 11:06:08 +00:00
--event 2792 \
2025-10-07 15:34:22 +00:00
--fields "{'ownerId':'1','type':'user','name':'Modified event','description':'New event description','importance':'low','private_event':'Y'}" \
2025-02-10 12:29:18 +03:00
--token "***"