Created
July 18, 2017 00:29
-
-
Save owenconti/f13f344adcca7c9c3942ab3759c6bd61 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
info: | |
title: Example data | |
version: 1.0.0 | |
swagger: '2.0' | |
paths: | |
'/data': | |
get: | |
summary: List data | |
description: List data | |
produces: | |
- application/json | |
parameters: | |
- name: targetId | |
description: Target ID | |
in: query | |
required: false | |
type: array | |
items: | |
type: string | |
responses: | |
'200': | |
description: Data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment