feat:version

This commit is contained in:
2026-06-24 18:10:04 +03:30
parent a63cefb80b
commit b1f1fb33c2
7 changed files with 140 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
meta {
name: store version
type: http
seq: 3
}
post {
url: {{baseUrl}}/versions
body: multipartForm
auth: inherit
}
body:multipart-form {
title: نسخه ۱.۲.۰
description: توضیح تغییرات نسخه
version_name: 1.2.0
version_code: 42
link: https://example.com/app.apk
~image: @file()
~image_id: 1
}
settings {
encodeUrl: true
timeout: 0
}