From 4e58244175db6954b04459d80ad826ac892972e3 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 8 Mar 2024 16:12:00 -0800
Subject: [PATCH] Apply suggestions from review
---
docs/usage.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/usage.md b/docs/usage.md
index 27ed0d830..29950ce29 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -228,8 +228,7 @@ in the UI by selecting documents and choosing the "Permissions" button.
For objects created via the web UI (tags, doc types, etc.) the default is to set the current user
as owner and no extra permissions, but you can explicitly set these under Settings > Permissions.
-Documents consumed via the consumption directory or directly to the API do not have an owner or
-additional permissions set by default, but again, can be controlled with [Workflows](#workflows).
+Documents consumed via the consumption directory do not have an owner or additional permissions set by default, but again, can be controlled with [Workflows](#workflows).
### Users and Groups
@@ -266,7 +265,7 @@ still have "object-level" permissions.
| StoragePath | Grants global permissions to add, edit, delete or view Storage Paths. |
| Tag | Grants global permissions to add, edit, delete or view Tags. |
| UISettings | Grants global permissions to add, edit, delete or view the UI settings that are used by the web app.
Users expected to access the web UI should usually be granted at least _View_ permissions. |
-| User | Grants global permissions to add, edit, delete or view Groups. |
+| User | Grants global permissions to add, edit, delete or view Users. |
| Workflow | Grants global permissions to add, edit, delete or view Workflows.
Note that Workflows are global, in other words all users who can access workflows have access to the same set of them. |
#### Detailed Explanation of Object Permissions {#object-permissions}