updates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-12 13:24:46 +11:00
parent 083fb0ebe1
commit 1a297464fe
3 changed files with 12 additions and 7 deletions

View File

@@ -275,7 +275,7 @@ Deleting a group will also impact all permissions based on that group. For that
### Secrets Operations
#### Store
**POST** `/api/secret/store`
**POST** `/api/secret/add`
Store secret if user only has access to a single safe
@@ -308,7 +308,7 @@ If a secret exists with a matching deviceName and deviceCategory in a safe that
If the current user has access to multiple safes, then the destination safeId will also need to be specified.
#### Retrieve
POST `/api/secret/retrieve`
POST `/api/secret/get`
Data
```