Fix management.endpoints.access.default type in JSON metadata

Fixes gh-43154
This commit is contained in:
Phillip Webb
2024-11-13 16:23:39 -08:00
parent 87cf12a36c
commit 4ab80d263a

View File

@@ -59,7 +59,7 @@
},
{
"name": "management.endpoints.access.default",
"type": "java.lang.Boolean",
"type": "org.springframework.boot.actuate.endpoint.Access",
"description": "Default access level for all endpoints."
},
{