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.
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."
}
]