curl --request POST \
--url https://sahabah-prod.devops.arabiaweather.com/api/reports/forecast-accuracy \
--header 'Content-Type: application/json' \
--data '
{
"end_date": "2023-11-07T05:31:56Z",
"parameters": [
"<string>"
],
"run_lag": 123,
"start_date": "2023-11-07T05:31:56Z",
"stations": [
"<string>"
],
"include_archives": true,
"include_observations": true,
"overrides": [
{
"datetime": "2023-11-07T05:31:56Z",
"clouds.total_cover": 123,
"surface.temperature": 123,
"surface.visibility": 123,
"surface.wind_direction": 123,
"surface.wind_speed": 123
}
],
"thresholds": {}
}
'{
"build": "<string>",
"data": {},
"request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://sahabah-prod.devops.arabiaweather.com/api/reports/forecast-accuracy \
--header 'Content-Type: application/json' \
--data '
{
"end_date": "2023-11-07T05:31:56Z",
"parameters": [
"<string>"
],
"run_lag": 123,
"start_date": "2023-11-07T05:31:56Z",
"stations": [
"<string>"
],
"include_archives": true,
"include_observations": true,
"overrides": [
{
"datetime": "2023-11-07T05:31:56Z",
"clouds.total_cover": 123,
"surface.temperature": 123,
"surface.visibility": 123,
"surface.wind_direction": 123,
"surface.wind_speed": 123
}
],
"thresholds": {}
}
'{
"build": "<string>",
"data": {},
"request_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}Optional overrides for specific hours. When provided, values here will replace the corresponding forecast parameters for matching hours in the archives before analysis.
Show child attributes
Show child attributes