backend_and_cms/One & All/items/Update Item.bru

23 lines
208 B
Plaintext

meta {
name: Update Item
type: http
seq: 5
}
put {
url: {{baseUrl}}/api/v1/items/:id
body: json
auth: none
}
params:path {
id:
}
body:json {
{
"title": "",
"description": ""
}
}