-
Feb 1st, 2013, 07:14 PM
#1
rest-shell. PUT request without parameter "--data". Does not work.
The PUT command in rest-shell keeps on asking about --data parameter. My json is big and need to get it from file. Following command does not work with the error mentioned.
> put --from /Users/sudhir/json/t.json
http://localhost:8080/tortlets/tortlets/json:> put --from /Users/sudhir/json/t.json
You should specify option (--, --data, --follow, --output) for this command
Also tried.
http://localhost:8080/tortlets/tortlets/json:> put --data "" --from /Users/sudhir/json/t.json
You should specify value for option 'data' for this command
http://localhost:8080/tortlets/tortlets/json:>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules