Skip to content

Commit 494d3f5

Browse files
Merge pull request #5033 from BimsaraBodaragama/fix-4/user-sharing-api-is-7.1
[Docs][API][IS] Fix Incorrect Base Path in Shared Roles API Example (Organization API)
2 parents 819661f + e5e78ba commit 494d3f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

en/identity-server/next/docs/apis/organization-apis/restapis/organization-user-share.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,8 @@ components:
671671
rolesRef:
672672
type: string
673673
description: URL reference to retrieve paginated roles for the shared user in this organization
674-
example: "/api/server/v1/users/{userId}/shared-roles?orgId=b028ca17-8f89-449c-ae27-fa955e66465d&after=&before=&limit=2&filter=&recursive=false"
674+
example: "/o/api/server/v1/users/{userId}/shared-roles?orgId=b028ca17-8f89-449c-ae27-fa955e66465d
675+
&after=&before=&limit=2&filter=&recursive=false"
675676

676677
UserSharedRolesResponse:
677678
type: object

0 commit comments

Comments
 (0)