Draft API: Make GETS and PUTS align a bit better
The “GET” revision endpoint returns an ANS blob without the _id field in place. The corresponding “PUT” fails if you do not include the same _id . So a script to modify a document requires: GET -> make change to doc -> insert _ id in doc -&g...