18 lines
223 B
Text
18 lines
223 B
Text
meta {
|
|
name: LOC PUT Merchant
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
put {
|
|
url: {{localBaseUrl}}/merchants
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"id": "1d6d2842-b271-489b-bd93-e3ceaee5a139",
|
|
"name": "Walmart"
|
|
}
|
|
}
|