Files
api-meditation/faq/update faq category.bru
2026-06-17 16:19:56 +03:30

29 lines
303 B
Plaintext

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
}