uas-web-22412001/api/bruno/Update API.bru
2025-07-15 13:54:40 +07:00

21 lines
224 B
Plaintext

meta {
name: Update API
type: http
seq: 6
}
put {
url: http://{{BASE_URL}}/api/update
body: json
auth: inherit
}
body:json {
{
"id": 4,
"name": "Test Update",
"price": "15000",
"qty": 5
}
}