Skip to content

Instantly share code, notes, and snippets.

@owenconti
Created July 18, 2017 00:29
Show Gist options
  • Save owenconti/f13f344adcca7c9c3942ab3759c6bd61 to your computer and use it in GitHub Desktop.
Save owenconti/f13f344adcca7c9c3942ab3759c6bd61 to your computer and use it in GitHub Desktop.
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