Skip to content

Commit f3dea81

Browse files
committed
correct openapi.yaml http method error
1 parent f33d02a commit f3dea81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ paths:
761761
"401":
762762
$ref: "#/components/responses/UnauthorizedError"
763763
/totp/{uuid}/validate:
764-
delete:
764+
post:
765765
summary: Validate a TOTP
766766
parameters:
767767
- in: path

0 commit comments

Comments
 (0)