Skip to content

Commit 27c6d29

Browse files
authored
Add info about delete-entry request
1 parent b470176 commit 27c6d29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Communication with KeePassXC happens via the KeePassXC protocol. Currently, the
4848
* `get-database-groups`: Request to retrieve all database groups together with their groupUuids.
4949
* `create-new-group`: Request to create a new group for the given name or path.
5050
* `get-totp`: Request for receiving the current TOTP.
51+
* `delete-entry`: Request for deleting an entry in the database, identified by its uuid.
5152
* `database-locked`: A signal from KeePassXC, the current active database is locked.
5253
* `database-unlocked`: A signal from KeePassXC, the current active database is unlocked.
5354

@@ -61,4 +62,4 @@ Copyright (C) 2021 Ralph Plawetzki
6162

6263
The keepassxc-proxy-access logo is based on an [ICONFINDER logo](https://www.iconfinder.com/icons/4484570/hosting_link_proxy_server_url_window_icon) that is published under the [Creative Commons Attribution 3.0 Unported licence](https://creativecommons.org/licenses/by/3.0/) (CC BY 3.0). I modified the icon to my needs by changing the interior and adding the KeePassXC logo.
6364

64-
The KeePassXC logo is Copyright (C) of https://keepassxc.org/
65+
The KeePassXC logo is Copyright (C) of https://keepassxc.org/

0 commit comments

Comments
 (0)