uas-web-22412056/costapy/update api.bru
2025-07-15 15:20:21 +07:00

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"
}
}