Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .last-synced-sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b538a36a41453a2d7b46a87070151a8322f5168f
590c93fe53a45b4c27a1e3ce3d0670cb2456c6a5
10 changes: 8 additions & 2 deletions spec/open-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,10 @@ paths:
description: >-
Returns all permissions the organization membership effectively has on a
resource, including permissions inherited through roles assigned to
ancestor resources.
ancestor resources. Results are not filtered by the resource type: a
permission is returned whenever a check for it on this resource would be
authorized, and each permission is labeled with the resource type it is
declared on.
operationId: AuthorizationController_listEffectivePermissions
parameters:
- name: organization_membership_id
Expand Down Expand Up @@ -2409,7 +2412,10 @@ paths:
description: >-
Returns all permissions the organization membership effectively has on a
resource identified by its external ID, including permissions inherited
through roles assigned to ancestor resources.
through roles assigned to ancestor resources. Results are not filtered
by the resource type: a permission is returned whenever a check for it
on this resource would be authorized, and each permission is labeled
with the resource type it is declared on.
operationId: AuthorizationController_listEffectivePermissionsByExternalId
parameters:
- name: organization_membership_id
Expand Down
Loading