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
32 lines
466 B
Plaintext
32 lines
466 B
Plaintext
meta {
|
|
name: Delete one by ID
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
delete {
|
|
url: API_BASE_URL}}/api/{{API_VERSION}}/industries/e64d5e53-cd45-45fb-9237-46078077bf22
|
|
body: json
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{BEARER_TOKEN}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "Mustername 1",
|
|
"street": "Musterstraße",
|
|
"houseNumber": "1",
|
|
"zipCode": "55123",
|
|
"city": "Musterstadt",
|
|
"country": "de",
|
|
"notes": "Lorem ipsum"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|