v1

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
Homepage

Update key metrics configuration

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

put/home/key-metrics/configuration

Request body

Example request

{
  "metrics": [
    {
      "metricType": "GOOGLE_SEARCHES",
      "selectedTimePeriod": "LAST_30_DAYS"
    }
  ]
}

Response

Configuration updated successfully

Example response

{
  "metrics": [
    {
      "metricType": "GOOGLE_SEARCHES",
      "selectedTimePeriod": "LAST_30_DAYS",
      "isVisible": true
    }
  ]
}