Files
2026-06-15 14:26:41 +03:30

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
}