This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch improve-delete-db in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit e5104c3bba4950f2aa5894ec3e7db1b82603ab0f Author: Joan Touzet <[email protected]> AuthorDate: Tue Aug 7 08:24:35 2018 -0400 Fix apache/couchdb#1485 --- src/api/database/common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/database/common.rst b/src/api/database/common.rst index 05b343c..74b968d 100644 --- a/src/api/database/common.rst +++ b/src/api/database/common.rst @@ -267,7 +267,7 @@ :code 200: Database removed successfully :code 400: Invalid database name or forgotten document id by accident :code 401: CouchDB Server Administrator privileges required - :code 404: Database doesn't exist + :code 404: Database doesn't exist or invalid database name **Request**:
