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
}
]
}Changes
No changes recorded. 2 of the 14 revisions have no diff computed, so they could not be searched.