Files
api-meditation/track/update category.bru
T
2026-05-19 19:25:56 +03:30

31 lines
338 B
Plaintext

meta {
name: update category
type: http
seq: 12
}
put {
url: {{baseUrl}}//music-categories/:id
body: json
auth: inherit
}
params:path {
id: 1
}
body:json {
{ "name":"لوبیا",
"description" : "updates"
}
}
body:multipart-form {
description: Updated description
}
settings {
encodeUrl: true
timeout: 0
}