v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 KB
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

valuestring required

Example request

{
  "value": "true"
}

Response

The configuration property was updated.