Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm following the MongoHQ Collections API tutorial at

http://support.mongohq.com/mongohq-api/collections.html

When I attempt to create a new collection using this curl example (with my own API key)

curl -X POST http://api.mongohq.com/databases/vehicles/collections?_apikey=12345
-H "Content-Type: application/json"
-d '{"name":"my_new_collection"}'

I get this error.

[:error, "Invalid parameters: MultiJson::DecodeError"]

The JSON looks solid. Any ideas?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.