20 lines
213 B
Plaintext
20 lines
213 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": "Syahdan",
|
|
"phone": "082112586824"
|
|
}
|
|
}
|