Files
api-meditation/chat topics/update chat topic.bru
T
2026-06-03 20:14:20 +03:30

29 lines
346 B
Plaintext

meta {
name: update chat topic
type: http
seq: 4
}
put {
url: {{baseUrl}}/chat-topics/:id
body: json
auth: inherit
}
params:path {
id: 1
}
body:json {
{
"title": "هیچ راه واحدی برای مدیتیشن وجود ندارد",
"order": 2,
"is_active": true
}
}
settings {
encodeUrl: true
timeout: 0
}