belajar-api/bruno/Update API.bru

20 lines
213 B
Plaintext
Raw Normal View History

2025-06-07 16:14:44 +07:00
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"
}
}