Skip to content

Commit

Permalink
Add status checks to the OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 18, 2019
1 parent ad482e2 commit 48d5cf5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions openapi.json
Expand Up @@ -64,6 +64,26 @@
}
],
"paths": {
"/status": {
"get": {
"summary": "A healthcheck endpoint for the application",
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/status/external-symphony": {
"get": {
"summary": "A healthcheck endpoint for the symphony connection",
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/v1/about": {
"get": {
"summary": "A healthcheck endpoint",
Expand Down

0 comments on commit 48d5cf5

Please sign in to comment.