29 lines
304 B
Plaintext
29 lines
304 B
Plaintext
meta {
|
|
name: Update Modules
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
patch {
|
|
url: {{url}}/lst/api/system/modules/update/:module
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
module: materialHelper
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"active": true,
|
|
"updateAll": true
|
|
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|