Homarr
Users

Change the first day of the week

PATCH/api/users/firstDayOfWeek

Set a user's preferred first day of the week. Users can update themselves; updating another user requires admin permission.

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/firstDayOfWeek" \  -H "Content-Type: application/json" \  -d '{    "firstDayOfWeek": 0,    "id": "string"  }'
null