Files
T120B165/Bruno/Endpoints/Posts/Update post 1.bru
2025-10-06 10:42:47 +03:00

23 lines
253 B
Plaintext

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"]
}
}