Created
August 24, 2017 13:34
-
-
Save ponelat/ca16535d66fe45c4230594e44d6db9cc to your computer and use it in GitHub Desktop.
valid 3.0.0 spec
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: | |
| version: 1.0.0 | |
| title: Limoncello 3.0.0 | |
| paths: | |
| /limoncello: | |
| get: | |
| summary: Update a limoncello | |
| requestBody: | |
| description: Request type of limoncello | |
| content: | |
| application/json: | |
| schema: | |
| type: object | |
| responses: | |
| 200: | |
| description: I'll respond with a | |
| content: | |
| text/plain: | |
| schema: | |
| type: string | |
| example: "Limoncello!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment