Files
api-meditation/slider_1/update slider.bru
T
2026-05-19 19:25:56 +03:30

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
}