Files
api-meditation/comment/Get all comments type by id.bru
2026-05-20 15:53:00 +03:30

22 lines
226 B
Plaintext

meta {
name: Get all comments type by id
type: http
seq: 2
}
get {
url: {{baseUrl}}/comments/:type/:id
body: none
auth: inherit
}
params:path {
type: media
id:
}
settings {
encodeUrl: true
timeout: 0
}