Homarr
Users

Change your color scheme

PATCH/api/users/changeScheme

Set the current user's preferred color scheme. Requires authentication.

ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/users/changeScheme" \  -H "Content-Type: application/json" \  -d '{    "colorScheme": "auto"  }'
null