Skip to content

Commit 98985bc

Browse files
committed
add disclaimer in the OpenAPI spec document
1 parent fc4cf5f commit 98985bc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

openapi.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ openapi: 3.0.0
22

33
info:
44
title: MFA API
5-
description: Webauthn 2sv API implemented with Go and AWS Lambda
6-
version: 1.0.0
5+
description: >-
6+
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
79

810
servers:
911
- url: 'https://api.example.org'
@@ -15,7 +17,7 @@ security:
1517
components:
1618
headers:
1719
# Note: OpenAPI 3.0.0 does not officially support request headers in components, but it appears to
18-
# be supported by Redocly and Smartbear
20+
# be supported by Redocly and Smartbear
1921
x-mfa-RPDisplayName:
2022
in: header
2123
name: x-mfa-RPDisplayName

0 commit comments

Comments
 (0)