1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-19 23:52:43 +02:00
Files
OpenIntegrations/docs/en/cli/bitrix24/UpdatePost/bash.txt

9 lines
284 B
Plaintext
Raw Normal View History

2024-10-20 22:15:39 +03:00
# JSON data can also be passed as a path to a .json file
oint bitrix24 UpdatePost \
--url "b24-ar17wx.bitrix24.by" \
2025-07-15 17:57:15 +00:00
--postid 2758 \
2024-10-20 22:15:39 +03:00
--text "New post text" \
2025-07-05 13:02:22 +03:00
--files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg'}" \
2024-10-20 22:15:39 +03:00
--title "New post title" \
--token "***"