Created
November 16, 2016 14:15
-
-
Save mtorrisi/85fe7228f4c66500132f0fb6ff3128b5 to your computer and use it in GitHub Desktop.
Upload input files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## COMMAND | |
curl -i -F "file[][email protected]" -F "file[][email protected]" "http://151.97.41.66:8888/v1.0/tasks/16/input?user=user" | |
## EXPECTED OUTPUT | |
{ | |
"files": [ | |
"sayhello.txt", | |
"sayhello.sh" | |
], | |
"message": "uploaded", | |
"task": "16", | |
"gestatus": "triggered" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment