feat: add sub category api

This commit is contained in:
2026-05-21 15:19:04 +03:30
parent b1dfd144fb
commit 7b237f1a13
25 changed files with 133 additions and 28 deletions
@@ -0,0 +1,30 @@
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
}