Insert (or overwrite) an airport.
POST {{baseUrl}}/airports
New data is processed asynchronously and may need some time to be updated.
Request Body
{"country"=>"<string>", "geo-coordinate"=>{"lat"=>"<double>", "lon"=>"<double>"}, "iata-code"=>"<string>", "icao-code"=>"<string>", "name"=>"<string>", "time-zone"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
""