blob: 92b4aebb31fa78df9ac15f10a6b892c67faa751e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
meta {
name: Upload Image
type: http
seq: 2
}
post {
url: {{BASE_URL}}/upload/image
body: multipartForm
auth: none
}
body:multipart-form {
overwrite: true
type: input
subfolder: crupest-test
image: @file(/Users/crupest/codes/crupest/assets/crupest-transparent.png)
}
|