Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 4328052

Browse files
committed
Update RAML spec to clarify code returned for wrong TOTP code.
1 parent 8f41406 commit 4328052

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api.raml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,10 @@ protocols: [HTTPS]
163163
204:
164164
400:
165165
description: |
166-
The request body was invlalid, such as if no `code` value was found.
166+
The request body was invalid, such as if no `code` value was found.
167167
401:
168+
description: |
169+
The given TOTP code was wrong.
168170
404:
169171

170172
/u2f:

0 commit comments

Comments
 (0)