Skip to content

Instantly share code, notes, and snippets.

@nkhil
Created July 23, 2020 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkhil/7277f6bf5e52e777b045f86491884637 to your computer and use it in GitHub Desktop.
Save nkhil/7277f6bf5e52e777b045f86491884637 to your computer and use it in GitHub Desktop.
paths:
/healthcheck/ping:
get:
description: Returns the readiness of the service
operationId: ping
x-eov-operation-id: ping
x-eov-operation-handler: healthcheck
parameters:
- $ref: '#/components/parameters/x-correlation-id'
responses:
'200':
description: OK
content:
application/json:
schema:
properties:
message:
type: string
example: OK
'401':
$ref: '#/components/responses/401'
'404':
$ref: '#/components/responses/404'
'500':
$ref: '#/components/responses/500'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment