From 20e6b29978ae8863f9f93d90a7df5aab8325542c Mon Sep 17 00:00:00 2001 From: augustuswm Date: Fri, 13 Oct 2023 13:52:30 -0500 Subject: [PATCH] Link to permissions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c6e317..9c244d2 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Browser Client RFD API Permissions can be assigned to both users and groups (see below). Permissions are always additive, and a callers full permissions are the combined set of their directly assigned permissions and their group permissions. -// TODO: List permissions +[Api Permissions](rfd-api/src/permissions.rs) ### Groups