Files
T120B165/Bruno/Endpoints/Posts/Update post 1.bru

19 lines
212 B
Plaintext

meta {
name: Update post 1
type: http
seq: 7
}
patch {
url: {{baseUrl}}/api/posts/1
body: json
auth: inherit
}
body:json {
{
"description": "Pakeistas tekstas",
"tags": ["high-res"]
}
}