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

This commit is contained in:
2024-03-13 11:26:55 +11:00
parent 8ff92e206e
commit 1171a7bbaa

View File

@@ -191,6 +191,17 @@ Body
}
```
Create a new permission for a group
Body
```
{
"Description": "Group access to default safe",
"safeId": 1,
"groupId": 1
}
```
Creates a new permission mapping user/group to safe. Currently the create permission operation requires knowing the correct user Id or group Id, as well as the safe Id onto which permissions will be granted. This operation can only be performed by a user that is admin enabled.
#### Delete Permission