feat: initialize
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
meta {
|
||||
name: update slider
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{baseUrl}}/slider/:id
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id: 1
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"title":"پیوستن به گروه آرام لند",
|
||||
"description" : "اگر این روزها دلت سنگینه...🖤\nبیا کنار هم سبکترش کنیم\nدر گروه آرام لند کنار هم مدیتیشن میکنیم و از هم حمایت میکنیم ✨",
|
||||
"url":"https://t.me/AramLandGroup",
|
||||
"action":{
|
||||
"url":"https://t.me/AramLandGroup",
|
||||
"type":"link"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Reference in New Issue
Block a user