19 lines
246 B
Text
19 lines
246 B
Text
meta {
|
|
name: upload
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/api/files/upload
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
X-Clear-Exif: 1
|
|
}
|
|
|
|
body:multipart-form {
|
|
file: @file(/mnt/External Drive/Images/Pasted image.png)
|
|
}
|