intial setting and auth intergrated
This commit is contained in:
23
brunoApi/system/updateSetting.bru
Normal file
23
brunoApi/system/updateSetting.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: updateSetting
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
patch {
|
||||
url: {{url}}/lst/api/settings/something
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"value" : "true",
|
||||
"active": "false"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user