update example

This commit is contained in:
ggman12
2026-02-12 13:22:43 -05:00
parent 5578133a99
commit efb4cbb953
@@ -22,7 +22,8 @@ body:
**Example: single object** **Example: single object**
```json ```json
{ {
"transponder_code_hex": "a1b2c3" "registration_number": "N12345",
"tags": {"owner": "Taylor Swift"}
} }
``` ```
@@ -30,11 +31,12 @@ body:
```json ```json
[ [
{ {
"registration_number": "N123AB" "registration_number": "N12345",
"tags": {"internet": "starlink"}
}, },
{ {
"planequery_airframe_id": "cessna|172s|12345", "transponder_code_hex": "ABC123",
"transponder_code_hex": "0f1234" "tags": {"internet": "viasat", "owner": "John Doe"}
} }
] ]
``` ```