feat: add search media
This commit is contained in:
@@ -13,9 +13,10 @@ post {
|
||||
body:multipart-form {
|
||||
name: انگیزشی
|
||||
description: انگیزشی از موزیک های هایپ است
|
||||
~order:
|
||||
~image_id:
|
||||
~is_active:
|
||||
~order:
|
||||
~image_id:
|
||||
~image: @file()
|
||||
~is_active:
|
||||
}
|
||||
|
||||
settings {
|
||||
|
||||
@@ -4,9 +4,9 @@ meta {
|
||||
seq: 11
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{baseUrl}}//music-categories/:id
|
||||
body: json
|
||||
post {
|
||||
url: {{baseUrl}}/music-categories/:id
|
||||
body: multipartForm
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
@@ -21,7 +21,12 @@ body:json {
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
name: لوبیا
|
||||
description: Updated description
|
||||
~order:
|
||||
~image_id:
|
||||
~image: @file()
|
||||
~is_active:
|
||||
}
|
||||
|
||||
settings {
|
||||
|
||||
Reference in New Issue
Block a user