Skip to content

Commit 194c42e

Browse files
committed
chore: add missing param docstring
1 parent 036efd7 commit 194c42e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/groups/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export interface GroupsOIDC {
1414
* Get the roles assigned to a group specific to the configured OIDC's dynamic auth functionality.
1515
*
1616
* @param {string} groupID The group ID to get the roles for.
17+
* @param {boolean} [includePermissions] Whether to include all associated permissions in the response.
1718
* @returns {Promise<Record<string, Role>>} A map of roles assigned to the group.
1819
*/
1920
getAssignedRoles(groupID: string, includePermissions?: boolean): Promise<Record<string, Role>>;

0 commit comments

Comments
 (0)