18 lines
240 B
Plaintext
18 lines
240 B
Plaintext
meta {
|
|
name: Create a post comment
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/posts/1/comments
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"text": "Where'd you find this? Ignore that this is the same author btw"
|
|
}
|
|
}
|