Update Forecast¶
Required privilege: Forecast / Edit
Content-Type: application/json
CSRF header required: X-XSRF-TOKEN
Same schema as Create Forecast. Include existing lines with their id to retain them.
Path Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
integer | Yes | Internal forecast identifier |
Errors¶
| Status | Code | Description |
|---|---|---|
| 400 | ForecastList.NotFound |
No forecast with this ID |
| 403 | User.NotPrivileged |
Insufficient privilege |