Files
api-meditation/media/update-media.bru
T
2026-06-03 20:14:20 +03:30

33 lines
319 B
Plaintext

meta {
name: update-media
type: http
seq: 2
}
post {
url: {{baseUrl}}/media/:id
body: json
auth: inherit
}
params:path {
id: 3
}
body:json {
{
"subcategory_ids":[1,2]
}
}
body:multipart-form {
~is_premium: true
~image: @file()
~image_id: 1
}
settings {
encodeUrl: true
timeout: 0
}