Skip to content

Commit c53dade

Browse files
authored
Fix Check-in Links example
1 parent fe04b42 commit c53dade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ in-depth information about every SDK method, its arguments and return types.
123123

124124
This library conveniently maps every API path to a similar path.
125125

126-
For example, `GET /v2/reference-data/urls/checkin-links?airline=BA` would be:
126+
For example, `GET /v2/reference-data/urls/checkin-links?airlineCode=BA` would be:
127127

128128
```java
129129
amadeus.referenceData.urls.checkinLinks.get(Params.with("airlineCode", "BA"));

0 commit comments

Comments
 (0)