32 lines
440 B
Plaintext
32 lines
440 B
Plaintext
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
|
|
button_text: بهروزرسانی
|
|
~image: @file()
|
|
~image_id: 1
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|