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
+15
View File
@@ -0,0 +1,15 @@
meta {
name: edit category
type: http
seq: 3
}
put {
url: {{baseUrl}}/categories
body: none
auth: inherit
}
settings {
encodeUrl: true
}