19 lines
196 B
Plaintext
19 lines
196 B
Plaintext
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"
|
|
}
|
|
}
|