Files
api-meditation/version/update version.bru
T
2026-06-25 10:09:39 +03:30

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
}