feat: add search media
This commit is contained in:
@@ -6,14 +6,25 @@ meta {
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/scenes/:id
|
||||
body: none
|
||||
body: multipartForm
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
id: 1
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
~name: موجهای دریا
|
||||
~theme_id: 1
|
||||
~order: 1
|
||||
~is_active: 1
|
||||
~image: @file()
|
||||
~video: @file()
|
||||
~sound: @file()
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user