Skip to content

Commit c72e36d

Browse files
[skip ci] Updates
1 parent faf22b2 commit c72e36d

File tree

4 files changed

+282
-38
lines changed

4 files changed

+282
-38
lines changed

api-explorer/v4-0/HotelService.swagger2.json renamed to api-explorer/v4-0/HotelService.swagger2-new.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,6 +1847,9 @@
18471847
},
18481848
"searchSessionToken": {
18491849
"$ref": "#/definitions/SearchSessionToken"
1850+
},
1851+
"reshopInfo": {
1852+
"$ref": "#/definitions/ReshopInfo"
18501853
}
18511854
},
18521855
"required": [
@@ -2718,6 +2721,20 @@
27182721
"score"
27192722
],
27202723
"type": "object"
2724+
},
2725+
"ReshopInfo": {
2726+
"description": "Contains information required for reshopping a hotel booking.",
2727+
"properties": {
2728+
"gdsRecordLocator": {
2729+
"$ref": "#/definitions/GDSRecordLocator"
2730+
},
2731+
"confirmationCodes": {
2732+
"items": {
2733+
"$ref": "#/definitions/ConfirmationCode"
2734+
},
2735+
"type": "array"
2736+
}
2737+
}
27212738
}
27222739
},
27232740
"x-components": {

0 commit comments

Comments
 (0)