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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

&quot;&quot;