diff --git a/.last-synced-sha b/.last-synced-sha index 570970b..ca51f19 100644 --- a/.last-synced-sha +++ b/.last-synced-sha @@ -1 +1 @@ -b538a36a41453a2d7b46a87070151a8322f5168f +590c93fe53a45b4c27a1e3ce3d0670cb2456c6a5 diff --git a/spec/open-api-spec.yaml b/spec/open-api-spec.yaml index cccccdf..7d13546 100644 --- a/spec/open-api-spec.yaml +++ b/spec/open-api-spec.yaml @@ -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 @@ -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