You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-03 22:39:12 +02:00
6 lines
306 B
Plaintext
6 lines
306 B
Plaintext
|
|
# JSON data can also be passed as a path to a .json file
|
||
|
|
|
||
|
|
oint vk UploadPhotoToServer \
|
||
|
|
--file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
|
||
|
|
--type "Post" \
|
||
|
|
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
|