We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa4c25 commit 7fd04d2Copy full SHA for 7fd04d2
README.md
@@ -337,7 +337,7 @@ SeatMap[] seatmap = amadeus.shopping.seatMaps.get(Params
337
338
// What is the the seat map of a given flight?
339
// The body can be a String version of your JSON or a JsonObject
340
-SeatMap[] seatmap = amadeus.shopping.seatMaps..post(body);
+SeatMap[] seatmap = amadeus.shopping.seatMaps.post(body);
341
```
342
343
## Development & Contributing
0 commit comments