24 lines
306 B
Plaintext
24 lines
306 B
Plaintext
meta {
|
|
name: Upload a file
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
patch {
|
|
url: {{baseUrl}}/api/posts/2/files/2
|
|
body: file
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
Content-Range: bytes 0-1410532/1410533
|
|
}
|
|
|
|
body:file {
|
|
file: @file(/home/dominykas/Desktop/image.png) @contentType(image/png)
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|