Greetings, I'm reading the HttpDocumentApi on the wiki and noticed a way to POST /_uuids?count=100 to retrieve a list of unused document IDs. So far I'm not having any success. I get the following response using curl and couchdb 0.8.1:
$ curl -X POST http://localhost:5984/_uuids?count=1 -H "Content-Type: > application/json" > > {"error":"not_found","reason":"unknown_private_path"} > What am I missing? Regards, Scott S.
