This is an automated email from the ASF dual-hosted git repository. flimzy pushed a commit to branch all_dbs_inclusive_end in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit ad48012776c01d23241646256f405fd4d48f79ea Author: Jonathan Hall <fli...@flimzy.com> AuthorDate: Fri Sep 12 15:39:16 2025 -0400 Document that _all_dbs endpoint supports inclusive_end query param --- src/docs/src/api/server/common.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/src/api/server/common.rst b/src/docs/src/api/server/common.rst index a61afe1b2..26b677e96 100644 --- a/src/docs/src/api/server/common.rst +++ b/src/docs/src/api/server/common.rst @@ -200,6 +200,8 @@ :query json endkey: Stop returning databases when the specified key is reached. :query json end_key: Alias for ``endkey`` param + :query boolean inclusive_end: Specifies whether the specified end key + should be included in the result. Default is ``true``. :query number limit: Limit the number of the returned databases to the specified number. :query number skip: Skip this number of databases before starting to return