22 lines
223 B
Plaintext
22 lines
223 B
Plaintext
meta {
|
|
name: Create comment 1
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/posts/1/comments
|
|
body: json
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{accessToken}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"text": "Brilliant"
|
|
}
|
|
}
|