Add bruno files
This commit is contained in:
21
Bruno/Endpoints/Posts/Comments/Create a post comment.bru
Normal file
21
Bruno/Endpoints/Posts/Comments/Create a post comment.bru
Normal file
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: Create a post comment
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/posts/1/comments
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{accessToken}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"text": "Where'd you find this? Ignore that this is the same author btw"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user