18 lines
194 B
Text
Executable file
18 lines
194 B
Text
Executable file
meta {
|
|
name: set
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/api/settings/set
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"key": "enable_thumbnails",
|
|
"value": "true"
|
|
}
|
|
}
|