feat: add category and sub for media

This commit is contained in:
2026-05-30 20:38:59 +03:30
parent 5db86c179a
commit d11f5a2142
32 changed files with 219 additions and 21 deletions
+22
View File
@@ -0,0 +1,22 @@
meta {
name: get-media-filter
type: http
seq: 9
}
get {
url: {{baseUrl}}/media/filters
body: none
auth: inherit
}
params:query {
~categories: 1
~tags: relax,sleep
~search:
}
settings {
encodeUrl: true
timeout: 0
}