Skip to content

Commit

Permalink
Update relationships.sh
Browse files Browse the repository at this point in the history
...to not request explanations
  • Loading branch information
lauren12292 committed Mar 21, 2016
1 parent 9a2c3c3 commit 8d3e778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/relationships.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ curl "$url" \
-H "X-RosetteAPI-Key: $1" \
-H 'Content-Type:application/json' \
-H 'Accept:application/json' \
-d "{\"content\": \"$relationships_text_data\", \"options\": {\"model\": \"short-string\", \"explain\": true}}"
-d "{\"content\": \"$relationships_text_data\"}"

0 comments on commit 8d3e778

Please sign in to comment.