initial commit
This commit is contained in:
26
api/.bruno/Create Comment.bru
Normal file
26
api/.bruno/Create Comment.bru
Normal file
@@ -0,0 +1,26 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user