v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
Admin

Get configuration property value

Returns 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)
get/admin/config/properties/{propertyName}

Response

The configuration property value.

namestring required
valuestring required
typestring required
labelstring required
descriptionstring required

Example response

{
  "name": "registry.auth.owner-only-authorization",
  "value": "true",
  "type": "boolean",
  "label": "Owner Only Authorization",
  "description": "When enabled, the registry will allow only the artifact owner (creator) to modify an artifact."
}