V1.3 Couchbase Lite POST _all_docs REST API no longer documented?

In Couchbase Lite v1.2 and earlier a POST to the _all_docs query was supported:

http://developer.couchbase.com/documentation/mobile/1.2/develop/references/couchbase-lite/rest-api/database/post-all-docs/index.html

However this method is no longer documented in the 1.3 version of the Couchbase Lite documentation. I cannot find any specific reference to this API being deprecated.

Is the POST method on the _all_docs query no longer supported? It does seem to still work in the iOS and Java flavors of Couchbase Lite v1.3.x

Thanks

It is not deprecated. It just seems to be missing from the docs for some reason…

Awesome, good to know. Thanks!

Here’s the endpoint in the 1.3 docs http://developer.couchbase.com/documentation/mobile/1.3/develop/references/sync-gateway/rest-api/index.html#operation---db--_changes-post

And in a slightly easier to read format http://developer.couchbase.com/mobile/swagger/sync-gateway-public/#!/database/post_db_changes

James