v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 KB
Admin

List all configuration properties

Returns a list of all configuration properties that have been set. The list is not paged.

This operation may fail for one of the following reasons:

  • A server error occurred (HTTP error 500)
get/admin/config/properties

Response

On a successful response, returns a list of configuration properties.

namestring required
valuestring required
typestring required
labelstring required
descriptionstring required

Example response

[
  {
    "name": "apicurio.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."
  }
]