You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to aran...@googlegroups.com
Hi folks,
I noticed that API docs states (e.g. in create document part [1]) that:
The body of the response contains a JSON objectwith the following attributes: _id contains the document handle of the newly created document _key contains the document key _rev contains the document revision
however the actual response object contains also 'error' field with 'false' value even when the status code of the response itself is 201/202. Is this field necessary to be sent even in the case of 'success' status code? If there is a reason for that then shouldn't it be also noted in the mentioned paragraph (since it's also present in examples)?