All checks were successful
Build, Push and Deploy / build-and-deploy (push) Successful in 55s
- added organizations - added industries - added logo in 2 colors for light and dark theme - improved authorization to allow multi tenancy - added Bruno configs
40 lines
692 B
Plaintext
40 lines
692 B
Plaintext
meta {
|
|
name: Upload files
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
post {
|
|
url: {{API_BASE_URL}}/api/{{API_VERSION}}/industries/f4eb0c54-7c8f-4e60-b71f-1d08b8b6e2d4/upload
|
|
body: multipartForm
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{BEARER_TOKEN}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "Bungalow",
|
|
"street": "Hebbelstraße",
|
|
"houseNumber": "30",
|
|
"zipCode": "55127",
|
|
"city": "Mainz",
|
|
"country": "DE",
|
|
"notes": "Lorem ipsum"
|
|
}
|
|
}
|
|
|
|
body:multipart-form {
|
|
attachments: @file(/Users/murat/Pictures/IMG_0229.jpeg|/Users/murat/Pictures/schnürsenkel technik.gif)
|
|
}
|
|
|
|
body:file {
|
|
file: @file(/Users/murat/Pictures/IMG_0229.jpeg) @contentType(image/jpeg)
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|