feat: add search media

This commit is contained in:
2026-06-15 14:26:41 +03:30
parent e645fe19c4
commit ef6649309e
9 changed files with 90 additions and 13 deletions
+13 -2
View File
@@ -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
}