Files
T120B165/Bruno/Endpoints/Posts/Comments/Update specific post comment.bru
2025-10-06 16:58:13 +03:00

18 lines
235 B
Plaintext

meta {
name: Update specific post comment
type: http
seq: 4
}
patch {
url: {{baseUrl}}/api/posts/1/comments/1
body: json
auth: inherit
}
body:json {
{
"text": "What did the previous one say? No one will know"
}
}