Files
api-meditation/announcement/update announcement.bru
T
2026-06-24 17:56:51 +03:30

31 lines
430 B
Plaintext

meta {
name: update announcement
type: http
seq: 5
}
post {
url: {{baseUrl}}/announcements/:id
body: multipartForm
auth: inherit
}
params:path {
id: 1
}
body:multipart-form {
title: عنوان جدید
description: توضیح جدید
link: https://example.com
start_date: 2026-06-24 00:00:00
end_date: 2026-07-24 00:00:00
~image: @file()
~image_id: 1
}
settings {
encodeUrl: true
timeout: 0
}