Skip to content

Commit abeb944

Browse files
jesperhoynickva
authored andcommitted
Add _purge to the list of requests that only admin users are allowed to do.
1 parent 93dd7ab commit abeb944

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/docs/src/intro/security.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ identification for certain requests:
4646
- Restarting the server on a given node (:post:`/_node/{node-name}/_restart`)
4747
- Reading the active configuration (:get:`/_node/{node-name}/_config`)
4848
- Updating the active configuration (:put:`/_node/{node-name}/_config/{section}/{key}`)
49+
- Purging documents (:post:`POST /database/_purge </{db}/_purge>`)
4950

5051
Creating a New Admin User
5152
-------------------------

0 commit comments

Comments
 (0)