feat:add new

This commit is contained in:
2026-06-03 20:14:20 +03:30
parent b243ec3c0b
commit 0f4e86c9e1
41 changed files with 663 additions and 8 deletions
+14 -3
View File
@@ -4,12 +4,23 @@ meta {
seq: 3
}
put {
url: {{baseUrl}}/categories
body: none
post {
url: {{baseUrl}}/categories/:id
body: multipartForm
auth: inherit
}
params:path {
id: 1
}
body:multipart-form {
name: کودکان
description: دسته‌بندی محتوای کودکان
~icon: @file()
}
settings {
encodeUrl: true
timeout: 0
}