Files
2026-05-19 19:25:56 +03:30

29 lines
285 B
Plaintext

meta {
name: delete slider
type: http
seq: 3
}
delete {
url: {{baseUrl}}/slider/:id
body: json
auth: inherit
}
params:path {
id: 3
}
body:json {
{
"action":{
"path":"/chat",
"type":"navigation"
}
}
}
settings {
encodeUrl: true
}