Files
stocklet/tests/bruno/product/ProductService_ViewProduct.bru
Declan Teevan 26d5c96841 feat: base bruno routes
generated from OpenAPI v3 spec
2025-09-29 22:58:14 +01:00

16 lines
162 B
Plaintext

meta {
name: ProductService_ViewProduct
type: http
seq: 3
}
get {
url: {{baseUrl}}/v1/product/:id
body: none
auth: inherit
}
params:path {
id:
}