22 lines
257 B
Plaintext
22 lines
257 B
Plaintext
meta {
|
|
name: Update specific comment
|
|
type: http
|
|
seq: 9
|
|
}
|
|
|
|
patch {
|
|
url: {{baseUrl}}/api/posts/1/comments/1
|
|
body: json
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{accessToken}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"text": "Do you know what used to be here?"
|
|
}
|
|
}
|