Skip to content

Commit 967c0a8

Browse files
Fix typos
1 parent 5cb3225 commit 967c0a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openapi/components/paths/authentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ paths:
321321
$ref: "../codeSamples/authentication.yaml#/~1auth~1verifyLoginPlace/get"
322322
responses:
323323
'302':
324-
$ref: ../responses/authentication/ConfirmLoginResponse.yaml
324+
$ref: ../responses/authentication/VerifyLoginPlaceResponse.yaml
325325
tags:
326326
- authentication
327327
description: Verifies a login attempt for a user
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title: ResendEmailConfirmationRequest
22
type: object
33
properties: {}
4-
required: {}
4+
required: []

0 commit comments

Comments
 (0)