Skip to content

Commit

Permalink
chore: regenerate openapi specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Davy Jones committed Oct 17, 2023
1 parent 4619ca1 commit 917b3af
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions openapiv2/book.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,31 @@ paths:
- units
tags:
- ShipmentService
/v1beta1/{shipmentTrackingEvent}:
get:
summary: Get a shipment tracking event.
description: This is an AIP standard [Get](https://google.aip.dev/131) method.
operationId: ShipmentTrackingEventService_GetShipmentTrackingEvent
responses:
"200":
description: A successful response.
schema:
$ref: '#/definitions/v1beta1ShipmentTrackingEvent'
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/rpcStatus'
parameters:
- name: shipmentTrackingEvent
description: |-
The resource name of the shipment tracking event to retrieve.
Format: spaces/{space}/shipments/{shipment}/trackingEvents/{shipmentTrackingEvent}
in: path
required: true
type: string
pattern: spaces/[^/]+/shipments/[^/]+/trackingEvents/[^/]+
tags:
- ShipmentTrackingEventService
/v1beta1/{shipment}:
get:
summary: Get a shipment.
Expand Down Expand Up @@ -487,31 +512,6 @@ paths:
description: Request message for BookService.ReleaseShipment.
tags:
- ShipmentService
/v1beta1/{shipmentTrackingEvent}:
get:
summary: Get a shipment tracking event.
description: This is an AIP standard [Get](https://google.aip.dev/131) method.
operationId: ShipmentTrackingEventService_GetShipmentTrackingEvent
responses:
"200":
description: A successful response.
schema:
$ref: '#/definitions/v1beta1ShipmentTrackingEvent'
default:
description: An unexpected error response.
schema:
$ref: '#/definitions/rpcStatus'
parameters:
- name: shipmentTrackingEvent
description: |-
The resource name of the shipment tracking event to retrieve.
Format: spaces/{space}/shipments/{shipment}/trackingEvents/{shipmentTrackingEvent}
in: path
required: true
type: string
pattern: spaces/[^/]+/shipments/[^/]+/trackingEvents/[^/]+
tags:
- ShipmentTrackingEventService
/v1beta1/{space}/shipments:
post:
summary: Create a shipment in a space.
Expand Down

0 comments on commit 917b3af

Please sign in to comment.