Admin
Update a configuration property
Updates the value of a single configuration property.
This operation may fail for one of the following reasons:
- Property not found or not configured (HTTP error 404)
- A server error occurred (HTTP error 500)
put/admin/config/properties/{propertyName}
Request body
Example request
{
"value": "true"
}Response
The configuration property was updated.