Skip to content

Commit

Permalink
Merge pull request #139 from pagopa/remove-actuator-from-openapi
Browse files Browse the repository at this point in the history
chore: Fix remove acutor from openapi
  • Loading branch information
pasqualespica authored May 2, 2024
2 parents 44deab7 + 5385446 commit 5585b39
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 5585b39

Please sign in to comment.