Skip to content

Commit

Permalink
fix: modified seatmaps post method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darseen committed Aug 15, 2024
1 parent bb2f660 commit b31abba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/amadeus/namespaces/shopping/seatmaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ export default class Seatmaps {
*
* ```ts
* amadeus.shopping.flightOffers.get({
* origin: 'MAD',
* destination: 'NYC',
* departureDate: '2020-08-01'
* originLocationCode: 'MAD',
* destinationLocationCode: 'NYC',
* departureDate: '2020-08-01',
* adults: 1,
* }).then(function(response){
* return amadeus.shopping.flightOffers.seatmaps.post(
* {
Expand Down

0 comments on commit b31abba

Please sign in to comment.