Created
June 23, 2017 04:55
-
-
Save shockey/ea907fa1e7e81851bf9f2eecd1c8b6da 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
swagger: "2.0" | |
info: | |
version: "1.0" | |
title: UI Issue #3279 | |
paths: | |
/: | |
get: | |
parameters: | |
- name: foo | |
in: query | |
type: string | |
responses: | |
200: | |
description: OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment