Skip to main content

Update setting

PUT
/settings/{key}

Contract

Parameter
Value
Sectionsettings
AuthenticationCookieAuth
Consumesapplication/json
Producesapplication/json

Parameters

2 parameters

Name
Location
Required
Type
Description
keypathyesstringSetting key
requestbodyyesobjectNew value: {value: string}
  • {}

Responses

4 responses

Status
Description
Type
200
Successful responseno body
400
Key is required or the request body is invalidobject
401
Unauthorizedobject
500
Internal server errorobject
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }