inventory/bruno/item/Item Edit.bru

19 lines
196 B
Plaintext
Raw Permalink Normal View History

2025-01-16 11:53:23 +07:00
meta {
name: Item Edit
type: http
seq: 4
}
post {
url: http://localhost:11000/api/invlab/item/edit
body: json
auth: none
}
body:json {
{
"id":3,
"name":"Card holder"
}
}