update
This commit is contained in:
19
tournme/collection/PadelTour API/Courts/Upload Image.bru
Normal file
19
tournme/collection/PadelTour API/Courts/Upload Image.bru
Normal file
@@ -0,0 +1,19 @@
|
||||
meta {
|
||||
name: Upload Image
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/v1/courts/upload_image/
|
||||
body: multipartForm
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
~folder:
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
files: @file(/Users/ayoublefhim/Downloads/images.jpeg)
|
||||
}
|
||||
Reference in New Issue
Block a user