Skip to content

Instantly share code, notes, and snippets.

@MikeRalphson
Created March 30, 2020 09:33
Show Gist options
  • Save MikeRalphson/335a44d70107b83a75293f6d421d3917 to your computer and use it in GitHub Desktop.
Save MikeRalphson/335a44d70107b83a75293f6d421d3917 to your computer and use it in GitHub Desktop.
openapi: 3.0.0
info:
title: API
version: 1.0.0
paths:
/:
get:
security:
- apikey1: []
apikey2: []
responses:
'200':
description: OK
components:
securitySchemes:
apikey1:
type: apiKey
in: query
name: api-key
apikey2:
type: apiKey
in: query
name: api-secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment