Skip to content
Gancio
Search
⌘
Ctrl
K
Main Navigation
Instances
Changelog
Blog
Appearance
Menu
Return to top
Set setting value
PUT
/api/settings
Set setting value. Admin role is required.
Authorizations
bearerAuth
Bearer token using a JWT
Type
HTTP (Bearer)
Request Body
application/json
Schema
JSON
JSON
{
"key"
:
"title"
,
"value"
:
"Demo Gancio"
}
Responses
200
Value set.
Content-Type
text/html
Schema
JSON
JSON
"Demo Gancio"
PUT
/api/settings
Playground
Authorization
bearerAuth
Body
Try it out
Samples
Powered by
VitePress OpenAPI