Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
~/workspace ❯ curl http://localhost:8080/api/api-doc/ ✘ INT
{
"openapi" : "3.0.2",
"info" :
,
"servers" : [
],
"paths" : {
"/api//users" : {
"get" : {
"tags" : [ "/api//users/users" ],
"responses" : {
"200" : {
"content" : {
"application/json" : {
"schema" : {
"type" : "array",
"items" :
}
}
},
"description" : "All users successfully returned"
}
},
"operationId" : "verb1",
"summary" : "Find all users"
}
},
"/api//users/
" : {
"get" : {
"tags" : [ "/api//users/users" ],
Attachments
Issue Links
- is related to
-
CAMEL-17061 camel-openapi-java - Support springdoc when running on Spring Boot
- Resolved
- links to