feat:version
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
meta {
|
||||
name: update version
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/versions/:id
|
||||
body: multipartForm
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id: 1
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
title: نسخه جدید
|
||||
description: توضیح جدید
|
||||
version_name: 1.3.0
|
||||
version_code: 43
|
||||
link: https://example.com/app.apk
|
||||
~image: @file()
|
||||
~image_id: 1
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user