Skip to main content

Update Forecast Configuration

PUT 

/api/inventory-forecasting/configurations/:configuration

Updates an existing forecast configuration. All fields use sometimes validation — only send the fields you want to change.

The controller merges the incoming payload over the existing configuration data via ForecastConfigurationData::fromModel($configuration), so omitted fields retain their current values.

Accepts the same fields as Create. The name uniqueness rule excludes the current record (so unchanged names pass validation).

Authentication: Requires Bearer token.

Request

Responses

Successful response