29 lines
346 B
Plaintext
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
|
|
}
|