Skip to content

Commit df6cd89

Browse files
committed
Merge branch 'main' of github.com:grega/flight-finder
2 parents e7b2f67 + 8003204 commit df6cd89

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ This works similarly to the `/closest-flight` endpoint but returns all flights w
161161
curl "http://localhost:7478/flights-in-radius?lat=37.7749&lon=-122.4194&radius=25"
162162
```
163163

164-
The response contains a `flights` array containing all flights within the specified radius (each `flight` object has the same structure as in the `/closest-flight` response).
164+
The response is a `flights` array containing all flights within the specified radius (each `flight` object has the same structure as in the `/closest-flight` response, see above).
165165

166166
## API Endpoints
167167

@@ -190,10 +190,6 @@ Query Parameters:
190190
Headers:
191191
- `X-API-Key` (optional): API key, if authentication is enabled / required
192192

193-
Here’s the documentation for your **`/flights-in-radius`** endpoint, styled to match the format of your existing `/closest-flight` documentation:
194-
195-
---
196-
197193
### `GET /flights-in-radius`
198194

199195
Find all in-flight aircraft within a given radius of the specified coordinates.

0 commit comments

Comments
 (0)