# Update custom name and icon color for a shared dashboard Allows users to personalize how a shared dashboard appears to them by setting a custom name and icon color. This only affects the viewing user's experience and does not change the dashboard for others. For extra context visit: Sharing Context Endpoint: POST /v1/shared/custom Version: 0.9.0 Security: bearer ## Request fields (application/json): - `userId` (string, required) The ID of the user who shared the dashboard - `customName` (string, required) - `iconColor` (string, required) ## Response 200 fields (application/json): - `fromId` (string, required) - `fromEmail` (string, required) - `toId` (string, required) - `toEmail` (string, required) - `sharedSince` (string, required) - `created` (string, required) - `lastUpdated` (string, required) - `customName` (string, required) - `iconColor` (string, required) - `customProfilePicture` (string, required) - `groupIds` (array, required) Array of group IDs that the shared user is part of Example: ["a1b2c3d4-e5f6-7890-1234-567890abcdef"] - `lastSyncAt` (string) Last time data was synchronized from the shared user's mobile app Example: "2024-01-01T12:00:00.000Z" ## Response 400 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 401 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 500 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number)