Created
March 21, 2019 18:29
-
-
Save TylerLeonhardt/ccf1c892402eabaececc6e5df0257300 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
openapi: 3.0.0 | |
info: | |
title: Octocat | |
description: Optional multiline or single-line description in [CommonMark](http://commonmark.org/help/) or HTML. | |
version: 0.1.9 | |
servers: | |
- url: http://api.github.com | |
description: Optional server description, e.g. Main (production) server | |
paths: | |
/octocat: | |
get: | |
summary: Returns a list of users. | |
description: Optional extended description in CommonMark or HTML. | |
responses: | |
'200': # status code | |
description: A JSON array of user names | |
content: | |
application/json: | |
schema: | |
type: string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment