Files
spark/api/.bruno/Create Comment.bru
2026-01-28 21:18:51 -05:00

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
}