meta { name: Update post 1 type: http seq: 5 } patch { url: {{baseUrl}}/api/posts/1 body: json auth: bearer } auth:bearer { token: {{accessToken}} } body:json { { "description": "Tekstas pakeistas", "tags": ["high-res"] } }