Files
2026-06-17 16:19:56 +03:30

29 lines
350 B
Plaintext

meta {
name: update faq
type: http
seq: 7
}
put {
url: {{baseUrl}}/faqs/:id
body: json
auth: inherit
}
params:path {
id: 1
}
body:json {
{
"question": "چطور رمز عبورم را تغییر دهم؟",
"answer": "از بخش پروفایل ...",
"is_active": true
}
}
settings {
encodeUrl: true
timeout: 0
}