Skip to content

Commit 93dd7ab

Browse files
jesperhoynickva
authored andcommitted
Added note that _purge is restricted to admin users
https://docs.couchdb.org/en/stable/whatsnew/2.3.html#bugfixes
1 parent b433c21 commit 93dd7ab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/docs/src/api/database/misc.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ As a result of this purge operation, a new updated version of the document will
131131
be available in ``_all_docs`` and ``_changes``, creating a new record in ``_changes``.
132132
The database's ``purge_seq`` and ``update_seq`` will be increased.
133133

134+
.. note::
135+
The _purge endpoint is restricted to admin users (since version 2.3.1)
136+
137+
134138
Internal Replication
135139
======================
136140
Purges are automatically replicated between replicas of the same database. Each

0 commit comments

Comments
 (0)