Skip to content

Commit 255021c

Browse files
committed
Correct RAML api spec: valid TOTP returns 200, not 204.
1 parent 4328052 commit 255021c

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
@@ -160,7 +160,9 @@ protocols: [HTTPS]
160160
example: |
161161
{"code": "012345"}
162162
responses:
163-
204:
163+
200:
164+
description: |
165+
The given TOTP code was valid.
164166
400:
165167
description: |
166168
The request body was invalid, such as if no `code` value was found.

0 commit comments

Comments
 (0)