rozod
    Preparing search index...

    Variable patchGroupsGroupidRolesRolesetidPermissionsConst Api Param

    patchGroupsGroupidRolesRolesetidPermissions: EndpointGeneric<
        { groupId: number; roleSetId: number },
        Record<string, never>,
        {
            permissions: {
                AddGroupPlaces: boolean;
                AdministerCloudAuthentication: boolean;
                AdvertiseGroup: boolean;
                BanMembers: boolean;
                ChangeRank: boolean;
                CreateComments: boolean;
                CreateItems: boolean;
                CreatePosts: boolean;
                DeleteFromWall: boolean;
                InviteMembers: boolean;
                LockPosts: boolean;
                ManageCategories: boolean;
                ManageClan: boolean;
                ManageGroupGames: boolean;
                ManageItems: boolean;
                ManageKeywordBlockList: boolean;
                ManageRelationships: boolean;
                PinPosts: boolean;
                PostToStatus: boolean;
                PostToWall: boolean;
                RemoveComments: boolean;
                RemoveMembers: boolean;
                RemovePosts: boolean;
                SpendGroupFunds: boolean;
                UseCloudAuthentication: boolean;
                ViewAnalytics: boolean;
                ViewAuditLogs: boolean;
                ViewKeywordBlockList: boolean;
                ViewStatus: boolean;
                ViewWall: boolean;
            };
        },
    > = ...

    PATCH https://groups.roblox.com/v1/groups/:groupId/roles/:roleSetId/permissions Updates the permissions for a group's roleset. The authorized user must be the group owner. body The request. groupId The group's id. roleSetId The roleset's id.