Skip to content

Instantly share code, notes, and snippets.

@adarshsharma
Created January 16, 2018 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adarshsharma/52223a93146316e7b7165090f92a6265 to your computer and use it in GitHub Desktop.
Save adarshsharma/52223a93146316e7b7165090f92a6265 to your computer and use it in GitHub Desktop.
'/pet/{petId2}':
get:
tags:
- pet
summary: gets a pet by id
description: ''
operationId: updatePetWithForm
parameters:
- name: petId2
in: path
description: ID of pet that needs to be updated
required: true
schema:
type: integer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment