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