We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349f3ac commit aafb365Copy full SHA for aafb365
openapi.yaml
@@ -2,8 +2,10 @@ openapi: 3.0.0
2
3
info:
4
title: MFA API
5
- description: Webauthn 2sv API implemented with Go and AWS Lambda
6
- version: 1.0.0
+ description: >-
+ Webauthn 2sv API implemented with Go and AWS Lambda. NOTE: this spec is in draft form and may not be complete or
7
+ 100% accurate.
8
+ version: 0.1.0
9
10
servers:
11
- url: 'https://api.example.org'
@@ -15,7 +17,7 @@ security:
15
17
components:
16
18
headers:
19
# Note: OpenAPI 3.0.0 does not officially support request headers in components, but it appears to
-# be supported by Redocly and Smartbear
20
+# be supported by Redocly and Smartbear
21
x-mfa-RPDisplayName:
22
in: header
23
name: x-mfa-RPDisplayName
0 commit comments