first commit
This commit is contained in:
commit
ea35958607
19 changed files with 285 additions and 0 deletions
18
api/settings/set.bru
Executable file
18
api/settings/set.bru
Executable file
|
@ -0,0 +1,18 @@
|
|||
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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue