mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Updated protocol description with lock-database command
This commit is contained in:
parent
83e7730fa1
commit
b032b7e5c4
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -244,6 +244,26 @@ Response message data (success, decrypted):
|
|||
}
|
||||
```
|
||||
|
||||
### lock-database
|
||||
Request:
|
||||
```javascript
|
||||
{
|
||||
"action": "lock-database",
|
||||
"nonce": "tZvLrBzkQ9GxXq9PvKJj4iAnfPT0VZ3Q",
|
||||
"clientID": "<clientID>"
|
||||
}
|
||||
```
|
||||
|
||||
Response message data (success always returns an error, decrypted):
|
||||
```javascript
|
||||
{
|
||||
"action": "lock-database",
|
||||
"errorCode": 1,
|
||||
"error": "Database not opened",
|
||||
"nonce": "tZvLrBzkQ9GxXq9PvKJj4iAnfPT0VZ3Q"
|
||||
}
|
||||
```
|
||||
|
||||
## Licenses
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue