Add bruno files
This commit is contained in:
23
Bruno/Testing/Posts/Update post 1.bru
Normal file
23
Bruno/Testing/Posts/Update post 1.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: Update post 1
|
||||
type: http
|
||||
seq: 8
|
||||
}
|
||||
|
||||
patch {
|
||||
url: {{baseUrl}}/api/posts/1
|
||||
body: json
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{accessToken}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"title": "Labas",
|
||||
"description": "kitas tekstas",
|
||||
"tags": ["high-res"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user