---
title: "Update key metrics configuration"
method: PUT
path: "/home/key-metrics/configuration"
tags: ["Homepage"]
---

# Update key metrics configuration

`PUT /home/key-metrics/configuration`

Replaces the key metrics configuration for the authenticated user with the provided settings.

## Request body

- object — Request body for updating key metrics configuration
  - `metrics` object[], required — List of metric configurations to update
    - `metricType` string, required — Type of metric to configure
    - `selectedTimePeriod` string, nullable — Selected time period for this metric

## Response `200`

Configuration updated successfully

- object — Response containing the user's key metrics configuration
  - `metrics` object[], required — List of configured metrics with their visibility and time period settings
    - `metricType` string, required — Type of metric
    - `supportedTimePeriods` string[], required — List of time periods supported by this metric
    - `selectedTimePeriod` string, nullable — Currently selected time period
    - `isVisible` boolean — Whether this metric is visible on the dashboard

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/versions/a506e82d7cbe/schema)
