mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
feat: base bruno routes
generated from OpenAPI v3 spec
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: ShippingService_ViewShipmentManifest
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/v1/shipping/shipment/:shipmentId/manifest
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
shipmentId:
|
||||
}
|
||||
Reference in New Issue
Block a user