curl --request GET \
--url http://pinpoint.devops.arabiaweather.com/overrides/{id}{
"locations": [
{
"id": "<string>",
"hourly": [
{}
],
"daily": [
{}
]
}
]
}Replies with JSON object containing the hourly and daily overrides for a single location
curl --request GET \
--url http://pinpoint.devops.arabiaweather.com/overrides/{id}{
"locations": [
{
"id": "<string>",
"hourly": [
{}
],
"daily": [
{}
]
}
]
}Location ID or comma-separated list of location IDs
Start time for the forecast (e.g., 'now', 'today', or ISO date string)
Forecast interval in hours
Comma-separated list of weather parameters to include
Whether to include hourly overrides
Weather overrides data
Show child attributes