36 lines
421 B
Plaintext
36 lines
421 B
Plaintext
meta {
|
|
name: update category
|
|
type: http
|
|
seq: 11
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/music-categories/:id
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id: 1
|
|
}
|
|
|
|
body:json {
|
|
{ "name":"لوبیا",
|
|
"description" : "updates"
|
|
}
|
|
}
|
|
|
|
body:multipart-form {
|
|
name: لوبیا
|
|
description: Updated description
|
|
~order:
|
|
~image_id:
|
|
~image: @file()
|
|
~is_active:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|