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