Updates an application setting

put/admin/settings/{setting}
Internal-Use Only

Updates the value of an application setting.

Request Samples

1

Response Samples

1{
2 "name": "phoneticSearchEnabled",
3 "value": true
4}

Path Parameters

NameTypeRequiredDescription
setting
string
true

The name of the application setting.

Request Body

An application setting.

NameTypeRequiredDescription
version
integer
false

The representation version (1).

name
string
false

The name of the application setting.

value
object
false

The value of the application setting.

errors
array [object]
false

Any messages related to updating the setting.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
400Bad RequestThe request is malformed or contains invalid parameter values.Schema
404Not FoundThe setting does not exist.Schema