Files
api-meditation/image/update image.bru
T
2026-05-19 19:25:56 +03:30

29 lines
275 B
Plaintext

meta {
name: update image
type: http
seq: 6
}
put {
url: {{baseUrl}}/images/:id
body: json
auth: inherit
}
params:path {
id:
}
body:json {
{
"image":"",
"title":"",
"description":"",
"type":""
}
}
settings {
encodeUrl: true
}