27 lines
263 B
Plaintext
27 lines
263 B
Plaintext
meta {
|
|
name: Create Comment
|
|
type: http
|
|
seq: 7
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:3000/posts/:post_id/comments
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
post_id:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"text": "hey!!"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|