Skip to content

Commit

Permalink
update comments for the seat map service
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed May 14, 2024
1 parent 5fdd24e commit a68cba4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions proto/cmp/services/seat_map/v1alpha/seat_map.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ message SeatMapRequest {

// Unique identifier for the seat map
//
// This is the map ID that is received in the search result
// This is the map ID that is received in the search results and also from the
// product info responses.
string map_id = 2;
}

Expand All @@ -35,9 +36,7 @@ message SeatMapResponse {
cmp.types.v1alpha.SeatMap seat_map = 2;
}

// Service for requesting seat map data
//
// Service is used to request the seat map data for a given map ID
// Service for requesting seat map data for a given map ID
//
// ![Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/seat_map/v1alpha/seat_map.proto.dot.xs.svg)
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/services/seat_map/v1alpha/seat_map.proto.dot.svg)
Expand Down

0 comments on commit a68cba4

Please sign in to comment.