Add bruno files
This commit is contained in:
21
Bruno/Seed/Post operations/Post 1/Create comment 1.bru
Normal file
21
Bruno/Seed/Post operations/Post 1/Create comment 1.bru
Normal file
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: Create comment 1
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/posts/1/comments
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{accessToken}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"text": "Brilliant"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user