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
}
]
}