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