Set a group’s visibility to public or private. Public groups appear on your public profile along with their bookmarks (subject to individual bookmark visibility settings).Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ephraimduncan/minimal.so/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
server/procedures/bookmarks.ts:196
Input
The ID of the group to update
Visibility setting:
true- Make group public (visible on profile)false- Make group private (hidden from profile)
Response
The group ID
The group name
The group’s color (hex format)
The updated visibility setting
The owner’s user ID
ISO 8601 timestamp of creation
ISO 8601 timestamp of last update
Visibility behavior
When a group is set to public:- The group appears on your public profile (if profile is public)
- Bookmarks within the group are visible if:
- Bookmark
isPublicis explicitlytrue, OR - Bookmark
isPublicisnull(inherits from group)
- Bookmark
- Bookmarks with explicit
isPublic: falseremain private
- The group is completely hidden from your public profile
- All bookmarks in the group are hidden, regardless of individual settings
- Only you can see the group and its bookmarks when logged in
Usage examples
React Query (client component)
Server component
Direct client
Workflow: Publishing a curated collection
Prerequisites
Before making a group public, ensure:- Your user profile is set to public (
isProfilePublic: true) - You have a username configured
- The group contains bookmarks you want to share
Related endpoints
- Get profile - Check if your profile is public
- Update profile - Set profile to public
- Set bookmark visibility - Control individual bookmark visibility
- Bulk set visibility - Update multiple bookmarks at once
- Public profile API - View public profile data