bruno_template/api/settings/set.bru
2025-03-19 19:00:41 -04:00

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"
}
}