mojito317 commented on a change in pull request #532: URL: https://github.com/apache/couchdb-documentation/pull/532#discussion_r419983276
########## File path: src/api/server/common.rst ########## @@ -453,7 +453,9 @@ .. http:get:: /_db_updates :synopsis: Return the server changes of databases - Returns a list of all database events in the CouchDB instance. + Returns a list of all database events in the CouchDB instance. The + existence of the ``_global_changes`` database is required to use this + endpoint. Review comment: Interesting, because the endpoint does not show any data for me till I do not create the `_global_changes` database. ``` curl --location --request GET 'localhost:5984/_db_updates' \ --header 'Authorization: ***' ``` Gives me a 404 with: ```json { "error": "not_found", "reason": "Database does not exist." } ``` @wohali what do you think, should I report this first? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org