This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit abeb944098c2f1fbf89296a42fa9ca70d2a664a3 Author: Jesper Høy <[email protected]> AuthorDate: Mon Nov 17 11:33:26 2025 +0100 Add _purge to the list of requests that only admin users are allowed to do. --- src/docs/src/intro/security.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/src/intro/security.rst b/src/docs/src/intro/security.rst index b203b2c9d..dde9c927c 100644 --- a/src/docs/src/intro/security.rst +++ b/src/docs/src/intro/security.rst @@ -46,6 +46,7 @@ identification for certain requests: - Restarting the server on a given node (:post:`/_node/{node-name}/_restart`) - Reading the active configuration (:get:`/_node/{node-name}/_config`) - Updating the active configuration (:put:`/_node/{node-name}/_config/{section}/{key}`) +- Purging documents (:post:`POST /database/_purge </{db}/_purge>`) Creating a New Admin User -------------------------
