Get an application setting

get/admin/settings/{setting}

Returns 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.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
404Not Found

The setting does not exist.

Schema