We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ea242 commit 91681d2Copy full SHA for 91681d2
flexmeasures/ui/static/openapi-specs.json
@@ -4174,15 +4174,15 @@
4174
"string",
4175
"null"
4176
],
4177
- "description": "Maximum forecast horizon. Defaults to retrain_frequency if set and 'PT48H' otherwise.",
+ "description": "Maximum forecast horizon. Defaults to covering the whole prediction period (which itself defaults to 48 hours).",
4178
"example": "PT48H"
4179
},
4180
"forecast-frequency": {
4181
"type": [
4182
4183
4184
4185
- "description": "How often to recompute forecasts. Defaults retrain-frequency.",
+ "description": "How often to recompute forecasts. Defaults to retrain frequency.",
4186
"example": "PT1H"
4187
4188
"sensor-to-save": {
0 commit comments