Files
T120B165/Bruno/Endpoints/Posts/Comments/Get specific post comment.bru
2025-10-06 10:42:47 +03:00

12 lines
145 B
Plaintext

meta {
name: Get specific post comment
type: http
seq: 3
}
get {
url: {{baseUrl}}/api/posts/1/comments/1
body: none
auth: inherit
}