Skip to main content
PUT
/
api
/
Configuration
/
Settings
Update single Customer setting by Name.
curl --request PUT \
  --url https://api.example.com/api/Configuration/Settings \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'

Query Parameters

setting
string

Body

application/json
value
string | null

Response

200

OK