Skip to content

Instantly share code, notes, and snippets.

@sri-teja
Created October 31, 2019 14:28
Show Gist options
  • Save sri-teja/09dbd834438812f95ae1046443ab62cb to your computer and use it in GitHub Desktop.
Save sri-teja/09dbd834438812f95ae1046443ab62cb to your computer and use it in GitHub Desktop.
paths:
/testing_get:
get:
description: To check if server is up or not.
responses:
'200':
description: Response if server is up and running.
content:
application/json:
schema:
type: object
properties:
succes:
type: boolean
message:
type: string
example:
success: true
message: Response for GET request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment