Skip to content

Instantly share code, notes, and snippets.

@gauravve
Created January 6, 2018 06:48
Show Gist options
  • Save gauravve/27cdd4b897af12495f2f275e88a0b7b0 to your computer and use it in GitHub Desktop.
Save gauravve/27cdd4b897af12495f2f275e88a0b7b0 to your computer and use it in GitHub Desktop.
swagger: "2.0"
host:
basePath: /v2
info:
version:
title:
license:
name:
contact:
name:
url:
email:
schemes:
- https
consumes:
- application/json
produces:
- application/json
paths:
/contacts:
get:
description:
post:
/contacts/{contacts_id}:
get:
post:
put:
delete:
definitions:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment