문제

Posting the below gives a MultiJson::ParseError - 795: unexpected token at '{"investor": {"name": "Theresa Enyedi"}'

curl http://localhost:3000/api/v1/investors -i -H "Accept: application/json" -H "Content-Type: application/json" -d '{"investor": {"name": "Theresa Enyedi"}}'

Help would be appreciated.

Mahalo Don

도움이 되었습니까?

해결책

-d '{json_data": should be -d '{"json_data":

by the way, -XPOST is not necessary, since you offer -d argument

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top