Skip to content

Commit

Permalink
fix remove acutor from openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed May 2, 2024
1 parent 44deab7 commit 5385446
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions openapi/openapi-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,68 +539,6 @@
}
}
}
},
"/actuator/health": {
"get": {
"tags": [
"Actuator"
],
"summary": "Actuator web endpoint 'health'",
"operationId": "health",
"responses": {
"200": {
"description": "OK",
"content": {
"application/vnd.spring-boot.actuator.v3+json": {
"schema": {
"type": "object"
}
},
"application/vnd.spring-boot.actuator.v2+json": {
"schema": {
"type": "object"
}
},
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
}
},
"/actuator/health/**": {
"get": {
"tags": [
"Actuator"
],
"summary": "Actuator web endpoint 'health-path'",
"operationId": "health-path",
"responses": {
"200": {
"description": "OK",
"content": {
"application/vnd.spring-boot.actuator.v3+json": {
"schema": {
"type": "object"
}
},
"application/vnd.spring-boot.actuator.v2+json": {
"schema": {
"type": "object"
}
},
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
}
}
},
"components": {
Expand Down

0 comments on commit 5385446

Please sign in to comment.