Created
October 31, 2019 14:28
-
-
Save sri-teja/09dbd834438812f95ae1046443ab62cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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