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

20 lines
190 B
Plaintext

meta {
name: OrderService_PlaceOrder
type: http
seq: 3
}
post {
url: {{baseUrl}}/v1/order/place
body: json
auth: inherit
}
params:query {
~customerId:
}
body:json {
{}
}