21 lines
230 B
Plaintext
21 lines
230 B
Plaintext
meta {
|
|
name: update api
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
put {
|
|
url: http://localhost:11000/api/update
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"key": 1,
|
|
"name": "Nasi Goreng",
|
|
"price": "10000",
|
|
"qty": "1"
|
|
}
|
|
}
|