From 1171a7bbaa22e15afde8bafb25bd6162fb201a11 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 13 Mar 2024 11:26:55 +1100 Subject: [PATCH] update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 817c1be..133681c 100644 --- a/README.md +++ b/README.md @@ -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