29 lines
275 B
Plaintext
29 lines
275 B
Plaintext
meta {
|
|
name: update slider
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
put {
|
|
url: {{baseUrl}}/slider/:id
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id: 1
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"action": {
|
|
"path": "/home",
|
|
"type": "navigation"
|
|
}
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|