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 7d32a90 commit c1fd60bCopy full SHA for c1fd60b
README.md
@@ -486,8 +486,8 @@ amadeus.analytics.itineraryPriceMetrics.get({
486
// The Travel Restrictions API provides up-to-date data on COVID-19 caseloads and travel restrictions for over 200 countries and territories,
487
// as well as hundreds of cities and regions worldwide.
488
amadeus.dutyOfCare.diseases.covid19AreaReport.get({
489
- countryCode: 'US', //ISO 3166 Alpha-2 code
490
- cityCode: 'NYC' //Optional IATA code for city's metropolitan area
+ countryCode: 'US',
+ cityCode: 'NYC'
491
});
492
493
```
0 commit comments