rozod
    Preparing search index...

    Variable patchGroupsGroupidRolesRolesetidPermissionsConst Api Param

    patchGroupsGroupidRolesRolesetidPermissions: EndpointGeneric<
        { groupId: number; roleSetId: number },
        Record<string, never>,
        { permissions: Record<string, never> },
    > = ...

    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.