27 lines
315 B
Plaintext
27 lines
315 B
Plaintext
meta {
|
|
name: store image
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/images
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
~image:
|
|
}
|
|
|
|
body:multipart-form {
|
|
image: @file(/Users/amirmahdi/Downloads/paksazi.png)
|
|
title: paksazi
|
|
type: public
|
|
~description:
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|