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
+6 -1
View File
@@ -5,11 +5,16 @@ meta {
}
delete {
url: {{baseUrl}}/categories
url: {{baseUrl}}/categories/:id
body: none
auth: inherit
}
params:path {
id: 40
}
settings {
encodeUrl: true
timeout: 0
}