User Preferences
Setting a sitewide preference
put/v1/user-preferences/site/{propertyName}
Path parameters
propertyNamestring required
The name of the preference.
Request body
Example request
{
"propertyValue": true
}Response
The preference was stored
Example response
{
"success": true
}