---
search:
  tags:
    - administration
    - PATCH
seo:
  description: >-
    Updates workspace basic settings. All fields are optional -… Reference for
    the PATCH /administration/basic-settings endpoint in the Leadtime Public API
    API.
sidebar:
  badge: PATCH
  label: Update workspace basic settings
title: Update workspace basic settings
type: openapi-operation
---
Updates workspace basic settings. All fields are optional - only provided fields will be updated.

**What can be updated:**
- **Brand color**: Hex color code for workspace branding
- **Default language**: Default language for the workspace (e.g., "en", "de")
- **Country of operation**: ISO country code (e.g., "US", "DE")
- **Timezone**: IANA timezone identifier (e.g., "America/New_York", "Europe/Berlin")
- **Attendance tracking**: Enable or disable attendance tracking for employees
- **Time tracking thresholds**: Percentage thresholds for marking time tracking as "good" or "bad"
- **Default working hours**: Default start and end times for employees
- **Time tracker reminders**: Interval in minutes for reminding users to track time (5-120 minutes)
- **Sprint configuration**: Sprint duration in days, start day (1=Monday), and end day
- **Journal notifications**: List of user IDs who should receive notifications for journal entries

**Validation rules:**
- `timeColorBadPercent` must be less than `timeColorGoodPercent`
- `defaultTimeTo` must be after `defaultTimeFrom`
- `timeTrackerAnnoyanceInMin` must be between 5 and 120
- `sprintStartDay` and `sprintEndDay` must be between 1 (Monday) and 7 (Sunday)

**Note:** This endpoint requires the `WsSettings.manageSettings` permission. Changes affect the entire workspace and all users.

<Operation source="api-reference" id="basicsettingscontroller-patchbasicsettings" />
