feat(forklifts): added backend forklift stuff and frontend companies
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
meta {
|
||||
name: Update Company
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
patch {
|
||||
url: {{url}}/lst/api/forklifts/companies/:id
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id: fbfba3df-8c0f-4994-adae-c03808cbccdc
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name":"Delage DLL",
|
||||
"active": true
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user