28 lines
286 B
Plaintext
28 lines
286 B
Plaintext
meta {
|
|
name: Update
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:11000/api/:crud
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
crud: update
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"key":5,
|
|
"name":"Gemblong",
|
|
"phone":"5555"
|
|
}
|
|
}
|
|
|
|
docs {
|
|
crud = add | edit | remove | list | detail
|
|
}
|