21 lines
224 B
Plaintext
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
|
|
}
|
|
}
|