feat: add faq
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user