Files
2026-06-03 20:14:20 +03:30

20 lines
184 B
Plaintext

meta {
name: get chat topic
type: http
seq: 3
}
get {
url: {{baseUrl}}/chat-topics/:id
body: none
auth: inherit
}
params:path {
id: 1
}
settings {
encodeUrl: true
}