Last active
August 4, 2018 22:33
-
-
Save javabrett/c7d69f342b3829cc03c266eaaea19966 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
swagger: "2.0" | |
tags: | |
- users | |
parameters: | |
- in: path | |
name: username | |
type: string | |
required: true | |
responses: | |
200: | |
description: A single user item | |
schema: | |
id: rec_username | |
properties: | |
username: | |
type: string | |
description: The name of the user | |
default: 'steve-harris' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment