Source: equa-server/modules/api/src/endpoints/color-endpoints.ts
Color Endpoints
Endpoints for managing user-specific color preferences used for UI theming. Colors are scoped per user and target (e.g., a specific entity or UI element). All color endpoints require authentication. Endpoint count: 4Create/Update Color
Create or update a color preference for the specified target.
Path Parameters:
Request Body (
NewColorRequest):
List Colors
Get all color preferences for a user.
Path Parameters:
Get Color
Get a specific color preference by target.
Path Parameters:
Delete Color
Delete a color preference for the specified target.
Path Parameters: