feat: add sub category api
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
meta {
|
||||
name: update category
|
||||
type: http
|
||||
seq: 11
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user