---
title: "Update auto seasonality settings"
method: PUT
path: "/forecaster/auto-seasonality/settings"
tags: ["Auto Seasonality"]
---

# Update auto seasonality settings

`PUT /forecaster/auto-seasonality/settings`

Updates the seasonality settings. Any change to these settings will take up to 24h be effective.

See [Auto Seasonality](https://dev.kevel.com/reference/auto-seasonality) for more details on this feature.

## Request body

- object
  - `enabled` boolean — Whether the auto seasonality is enabled or not.
  - `correlateImportedCounts` boolean — Whether to correlate the imported counts with the ones derived by Kevel. This setting should only be used if the ad-server implementation is complete, partial implementations might introduce inaccuracies.

## Response `200`

Normal response, containing a JSON object with the applied settings".

- Schema — unresolved $ref

---

[API](https://skmtc.net/kevel/apis/engine-apis.md) · [All operations](https://skmtc.net/kevel/apis/engine-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kevel/engine-apis/revisions/0ca55f45aa7d/schema)
