feat: add faq

This commit is contained in:
2026-06-17 16:19:56 +03:30
parent 804efc8aad
commit 91b9cbc09e
10 changed files with 188 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
meta {
name: update faq category
type: http
seq: 4
}
put {
url: {{baseUrl}}/faq-categories/:id
body: json
auth: inherit
}
params:path {
id: 1
}
body:json {
{
"name": "حساب کاربری",
"order": 1,
"is_active": true
}
}
settings {
encodeUrl: true
timeout: 0
}