Advertisement
Guest User

api-provider-example

a guest
Jun 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.67 KB | None | 0 0
  1. swagger: '2.0'
  2. info:
  3.     title: Untitled API
  4.     description: ''
  5.     version: 0.0.0
  6. paths:
  7.     /api:
  8.         get:
  9.             operationId: d821c563-6866-488f-abde-3702a7519153
  10.             parameters:
  11.                -
  12.                     name: param1
  13.                     in: query
  14.                     required: false
  15.                     type: string
  16.                 -
  17.                     name: requiredparam
  18.                     in: query
  19.                     required: true
  20.                     type: string
  21.             responses:
  22.                 '200':
  23.                     description: description
  24.                     schema:
  25.                         type: string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement