Skip to content

Commit

Permalink
Merge pull request #667 from eldrago4/patch-1
Browse files Browse the repository at this point in the history
fixed typo #### AircraftPackage
  • Loading branch information
carmichaelalonso authored Sep 11, 2024
2 parents f18ab2c + 946254e commit acc1418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer-reference/live-api/aircraft.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Include your API key (`<apikey>`) by either:
| `errorCode` | integer | _Enum:_ `"Ok = 0"`, `"UserNotFound = 1"`, `"MissingRequestParameters = 2"`, `"EndpointError = 3"`, `"NotAuthorized = 4"`, `"ServerNotFound = 5"`, `"FlightNotFound = 6"`, `"NoAtisAvailable = 7"` |
| `result` | [AircraftPackage] | Array of AircraftPackage objects |

#### AircraftPacakge
#### AircraftPackage

| Name | Type | Description |
| ------ | ------------- | ------------------------------- |
| `id` | string (uuid) | Unique identifier for the model |
| `name` | string | Name of the aircraft |
| `name` | string | Name of the aircraft |

0 comments on commit acc1418

Please sign in to comment.