common-cents-api/bruno/Common Cents/Merchants/LOC PUT Merchant.bru
Joe c6434de89d Add TypeORM DB and Resources (#2)
Co-authored-by: Joe Arndt <jmarndt@users.noreply.github.com>
Reviewed-on: #2
2026-02-09 00:10:26 +00:00

18 lines
235 B
Text

meta {
name: LOC PUT Merchant
type: http
seq: 4
}
put {
url: {{localBaseUrl}}/{{resourcePath}}
body: json
auth: inherit
}
body:json {
{
"id": "1d6d2842-b271-489b-bd93-e3ceaee5a139",
"name": "Merchant One"
}
}