Skip to content

Instantly share code, notes, and snippets.

@adarshsharma
Created January 16, 2018 11:00
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/0a7d90019afb9fa4591e8e8b285bfe9b to your computer and use it in GitHub Desktop.
Save adarshsharma/0a7d90019afb9fa4591e8e8b285bfe9b to your computer and use it in GitHub Desktop.
'/pet/{petId}':
get:
tags:
- pet
summary: gets a pet by id
description: ''
operationId: updatePetWithForm
parameters:
- name: petId
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