Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions topsort-api-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,7 @@ components:
- $ref: "#/components/schemas/HotelsAuctionRequest"
- $ref: "#/components/schemas/FlightsAuctionRequest"
HotelsAuctionRequest:
title: Hotels
type: object
description: Describes the intent of running a hotel travel auction.
required:
Expand Down Expand Up @@ -1864,6 +1865,7 @@ components:
Context information specific to hotel travel auctions extending base travel context with
hotel-specific fields.
FlightsAuctionRequest:
title: Flights
type: object
description: Describes the intent of running a flight travel auction.
required:
Expand Down
Loading