feat: initialize
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user