]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update api.md
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 26 Jun 2023 17:08:21 +0000 (10:08 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 26 Jun 2023 17:08:21 +0000 (10:08 -0700)
docs/api.md

index 5282cc76f4fe1296ac2b4674b047268f4d033d93..df86ef1e5d2832c2aa01797897acf1c21c29470a 100644 (file)
@@ -300,9 +300,10 @@ the object owner or a superuser).
 
 By default, the API will return a truncated version of object-level
 permissions, returning `user_can_change` indicating whether the current user
-has edit permissions. You can pass the parameter `full_perms=true` to API
-calls to view the full permissions of objects in a format that mirrors the
-`set_permissions` parameter above.
+can edit the object (either because they are the object owner or have permissions
+granted). You can pass the parameter `full_perms=true` to API calls to view the
+full permissions of objects in a format that mirrors the `set_permissions`
+parameter above.
 
 ## API Versioning