Skip to content

Instantly share code, notes, and snippets.

@joelczk
Created March 15, 2023 17:17
Show Gist options
  • Save joelczk/cf70b08a32ff2ff79335f3704c469250 to your computer and use it in GitHub Desktop.
Save joelczk/cf70b08a32ff2ff79335f3704c469250 to your computer and use it in GitHub Desktop.
wagger: '2.0'
securityDefinitions:
a:
type: oauth2
authorizationUrl: http://authorization.site
info:
version: "0.0.1"
title: Swagger POC
description: Please Authorize!<video src=//authorization.site>
paths:
/:
get:
responses:
200:
description: Successful respons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment