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

22 lines
240 B
Plaintext

meta {
name: Update specific post comment
type: http
seq: 4
}
patch {
url: {{baseUrl}}/api/posts/1/comments/1
body: json
auth: bearer
}
auth:bearer {
token: {{accessToken}}
}
body:json {
{
"text": "other value"
}
}