Skip to content

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
JSON
{
  
"key": "title",
  
"value": "Demo Gancio"
}

Responses

Value set.

text/html
JSON
"Demo Gancio"

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI