Add bruno files
This commit is contained in:
15
Bruno/Endpoints/Posts/Comments/Delete post comment.bru
Normal file
15
Bruno/Endpoints/Posts/Comments/Delete post comment.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Delete post comment
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
delete {
|
||||
url: {{baseUrl}}/api/posts/1/comments/1
|
||||
body: none
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{accessToken}}
|
||||
}
|
||||
Reference in New Issue
Block a user