20 lines
271 B
Plaintext
20 lines
271 B
Plaintext
meta {
|
|
name: Create a new picture
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/api/pictures
|
|
body: multipartForm
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{bearerToken}}
|
|
}
|
|
|
|
body:multipart-form {
|
|
file: @file(/Users/florian_thierry/Pictures/applications_mac.jpeg)
|
|
}
|