You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/apiv3/paths/capabilities.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@ get:
10
10
11
11
+ principal: Get all capabilities of a principal
12
12
13
-
+ context: Get all capabilities within a context. Note that for a workspace context the client needs to provide `w{id}`, e.g. `w5` and for the global context a `g`
13
+
+ context: Get all capabilities within a context. Note that for a workspace context the client needs to
14
+
provide `w{id}`, e.g. `w5` and for the global context a `g`.
15
+
16
+
+ **Deprecation**: The now deprecated context `p` for project still works, but must eventually be replaced
0 commit comments