Files
api-meditation/track/sub-category/update sub-category.bru
T
2026-05-21 15:19:04 +03:30

31 lines
313 B
Plaintext

meta {
name: update sub-category
type: http
seq: 3
}
put {
url: {{baseUrl}}/music-subcategories/:id
body: json
auth: inherit
}
params:path {
id: 1
}
body:json {
{
"name":"انگیزشی 1"
}
}
body:multipart-form {
name: انگیزشی 2
}
settings {
encodeUrl: true
timeout: 0
}