Missing POST /{db}/_bulk_get docs

Hi

Could you please add 1.2 docs for POST /{db}/_bulk_get. It seems the 1.1 docs aren’t quite right for 1.2.

What exactly needs to be changed?

I think its the examples. The request says to use “_id” bit its actually just “id”. And the response isn’t accurate, the chucked response as a lump of text looks quite different. It has boundary markers between each document.

I just checked, and there are 1.2 docs for bulk_get. And they use the correct id property in the example request.

The response shown is in the default application/json format. If you’re seeing boundary markers in a response, that’s because it’s in MIME multipart/related format, because the client used an Accept header to request that.