Created
August 2, 2020 19:37
-
-
Save badsyntax/c2eb92b3660bdce3da6186615e20939b to your computer and use it in GitHub Desktop.
widdershins not generating basic auth headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.3 | |
info: | |
title: Example | |
version: 1.0.0 | |
security: | |
- basicAuth: [] | |
components: | |
securitySchemes: | |
basicAuth: | |
type: http | |
scheme: basic | |
paths: | |
/example: | |
post: | |
operationId: postExample | |
responses: | |
200: | |
description: Successful operation | |
content: | |
text/html: | |
schema: | |
type: string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment