26 lines
312 B
Plaintext
26 lines
312 B
Plaintext
meta {
|
|
name: Edit
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/highlight/category/:alder
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
alder: edit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"id":1,
|
|
"title":"For your starter (Edit)",
|
|
"desc":null,
|
|
"background":null,
|
|
"illustration":null
|
|
}
|
|
}
|