Document convective outlook endpoints

This commit is contained in:
2026-06-11 15:46:00 +00:00
parent e897ae52df
commit 993621e3b3
7 changed files with 228 additions and 20 deletions

View File

@@ -11,6 +11,13 @@ Accept: application/json
### Active alerts as text
GET {{baseUrl}}/alerts/active?format=text
### Convective outlook day 1 categorical risk
GET {{baseUrl}}/outlooks/convective?day=1&outlookType=categorical
Accept: application/json
### Active convective outlooks for the configured location as text
GET {{baseUrl}}/outlooks/convective/location?format=text&tz=CDT
### Hourly forecast in US units
GET {{baseUrl}}/forecast/hourly?units=us&precision=1&tz=Chicago
Accept: application/json