initial commit
This commit is contained in:
21
api/.bruno/Delete Comment.bru
Normal file
21
api/.bruno/Delete Comment.bru
Normal file
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: Delete Comment
|
||||
type: http
|
||||
seq: 9
|
||||
}
|
||||
|
||||
delete {
|
||||
url: http://localhost:3000/posts/:post_id/comments/:comment_id
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
comment_id:
|
||||
post_id:
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user