34 lines
750 B
Plaintext
34 lines
750 B
Plaintext
meta {
|
|
name: updateSetting
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
patch {
|
|
url: {{url}}/api/settings/opendock_sync
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"value" : "0",
|
|
"active": "true"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|
|
|
|
docs {
|
|
Allows the changing of a setting based on the parameter.
|
|
|
|
* when a setting that is being changed is a feature there will be some backgound logic that will stop that features processes and no long work.
|
|
|
|
* when the setting is being changed is system the entire app will do a full restart
|
|
|
|
* when a seeting is being changed and is standard nothing will happen until the next action is completed. example someone prints a label and you changed the default to 120 second from 90 seconds
|
|
}
|